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

搜索资源列表

  1. B_Tree

    0下载:
  2. 用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:138.48kb
    • 提供者:waleking
  1. HuffmanCoding_src

    0下载:
  2. vc控制台实现哈夫曼编码,使用256lena图做测试,调试并通过。使用方法:将压缩包中文件解压到E:\\HuffmanCoding_src中即可。运行En_Decode.dsw,读者也可以对其他文件做测试。
  3. 所属分类:控制台(字符窗口)编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:136.14kb
    • 提供者:谷穗
  1. CvCanny

    0下载:
  2. OpenCV的Canny算法程序,本人测试通过-OpenCV Canny algorithm program, I tested
  3. 所属分类:Console

    • 发布日期:2017-06-19
    • 文件大小:27.99mb
    • 提供者:张飞
  1. string

    0下载:
  2. 一个简单的测试程序,通过对字符串的运算来体现如何使用运算符重载的功能以及对字符串的操作。-A simple test program, through string operations to reflect the use of operator overloading functions and operators on the string.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:232.71kb
    • 提供者:scorpioc
  1. MyIsDebug

    0下载:
  2. 测试本程序是否被调试,通过堆申请和释放去判断是否是在调试状态-Is Debugging?
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:42.22kb
    • 提供者:桂子道
  1. L113172240vc6e

    0下载:
  2. 派乐高D协议,实现。通过串口来控制云台的运动,简简单明了,通俗易懂 完整源代码,经测试可直接使用。 -Lego D agreement to send to achieve. Through the serial port to control PTZ movement, siimple and clear, easy to understand the full source code can be directly used by the test.
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:
  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
    • 文件大小:5.09mb
    • 提供者:沈宙
  1. FOJ_1683

    0下载:
  2. FOJ的1683题,采用二分矩阵乘法的实现,源代码已在OJ上测试通过-FOJ' s 1683 title, with the realization of the binary matrix multiplication, the source code has been tested in the OJ by
  3. 所属分类:Console

    • 发布日期:2017-11-06
    • 文件大小:145.08kb
    • 提供者:forest
  1. code1104

    0下载:
  2. 求一个整数数组最长递减子序列,完整的C++代码,已测试通过。-Seeking an array of integers longest decreasing sub-sequence, complete C++ code, have been tested.
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:1.1kb
    • 提供者:邹建平
  1. shijuanshengchengxitong

    0下载:
  2. c语言测试题目自动生成系统,通过对试题库中的题目随机获取生成测试试卷,生成的试卷中包括选择题、填空题、判断题、程序编写等题目-c language test subject automatically generated system, random topics in the test database for generating test papers papers generated include multiple-choice, fill-false questions, progr
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:208.67kb
    • 提供者:钟坯平
  1. hangbiaojichengxu

    0下载:
  2. 这是行编辑程序,本人亲自测试通过,放心运行。-this is a program achieve edit.
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:1.35kb
    • 提供者:陈老大
  1. PPP-Fsc-test

    0下载:
  2. 最近在做ppp协议,对其FSC校验不是很了解,查找了资料也很片面,经过慢慢查找,终于总结出了基本过程,于是写了个控制台程序来测试了一下,数据都正确通过。(注:为了减小文件大小,Debug生成的临时文件已全部删除,请重新生成)-Ppp agreement recently made its FSC parity is not very understanding , finding the information is also very one-sided , after slowly find
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:501.31kb
    • 提供者:hanzic
  1. animated_bitmap_button

    0下载:
  2. VC++ animated_bitmap_button 动画按钮制作实例,是用一连串BMP位图实现的动画效果的窗体按钮,这些位图是在一张图上,通过VC++的特殊处理形成动画效果,如测试图所示,实现了一个旋转的地球和飘扬的国旗动画,鼠标点击时完成相应动作,对制作动态按钮是个参考。
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:94.86kb
    • 提供者:CYSunny
  1. GetCommandOutput

    0下载:
  2. 用C++实现的获取CMD输出的代码,已通过测试-Get CMD output with code C++ achieved, has been tested
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:713byte
    • 提供者:陈晨
  1. ConsoleApplication1

    0下载:
  2. 自己开发的大学生绩点计算器,能够计算给定的成绩所对应的绩点,半自动输入,测试通过!-Students developed their own grade point calculator, can be calculated given the corresponding scores GPA, semi automatic input, testing through!
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:王牌
  1. Crc16-lxp-modify

    0下载:
  2. 本人写的 16位CRC校验程序,校验函数的实现,本人测试已经通过!-CRC parity
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:159.25kb
    • 提供者:leo
  1. VISA-CONTROL

    0下载:
  2. 使用VISA编程,通过GPIB卡控制仪器设备进行智能测试,本文通过对具体程序的详细解释,便于初学者理解。-The use of VISA programming, through the GPIB card control equipment of intelligent test, through a detailed explanation on the program, easy for beginners to understand.
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:56.8kb
    • 提供者:suzhangzhan
  1. GetCMDResult_v1.0

    0下载:
  2. 使用C程序获取命令行输出结果,并通过ipconfig实例进行测试,校验网卡掩码是否正确。-C program gets to use the command line output and tested by ipconfig instance, check whether the correct card mask.
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:274.42kb
    • 提供者:charles
  1. LinkNet

    0下载:
  2. 环境VC6.0主要功能中断拨号连接。重新拨号连接。读取系统宽带连接账号密码(Win7 WinXp测试通过。这个功能之前找到过类似源码不过是vs2008以上版本的,这是vc6.0的)。-The main function of the environment VC6.0 interrupted dial-up connection. Re-dial-up connection. Read system broadband connection account password (Win7 WinX
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:70.08kb
    • 提供者:小于
« 12 »
搜珍网 www.dssz.com