资源列表
[控制台(字符窗口)编程] 四级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 beginn<冬冬> 在 2008-10-13 上传 | 大小:7074 | 下载: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 beginn<冬冬> 在 2008-10-13 上传 | 大小:6864 | 下载: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, pri<和上> 在 2008-10-13 上传 | 大小:6948 | 下载: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 procedure<路可> 在 2008-10-13 上传 | 大小:6805 | 下载:0
[控制台(字符窗口)编程] fft7
说明:通过选择输入一个所需的数据进行fft变换,通过fft变换,将数据变换输出-by choosing a required input data fft transform, through fft transform, transform data output<kevin> 在 2008-10-13 上传 | 大小:7051 | 下载:0
[控制台(字符窗口)编程] 11register
说明:寄存器的实用范例,相信看了本源代码会对寄存器有个清晰的了解-Register of practical examples that read code will register origin have a clearer understanding of<李乘风> 在 2008-10-13 上传 | 大小:6980 | 下载:0
[控制台(字符窗口)编程] VoiceImport
说明:本程序的主要功能是实现语音数据的采集功能。-this program is the main function of the realization of voice data acquisition functions.<amerwang> 在 2008-10-13 上传 | 大小:6876 | 下载:0
[控制台(字符窗口)编程] Hanoi
说明:经典问题汉诺塔的递归解法(C++版),欢迎大家下载!-classic problem HANOR recursive solution (C version), all are welcome to download!<目亚> 在 2008-10-13 上传 | 大小:6795 | 下载: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 上传 | 大小:6871 | 下载: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]<STartBoy> 在 2008-10-13 上传 | 大小:7016 | 下载:0