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. MyJavaText

    0下载:
  2. 用二维数组记录房间管理信息 search all:查询所有房间的状态 in 1202 tangliang:姓名为tangliang的客人入住1202房间 out 1202:1202房间退房 quit:退出程序 说明: 1)该习题主要考察的知识点:控制台输入、循环控制、数组的使用,方法调用等。 2)酒店房间的状态可以用一个二维数组来存放,如果有客人已经入住,则存放该客人的姓名,如果没有客人入住,则存放null值。-Room with a two-dimensional
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:38776
    • 提供者:Happy贝贝
  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. advs

    0下载:
  2. js圖片展示 <scr ipt type="text/javascr ipt"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-26
    • 文件大小:707
    • 提供者:kins
  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. java

    0下载:
  2. Java程序中数组越界和空指针错误的静态分析 -Java program, the array bounds and null pointer errors in static analysis
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:255937
    • 提供者:申泉
  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. 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. 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 3 »
搜珍网 www.dssz.com