资源列表

« 1 2 ... .97 .98 .99 .00 .01 202.03 .04 .05 .06 .07 ... 653 »

[控制台(字符窗口)编程四级2000-2.上机考试题

说明:这是一个关于1999年计算机等级考试的上机题目的原代码,是一个关于文件,数字和字符串处理的好例子,适合初学者学习!-This is one of the 1999 computer grade examination on the topic for the original code, is one of the documents, figures, and the string of good example for beginners learning!
<冬冬> 在 2008-10-13 上传 | 大小:6.91kb | 下载:0

[控制台(字符窗口)编程四级2000-4.上机考试题

说明:这是一个关于1999年计算机等级考试的上机题目的原代码,是一个关于文件,数字和字符串处理的好例子,适合初学者学习!-This is one of the 1999 computer grade examination on the topic for the original code, is one of the documents, figures, and the string of good example for beginners learning!
<冬冬> 在 2008-10-13 上传 | 大小:6.7kb | 下载:0

[控制台(字符窗口)编程packetStorm1.2

说明:可以列出当前系统支持的网络设备,分析ARP协议包,将设备设置到promisc模式,分析ARP协议包,打印更多数据、采用表格方式输出-can summarize the current system to support the network equipment, ARP packet analysis, the equipment installed to promisc model analysis ARP packets, print more data, tabular output m
<和上> 在 2008-10-13 上传 | 大小:6.79kb | 下载:0

[控制台(字符窗口)编程mintree(C)

说明:kruskal算法的c语言版本,里面的中文用拼音,程序易于理解,是理解kruskal算法的一个好程序-Kruskal Algorithm c language version, the Chinese inside using phonetic symbols, the program is easier to understand, Kruskal understanding is a good algorithm procedures
<路可> 在 2008-10-13 上传 | 大小:6.65kb | 下载:0

[控制台(字符窗口)编程fft7

说明:通过选择输入一个所需的数据进行fft变换,通过fft变换,将数据变换输出-by choosing a required input data fft transform, through fft transform, transform data output
<kevin> 在 2008-10-13 上传 | 大小:6.89kb | 下载:0

[控制台(字符窗口)编程11register

说明:寄存器的实用范例,相信看了本源代码会对寄存器有个清晰的了解-Register of practical examples that read code will register origin have a clearer understanding of
<李乘风> 在 2008-10-13 上传 | 大小:6.82kb | 下载:0

[控制台(字符窗口)编程VoiceImport

说明:本程序的主要功能是实现语音数据的采集功能。-this program is the main function of the realization of voice data acquisition functions.
<amerwang> 在 2008-10-13 上传 | 大小:6.71kb | 下载:0

[控制台(字符窗口)编程Hanoi

说明:经典问题汉诺塔的递归解法(C++版),欢迎大家下载!-classic problem HANOR recursive solution (C version), all are welcome to download!
<目亚> 在 2008-10-13 上传 | 大小:6.64kb | 下载:0

[控制台(字符窗口)编程MultiThread

说明:这是一个多线程的买票程序,是学习多线程的一个入门程序
<江风> 在 2008-10-13 上传 | 大小:6.73kb | 下载:0

[控制台(字符窗口)编程console_srv

说明:windows下控制台重定向编程演示实例
<tqy> 在 2008-10-13 上传 | 大小:6.89kb | 下载:0

[控制台(字符窗口)编程log(log and debug info)

说明:一个可分级、可分别绑定输出对象、控制输出级别的日志和调试信息C++类-a grade, can be bundled with output targets, the output level control and debugging information log C
<罗少波> 在 2008-10-13 上传 | 大小:6.71kb | 下载:1

[控制台(字符窗口)编程2

说明:用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i].weight和value加入tw和tv,否则col[i]设
<STartBoy> 在 2008-10-13 上传 | 大小:6.85kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 202.03 .04 .05 .06 .07 ... 653 »

源码中国 www.ymcn.org