搜索资源列表
四级1999-1.上机考试题
- 1999年的上机考试题原程序,也是一个关于文件和数字处理的好例子! 适合初学者-1999 on the original machine examination procedures, as well as a document on the digital processing and a good example! For beginners
四级上机练习程序原代码
- 这是一个关于计算机等级考试的上机预测的练习题目的原代码,文件中有相关的说明,是一系列个关于文件,数字和字符串处理的好例子!-This is a computer grade examination on the previous forecast of practice for the original topic code, a document related to the note of a series of 000 documents, digital, and the string
Fengzhuang
- 进行类封装的例子,因为我是初学者,所以又是一个很简单的程序例子-Packaging category for example, because I was a beginner, is a very simple procedure example
Example002
- visual c++ 6.0 应用编程150 例子 的第1章 真彩色启动封面,很好的学习例子,通过验证的-visual c 6.0 Application Programming 150 examples of a Chapter true color cover start, a good example of learning through the certification
操作系统管理
- 操作系统,进程调度,内存管理,的好例子-operating systems, process scheduling, memory management, a good example
CommendExplain
- this a implement of a command shell,which is similar to Cisco router console. the project also include example code about how to develop user console application with the command shell module.-implement of a command shell, which is similar to
tcshili
- c语言的例子。我通过很多甜的查找才找到的现在拿来一起分享-example. I passed a lot of sweet you find me with the now sharing
matlab_cpp
- C++ 中使用matlab中的函数,一个简单的使用例子-use of Matlab function, a simple example of the use of
examss
- 一个老师用于教学的,实现单个实例的源代码,供大家一起研究.. -a teacher for teaching, and achieving a single example of the source code for all to study together ..
threadPI
- 一个老师用于教学的,实现单个实例的源代码,供大家一起研究.. -a teacher for teaching, and achieving a single example of the source code for all to study together ..
awk
- awk by Cao Siqin, 2007.7.17 awk <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \\x0A Example: scr ipt.txt: C:\\WINDOWS\\a logfile .log C:\\WINDOWS\
awkprint
- 因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint awkprint by Cao Siqin, 2007.7.17 awkprint <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \
JavaLab1
- Install the Java development environment, including: a) j2sdk1.5 b) Jcreator 4.0 2. Configure the Java development environment and get familiar with it by compiling and running example code form the textbook a) J2sdk configuration in Jcreator
win32dlg
- 在控制台程序中实现对话框和满屏特性 此程序是一个纯粹的Demo例子,示范如何在控制台程序中实现对话框赫满屏显示。 -console procedures in achieving dialog and dual HDMI inputs and more characteristic of this process is a purely Demo example of how the console model procedures to achieve dual HDMI inputs and
拓扑排序.实验4
- 这是一个拓扑排序的例子,对学数据结构的同学有很大帮助!-This is a topological sorting example, the data structure of the students will have a great help!
编译原理实验_课程设计_词法分析
- 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
LianBiao
- 自己写的一个可以对用户输入自动排序后加入表链的例子,我基本对每一行都增加了自己的注释,很适合初学者参考。-Write a user input can be automatically sorted on the join bracelet example, the basic for each row I add their own comments, it is suitable for beginners to reference.
a
- this an example of dynamic data structures in C - dynamic queue -this is an example of dynamic data structures in C - dynamic queue
example
- 用c语言,不用windows api 拷贝一个50M以上的文件,每次拷贝1kb, unsigned char buffer[1024] 直到文件拷贝结束 -C language without windows api Copy more than a 50M file, every copy 1kb the end of an unsigned char buffer [1024] until the file copy
Astar-example-1
- A*是一种基本的路径规划算法,本程序提供了A*的一个例子,初学者可以通过代码学习A*的原理。-A* is a basic path planning algorithm, this program provides an example of A*, beginners can learn the principle of A*.