搜索资源列表
猜数字 (1)
- 一个猜数字的C语言程序,十分短小,但写得却挺精巧。可以学学这里的编程思想!-a viewing of the C language procedure is very short, but there was only a written sophisticated. Here can learn programming thinking!
j_9238_input
- 实现文本内容的自动校验,标签属性与普通input相似,使用该标签后无需再考虑数据提交时的据校验问题。与struts的动态表单需要大量配置校验文本规则相比,这里的工作量为0。 -achieve text automatic calibration, labeling and regular input attributes similar after using the label no longer consider the data submitted was checking the p
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 = \
LOCK
- 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一
GettingWAVfileData
- wav file opener, here you can see code for getting data of wav file
quicksort
- 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Trip will be sorted by sorting the data is separated into two independent parts, a part of all of the data than another to be a small part of all of
calendar
- Here is my calender code which displays A WHOLE CORRECT CALENDER Upon calling print function by assigning desired month and year as parameters. MOREOVER IT GIVES Number of days passed. Remaining DAys of year Leap Year info
kongzhitailei
- vc 写控制台程序一般都比较难,我这里有一个实例,希望可以给大家作参考-vc write console programs are generally more difficult, I have here an example, hoping to give you as a reference
dllmain
- 一个dll用法的示例,这里仅上传cpp文件,还有.h文件-A the dll usage of example, here only upload cpp file there. H file
bayes_net_ex
- 根据dlib18 的C++代码库,利用VS2010进行了里面的实例测试,测试成功了,并对里面的代码进行了针对性的注释。 dlib18具有很强大的数据挖掘功能,我这里只是针对贝叶斯网络进行了实例验证,验证的贝叶斯网络也就是dlib原本给定的例子,只不过原本给定的只有cpp文件,这里提供的是一个工程。希望有兴趣的同学下载参考。-According to the C++ code library of dlib18, VS2010 instance inside test, the test
Control-dos-window-size
- 有很多同学在学习编程时,遇到了一个小困惑,就是又是数据很长(行/列)而dos窗口一起显示不了,这里就有一个小办法-There are many students in the learning programming, across a small puzzle that is very long data ( rows/columns ) and the dos window displayed together or not, here there is a small way
RadixSort
- 数据结构中的基数排序,这里是通过二维数组实现,简单易懂-Data structure radix sort, here is achieved through a two-dimensional array, easy to understand
tree-suanfang
- 一个C语言实现的很简单树创建代码,对树创建时的递归不理解的,这里有中、后、前序的递归- a C language implementation is very simple to create a code tree, when the tree is created for recursive do not understand, here, and after the pre-order recursive
Read_Write_Data_from_or_into_a_file_PC
- An example of establishing communication between siemens HMI and PC. HMI project has been attached here alonmg with vb project. Communication medium is MPI. Data is read/write through VB user form into siemens PLC.
tic-tac-toe
- Mini Project in C Tic Tac Toe Game. You have probably played the Tic-Tac-Toe game to pass time during school hours. It’s fun when you play with paper and pencil. Here, we have developed a console application without graphic for this game as a mi
personal-dairy-management
- Mini Project in C Personal Diary Management System. One of the best C mini projects, mini project in C Personal Diary Management System is a console application without graphic. In this project, user can keep their personal record like they do i
employee-record-system
- Mini Project in C Employee Record System. This is a very simple mini project in C Employee Record System. In this project, you can manage employee records – add, list, modify and delete records. Understanding this project will help you learn how
Typing-Tutor-Project-in-C
- Typing Tutor Project in C. Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhan
Model-answer
- 4.24 (Knight’s Tour) One of the more interesting puzzlers for chess buffs is the Knight’s Tour problem, originally proposed by the mathematician Euler. The question is this: Can the chess piece called the knight move around an empty chessboard and