CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - header

搜索资源列表

  1. hdfreadhead

    0下载:
  2. 读hdf属性 文件头 保存到txt文件 可以得到Dataset Attribute & Globle Attribute-Read hdf attribute header files can be saved to the txt Dataset Attribute & Globle Attribute
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1024
    • 提供者:cheng7268935
  1. point101

    0下载:
  2. 用C++实现向量的类,包括头文件,源程序和测试程序-C++ vector classes, including the header files, source code and test procedures
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2250
    • 提供者:daao84m489
  1. Hash-lookup

    0下载:
  2. 表头插入,使用链地址法处理冲突的哈希查找算法-Header insertion, using a chain hash address search algorithm method to resolve disputes
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1116754
    • 提供者:
  1. SEGY_ReadTextHeader.m

    0下载:
  2. scr ipt for reading trace header
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:674
    • 提供者:Deviyan
  1. SEGY_WriteBinaryHeader.m

    0下载:
  2. scr ipt for writing binary header
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1282
    • 提供者:Deviyan
  1. SEGY_WriteTextHeader.m

    0下载:
  2. scr ipt for writing text header
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:731
    • 提供者:Deviyan
  1. Sort_ByXianChu

    0下载:
  2. 直接插入排序,简单选择排序,递归版快排,非递归版快排的实现,其中递归版快排有加以优化。另外,测试函数产生2万个随机数进行排序,并输出各排序方案排序时间以便对比。(欲改变测试数据的数量只需在头文件中改变宏定义的量)-Direct insertion sort, simple selection sort, recursive version fast row, row non-recursive version of fast realization, wherein the recursive
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:213899
    • 提供者:xianchu
  1. transmit_signal_QPSK

    1下载:
  2. 含13位巴克码做同步头的QPSK调制发送程序(来自中科院声学所,可惜没有接收端的程序)-Containing 13 Barker code to do the synchronization header QPSK modulation transmission program ( the Chinese Academy of Sciences Institute of Acoustics, unfortunately not at the receiving end program)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1176
    • 提供者:戈俞峰
  1. addheader

    0下载:
  2. Add header to seg-y file
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:1350
    • 提供者:Kerim
  1. dsheader

    0下载:
  2. header for seg-y file
  3. 所属分类:mathematica

    • 发布日期:2017-04-14
    • 文件大小:3020
    • 提供者:Kerim
  1. bign

    0下载:
  2. 计算大整数的头文件,支持加减乘除,流,次方,开方,求余,小于,大于,不等于等运算。-Calculation of large integer header files to support the addition and subtraction multiplication and division, flow, power, square root, seeking more than, less than, greater than, not equal to other operatio
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1703
    • 提供者:Gary
  1. FlexRay_Header_CRC_cal

    0下载:
  2. 这是关于FlexRay总线网络设计过程中,计算每个网络节点的数据帧头部循环校验码的程序。计算结果在控制台下显示为一个二进制数组。-This is a project completed on Visual C++ 6.0, which could be used for calculation of the header CRC code of each node in a FlexRay network. The results are displayed as an array of bin
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:190892
    • 提供者:王刚
  1. testcc

    0下载:
  2. LDA亲测可执行C代码 自己新建一个工程,然后把对应的文件拷到工程文件夹下,添加头文件和源文件,进入到lda.cc按F5即可运行-LDA pro-test their new executable C code for a project, then the corresponding file copying project folder, add header and source files, go to press F5 to run lda.cc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:953372
    • 提供者:fairy
  1. CPP

    0下载:
  2. 10.编写一个程序,从键盘输入一批学生的成绩信息,每个学生的成绩信息包括:学号、姓名以及8门课的成绩。然后按照平均成绩由高到低顺序输出学生的学号、姓名以及平均成绩。 11.把在链表中插入一个新结点的操作写成一个函数: bool insert(Node *&h,int a,int pos) 其中,h为表头指针,a为要插入的结点的值,pos(≥0)表示插入位置。当pos为0时表示在表头插入;否则,表示在第pos个结点的后面插入。操作成功返回true,否则返回false。 12.把在
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3563
    • 提供者:xing
  1. mcml

    0下载:
  2. 蒙特卡洛模拟中必须要编程头文件,这里包含所需的所有头文件。-Monte carlo simulation header file must be in programming, here contains all the necessary header files
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-14
    • 文件大小:2778
    • 提供者:王彦男
  1. PLCPHeaderConstr

    0下载:
  2. PLCPH Header construction for Wlna 802.11 a
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:moha
  1. stlwrite

    0下载:
  2. stlwrite从修补程序或表面数据编写STL文件,模式文件是使用“二进制”(默认)或“ascii”编写的。 写入STL文件的标题标题文本(最多80个字符)。(Stl writes STL files from patch or surface data, and the schema files are written using either " binary" ( default ) or " ascii ". Write the title
  3. 所属分类:数据结构

  1. decodify.tar

    0下载:
  2. Decodify with python
  3. 所属分类:压缩解压

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:Montibers
  1. DuckRandom

    0下载:
  2. Simple float and int random number generator.
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:49152
    • 提供者:yostarduck
  1. 3.1二叉树

    0下载:
  2. [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:614400
    • 提供者:weiyt9916
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com