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

搜索资源列表

  1. testdisk1

    0下载:
  2. C++编写的一个测试电子盘或CF卡及所有存储设备的程序-C test prepared by an electronic disk or CF card storage equipment and all the procedures
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:46042
    • 提供者:贾衡
  1. testnull

    0下载:
  2. informix ESQL/C 测试程序-informix ESQL / C test procedures
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1052
    • 提供者:ys6891
  1. c++test

    0下载:
  2. 本书实验指导部分参考程序 跟上面是一起的-book of reference to guide experimental procedures together with the above
  3. 所属分类:书籍源码

    • 发布日期:2014-01-15
    • 文件大小:22136
    • 提供者:张菊华
  1. test

    0下载:
  2. C# EXECl的读取方法,SHEET名的读取,SHEET名选择,一览数据的变更表示
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:13952
    • 提供者:foufou
  1. Test

    0下载:
  2. 操作系统:用C++编写的时间片轮转法,如有哪里不好,希望改正!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:122432
    • 提供者:李华刚
  1. test

    0下载:
  2. 0-1背包问题:给定n种物品和一背包.物品i的重量是wi,其价格是vi,背包的容量为C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:926
    • 提供者:DAVID
  1. 词法分析Lex

    0下载:
  2. 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the sy
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:192513
    • 提供者:张永胜
  1. 《C-C++完美演绎

    0下载:
  2. 一个课程设计,数据结构的, 1)设计题目 2)设计目的 3)设计内容 4)程序流程图 5)源程序 6)软件测试报告(包括所用到的数据及结果)-a curriculum design, data structure, 1) a design 2), designed to 3) design element 4) Flow chart 5) source 6) software test reports (including use of the data and results)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:137748
    • 提供者:大龙
  1. hmm-1.03.tar.gz

    0下载:
  2. 语音识别中经典的HMM算法,包括产生序列、测试和参数训练,由C语言编写。, In speech recognition classical HMM algorithm, including has the sequence, the test and the parameter training, compiles by the C language.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-11-08
    • 文件大小:12922
    • 提供者:李云强
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:300420
    • 提供者:Yang
  1. pl0

    0下载:
  2. PL/0语言编译器的实现,包括一些测试程序-PL/0 language compiler to achieve, including a number of test procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:953749
    • 提供者:gaochao
  1. splitword

    0下载:
  2. 自己写的小分词程序,中文分词测试版,仅供参考,谢谢!-Writing their own small sub-term process, English sub-test version of the word, for reference purposes only, thank you!
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:5415
    • 提供者:崇丽岩
  1. LMX1501

    0下载:
  2. LMX1501频率合成芯片使用子程序,经本人测试通过.输出是600MHZ的信号,参考频率12.8MHZ-LMX1501 frequency synthesizer chip using the subroutine, after I test. Output is 600MHz signal, reference frequency 12.8MHZ
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:970
    • 提供者:朱黄生
  1. C++openoutput

    1下载:
  2. 在C++中open一個output file有兩種方式,一種是使用member function open( ),另外一種是使用constructor給予檔案名稱和open mode。今若欲open一個名為client.dat的output file,試分別寫出該兩種方式open此檔案的statements.(包括include header file,物件的宣告,open指令等)-In the C++ In open an output file in two ways, one is to
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:6184
    • 提供者:wyj
  1. mpi_exam.c

    0下载:
  2. MPI各种基本的入门的功能函数的使用测试,-MPI function of the use of various test
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2100
    • 提供者:邹长林
  1. mpi_gather_mollc.c

    0下载:
  2. 系统自带的mpi_gather函数的功能的测试程序-System' s own functional mpi_gather function test procedures
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:邹长林
  1. test

    0下载:
  2. 用V C 6.0 MFC 编的播放程序 自己的源码-the player made with VC6.0 MFC my original codes
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-25
    • 文件大小:118414
    • 提供者:shen hui
  1. test

    0下载:
  2. 识别动物的一专家系统,可以识别各种动物,根据其性能,来识别,是一个不可多得的动物识别系统,是用C语言编写的 -animal
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:198184
    • 提供者:andy
  1. Visual C# 2010从入门到精通

    1下载:
  2. Visual C# 2010从入门到精通的源代码,VS2013测试。(Visual C# 2010, from entry to master source code, VS2013 test.)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-18
    • 文件大小:1321984
    • 提供者:阿飞大大
  1. 2013年C++杨利祥考试题

    0下载:
  2. 中国科学院大学,杨利祥老师,2013年C++考试题,(The University of Chinese Academy of Sciences, teacher Yang Lixiang, C++ test, 2013.)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-30
    • 文件大小:35840
    • 提供者:白_云_外
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com