CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - c test

搜索资源列表

  1. ReserveByMord

    0下载:
  2. 这是2008/6金山网上招聘试题的第三个题,把一个字符串按字逆序,但是若查找到第二个字符串则这部分不逆。 比如: 输入:This is a test programming by C++ ! is a test 输出:! C++ by programming is a test This
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1079
    • 提供者:Lucy
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:139411
    • 提供者:谷穗
  1. 11032112326d2526bf92eec85a

    3下载:
  2. 格兰杰因果关系检验 matlab和C的源代码,可以直接输入-Granger causality test matlab and C source code can be entered directly
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:523025
    • 提供者:张大伟
  1. test

    0下载:
  2. 钱能的《c++程序设计教程》中的第四章练习题-Money to the c++ Programming Tutorial in Chapter IV Exercises
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:8480
    • 提供者:李志
  1. gtest_demo

    0下载:
  2. 自己写的google test的demo程序 比较简明易懂 适合C++单元测试初学者-Write their own demo of the google test procedures easy to understand for C++ unit testing beginners
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:126208
    • 提供者:toby
  1. USBSerial

    0下载:
  2. 读取U盘序列号,保存在USBSerial数组里。 2). 验证 第一次运行程序读取U盘序列号存放在 C:\Windows\system32\USBSerial.dat文件中 以后运行检验读取到的U盘序列号与保存在文件中的是否一致, 若相同,置 gTag 为1 若不一致,置 gTag 为0 -Read U disk serial number, stored in an array USBSerial inside. 2). Verified for the firs
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:jim
  1. LoopTest

    0下载:
  2. 基于VC控制台,对循环的各种形式进行测试,使用C++ -test the methods of loop
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:174286
    • 提供者:micerin
  1. test

    0下载:
  2. This a programm to decode and encode using c-This is a programm to decode and encode using c++
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1516
    • 提供者:Svetoslav
  1. chess-C

    0下载:
  2. 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4863234
    • 提供者:haohao
  1. Two_forks_the_tree

    0下载:
  2. 定义一个本地C++类来表示整数值的有序二叉树。还需要一个Node类,不过它可以使BinaryTree的内部类。写程序,通过存储任意顺序的整数,然后以升序方式检索并输出这些整数,测试BinaryTree类是否工作正常。-Define a the local C++ class to represent the integer value of the ordered binary tree. A Node class, but it can make a BinaryTree the intern
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5339018
    • 提供者:沈宙
  1. test

    0下载:
  2. 采用C++实现了KMP算法,易于理解实现-KMP algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:873
    • 提供者:箫筱沐羽
  1. test

    0下载:
  2. C++链码识别,通过输入图像,自动寻找轮廓的链码,需在opencv下执行-C++ chain code recognition, by the input image, automatically find the outline of the chain code, need to run opencv under
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:1027
    • 提供者:益文
  1. c-code

    0下载:
  2. 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:5090
    • 提供者:lazy
  1. test

    0下载:
  2. This program in c++ program that is used to simply print out a line of information.
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:3633
    • 提供者:Da5hiz
  1. Test

    0下载:
  2. C++多态实现例子,虚基类的使用,以及资源释放-C++ achieve polymorphism example, the use of virtual base class, and resource release
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:294424
    • 提供者:yc
  1. test

    0下载:
  2. C++中多态编程,继承与组合的区别,帮助深刻理解面向对象思想-Polymorphism in C++ programming, the difference between inheritance and composition, a deep understanding of object-oriented thinking to help
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:641
    • 提供者:胡俊
  1. test

    0下载:
  2. 利用c语言实现计算机算法分析与设计课程中的随机数值算法,其中包括随机算法类,以及随机模拟的过程!-Using c language computer algorithm analysis and design courses random numerical algorithms, including stochastic algorithm class, as well as the process of stochastic simulation
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:198116
    • 提供者:allen
  1. video-test

    0下载:
  2. This code is for testing an live video from webcam in C++.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:623
    • 提供者:Ajay
  1. Test

    0下载:
  2. 经典数据挖掘算法,Apriori算法,采用的是C++实现的,数据集已经放到了压缩包里-Classical data mining algorithms, Apriori algorithm is used C++ achieved, the data set has been compressed into a bag
  3. 所属分类:Console

    • 发布日期:2017-05-14
    • 文件大小:3367259
    • 提供者:lida
  1. faridwhether.c

    0下载:
  2. farid test whether graph
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1508
    • 提供者:Farid Blaster
« 12 »
搜珍网 www.dssz.com