CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - null array

搜索资源列表

  1. Smart_AntennaB

    0下载:
  2. This Program Is Designed To Simulate A Spatial Antenna Array System Working On The MUSIC Algorithm For The Angle Of Arrival Estimation And Null Steering Algorithm For The Weights Estimation To The Required Output Radiation Pattern . -T
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1750
    • 提供者:小尹
  1. duxiechuankou

    0下载:
  2. ComAccess.cpp(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, // source and processing options NULL, // pointer to message source error, // requested message identifie MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // the use
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:16251
    • 提供者:wxh
  1. 3_list

    0下载:
  2. 三: 针对带表头结点的单链表,试编写下列函数。 (1) 定位函数Locate:在单链表中寻找第i个结点。若找到,则函数返回第i个结点的地址;若找不到,则函数返回NULL。 (2) 求最大值函数max:通过一趟遍历在单链表中确定值最大的结点。 (3) 统计函数number:统计单链表中具有给定值x的所有元素。 (4) 建立函数create:根据一维数组a[n]建立一个单链表,使单链表中各元素的次序与a[n]中各元素的次序相同,要求该程序的时间复杂性为O(n)。 (5) 整理函数
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:16475
    • 提供者:卡米力江
  1. uno_v18.tar

    0下载:
  2. C程序漏洞检查,可以检查变量未初始化、空指针使用、数组溢出等错误--loophole inspecting for C program , and it can inspect many mistakes including non initialization of variables, usage of null pointers and array overflow etc
  3. 所属分类:Compiler program

    • 发布日期:2017-12-10
    • 文件大小:292114
    • 提供者:站长
  1. uniformcirclearray

    1下载:
  2. 阵元数16下均匀圆阵的零限形成,先建立约束函数,再创建目标函数,计算零陷-Element number 16 under the Uniform Circular Array of zero-threshold shape, to create constraint function, and then create the objective function, calculated Null
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:36972
    • 提供者:蓝云
  1. Array-Antenna

    0下载:
  2. 移动通信中的智能天线系统源代码,波束面向用户,使用空间滤波和波束零陷技术.-Mobile communications in the smart antenna system source code, user-oriented beam, the use of spatial filtering and beamforming technology Null.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:61193
    • 提供者:周严
  1. Steer

    0下载:
  2. This Program is Designed for Calculation of A Generalized Null Steering Broadside Beam former Weights Vector General Antenna Array Specifications
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:685
    • 提供者:rampage
  1. NeHeOpenGL

    0下载:
  2. NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h&g
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11926003
    • 提供者:任龙
  1. XML_Rowset

    0下载:
  2. This returns a string containing row sets in XML format. The method, GetXML, takes as parameters: DBService = SQL Server connection parameters, i.e. “Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ” ProcedureName = stored procedur
  3. 所属分类:SQL Server

    • 发布日期:2017-03-25
    • 文件大小:12773
    • 提供者:Luiz Salamon
  1. C_Lianliankan

    0下载:
  2. c#源代码 连连看v1.41修正版 修正了音乐播放时刻的BUG 修正了一个数组为NULL未判断的BUG-c# source code Lianliankan v1.41 revision amendments to the music playing the moment BUG Fixed an array of NULL is not to judge the BUG
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1061961
    • 提供者:郑子凡
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:150606
    • 提供者:netdavid
  1. PowerBuilderDetailedfunction

    0下载:
  2. PowerBuilder函数详解 都是经常用到的函数 • LowerBound() LowerBound()功能得到指定数组第n维的下界。 语法LowerBound ( array {, n } ) 参数array:数组名n:数值类型,可选项,指定要得到数组哪一维的下界。缺省值为1返回值Long。函数执行成功时返回array数组第n维的下界。如果n的值超过了指定数组的最大维数,那么该函数返回-1。如果任何参数的值为NULL,LowerBound()函数返回NULL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:41605
    • 提供者:fb
  1. malloc-hitech-c

    0下载:
  2. malloc () for hitech-c For picc18 or other compilers, where the library malloc crooked and bad. Memory size is determined (and the memory is allocated to) an array of HEAP. To debug a useful function: malloc_debug called when the gathering o
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:5808
    • 提供者:Kirill Frolov
  1. 2.3

    0下载:
  2. 2.3 主元素问题(课本2-9) 问题描述:设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。输入数据由文件名为input.txt的文本文件提供。 请设计一个线性时间算法,判断input中的数据是否存在主元素。在实验报告中对算法时间复杂度作出分析。 输入:文件的第1行为数组S中元素个数n;接下来的n 行中,每行有一个自然数。程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到主元素时
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:7469
    • 提供者:陈星风
  1. Two-null-placement

    0下载:
  2. two null placement(array antenna)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:298006
    • 提供者:redmohali
  1. one-null-placement

    0下载:
  2. one null placements(array antenna)
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:356944
    • 提供者:redmohali
  1. doudizhu

    0下载:
  2. 斗地主源代码,绝对能通过的源码,有可执行文件 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null 可以看出拆分规则是:如果遇到相同数字的牌则存
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-23
    • 文件大小:7520316
    • 提供者:陈华
  1. handout-files

    0下载:
  2. 实施第一类你必须使用一个链表来实现这些队列的方法,并队列增长到任何需要的大小。你执行第二类必须使用数组来实现这个队列类。该数组的大小应该是10,永远不会改变。 要实现第一个队列,你可以使用通用的节点类。第二个队列,必须使用一个固定大小的数组来实现。 您还必须建立一个主要的方法,使用户可以进入队列的字符串,获取和打印队列的头部(输入命令“poll”)的字符串,插入一个空值(命令“null ”),或退出程序(命令“quit”)。由用户输入的任何其他字符串应插入到队列中,通过调用该要约方法
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:591
    • 提供者:steven
  1. the-Null-Preprocessing-Algorithm

    0下载:
  2. 阵列信号处理中的零点预处理算法,内含基本算法及对旁瓣的改进算法,注释很详细。另附本人做的利用该算法进行阵列信号处理的仿真PPT。-the zero_point preprocessing algorithm in array signal processing, containing the basic algorithm and improved algorithm for sidelobe, very detailed notes. Attached I do use this algori
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:166786
    • 提供者:Couny
  1. json.json

    0下载:
  2. all type json boolean string int object null array
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:240640
    • 提供者:imi24
« 12 »
搜珍网 www.dssz.com