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

搜索资源列表

  1. sizable

    0下载:
  2. 动态二维数组的c++模板函数实现,实现了动态创建一维和二维数组,资源清除。-dynamic two-dimensional array of c template function, has implemented a dynamic creation of a dimensional and two-dimensional array of resources to remove.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:104.61kb
    • 提供者:杨世瀚
  1. l3emulete0518

    0下载:
  2. 功能是把一个无符号长整型的数的后n位放入到前length位有效的无符号字符型数组array[arraybyte]中-function is an unsigned long integer number of spaces after n Add to place before the effective length of unsigned character array [arraybyte]
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.42kb
    • 提供者:张静
  1. DrakeCompiler

    0下载:
  2. 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their o
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88.94kb
    • 提供者:中国
  1. vbanddll

    0下载:
  2. VB函数中传递数组,在VB中数组作为函数的参数,相当于C/C++指针-VB transfer function arrays, in VB array as a function of the parameters, the equivalent of C / C indicators
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.26mb
    • 提供者:mfk
  1. nanka100ti

    0下载:
  2. 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS10.DAT中。 -ReadDat function () from a document ENG.IN read an article in English. credited to the string array xx; Plea
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:43.59kb
    • 提供者:满玉
  1. c++primeranswer

    0下载:
  2. C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:317.63kb
    • 提供者:杨文海
  1. DirectInsertSort

    0下载:
  2. 实现直接插入排序 要求:封装成一个函数,形式如下:    void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array) 其中,参数bOrder是布尔类型变量,true表示升序,false表示降序       bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印 array是待排序的数组 -direct insertion sorting
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:898byte
    • 提供者:失业
  1. hc_compiler

    0下载:
  2. 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:254.46kb
    • 提供者:周杰
  1. 恒安AIP

    0下载:
  2. 这是我因工作需要自编写的,包含日期函数的应用、ADO数据集应用、抄袭了一个数组排序代码、多数量数组控件的编程.-This what I need to work since the preparation of the function include the date of application, ADO data collection application, a copy of the code sequencing array, the array volume control ove
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22.84kb
    • 提供者:陆彦平
  1. pl0compiler.pl0 文法 编译器

    2下载:
  2. pl0 文法 编译器 (1)扩充一维整型数组。 扩充var数组:VAR <数组标识名>(<下界>:<上界>)〈下界〉和〈上界〉可用常量标识名。 (2)扩充条件语句的功能使其为:IF<条件>THEN<语句>[ELSE<语句>] (3)增加repeat重复语句: REPEAT<语句>{ <语句>}UNTIL<条件> ,pl0 compiler grammar (1) the e
  3. 所属分类:编译器/词法分析

    • 发布日期:2016-01-27
    • 文件大小:668.1kb
    • 提供者:austin
  1. lhzh

    0下载:
  2. (1)该码功能是将数组后n为一次放在数组前面,不改变其他元素顺序; (2)用二分法求方程的根。-(1) of the code after the function is an array on an array of n for the first time in front of the other elements do not change the order (2) equation for the root of the dichotomy.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1.08kb
    • 提供者:刘亚
  1. D9R6

    0下载:
  2. 用于无约束优化的鲍威尔优化方法, 程序中参数解释如下://P:存放设计变量 //XI:存放两个线性无关的向量 //N:含有N各元素的一维实型数组,用于存储设计变量 //NP:整形变量,用于存储P与xi的维数 //FTOL:迭代精度 //FRET:输出参数,存放目标函数在找到的近似极小值点处的值 //ITER:迭代次数-For unconstrained optimization of the Powell optimization methods, procedure
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:183.01kb
    • 提供者:吴江
  1. banker_by_array

    0下载:
  2. 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。 注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。-This procedure for their own independence in learning, when the o
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:8.59kb
    • 提供者:
  1. gzq

    0下载:
  2. 已知二维向量数组,并根据已知数组能够计算出二维向量的权向量,判别函数-Known two-dimensional vector array, and the basis of known two-dimensional array to calculate the vector of the right vector, discriminant function
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:6.48kb
    • 提供者:羽裳
  1. pitchwatch

    0下载:
  2. function pitchwatch(x,Ts) Plot the pitch keys. pitchwatch(x,[Ts]) :: Syntax The array x is the input signal and Ts is the (optional) sampling period. Example on use: [x,Fs] = wavread( Hum.wav ) pitchwatch(x,1/Fs) :: Inf
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2014-09-29
    • 文件大小:97.19kb
    • 提供者:michael4u2345
  1. labview-practice-code

    0下载:
  2. 包含了使用labview来联系实现的各种基本功能:数组、IO输入、数据读取、变量、循环体等-Includes use the labview to contact to achieve the basic function: array, the IO input data read, variable loop body
  3. 所属分类:LabView

  1. labview-array-function-demo

    0下载:
  2. 自己写的LABVIEW 数组函数演示VI,包括数组大小,索引数组、数组子集、数组最大值与最小值!-LABVIEW array function to write their own demo VI, including the size of the array, the index array, the array subset array maximum and minimum values!
  3. 所属分类:LabView

    • 发布日期:2017-11-07
    • 文件大小:11.34kb
    • 提供者:金逸
  1. passing-l-array-to-a-function

    0下载:
  2. 如何将多维数组传递给一个函数,附实例说明,得出结果-passing a two-dimensioanl array to a function
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:6.1kb
    • 提供者:ryenlee
  1. Build-dynamic-array-of-structures

    0下载:
  2. 动态创建结构体数组,实现存放学生信息的功能-Dynamically create an array of structures to realize the function of storing student information
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:825byte
    • 提供者:zhen
  1. array

    0下载:
  2. array功能函数应用实例,列了一些常用的,适合初学者-array function
  3. 所属分类:LabView

    • 发布日期:2017-04-26
    • 文件大小:23.01kb
    • 提供者:崔小宁
« 12 3 4 5 »
搜珍网 www.dssz.com