搜索资源列表
Answer C2
- 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str
计算校验和
- 关键字: 校验和算法, VC.NET, 这是我VC.NET写的一个小程序,在控制台模式下实现校验和算法 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : checksum algorithm, VC.NET, this is my VC.NET write a small program the console model under checksum algorithm hope more people sh
打字程序
- 这是一个C语言中的打字程序。写得挺不错的-This is a C language typing procedures. Write quite good
ChatServer
- 一个用java写的简单聊天工具,虽然简单,但功能很全面,适合大家学习交流-write with a simple chat tools, although simple, but very comprehensive functionality, suitable for all learning exchanges
20060308008
- 一个语音提示的VB源码,代码简单明白。 可用于编写收费或业务等软件上的语音提示功能。-a voice prompt the VB source code, the code simple to understand. Charges can be used to write software or business on the voice function.
universe
- 自己刚学C语言时写的模拟操作系统,主要是对c语言的基本函数的学习,还有对256色位图的绘制-own just learning to write C language simulation operating system, the main language of c basic function of the study, there are 256 color bitmap rendering
programs
- 一个可以将大文件分割的小程序。注意写路径得时候最后一个文件夹一定要加上\\,文件编号从0开始-a large file can be divided in small programs. Path to write the final time in a folder must add \\, document number, starting from 0
02Testor
- 这是俺编的一个控制台写的一个游戏内存修改器,事例中采用的是API编写。不足之处联系QQ316053616-This is an addendum to the console write a memory changes for the game, the examples used in the preparation of API. Contact the shortfall QQ316053616
compiler_c++_class
- c++写的特定文法的编译器,整个代码全部利用类实现,具有良好的结构-c write specific grammar compiler, the whole use of all types of code to achieve, with good structure
e00compr-0.5.tar
- GIS相关工具,可以读写压缩的e00文件-GIS tools that can read and write file compression e00
c++ os实验进程调度
- 操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
编写一个判断一个数字是否是素数的函数
- 编写一个判断一个数字是否是素数的函数,利用该函数求200以内的素数之和。(素数指除了1和它本身之外,该数没有其他因子,例如101就是一个素数。)-Write a judge whether a number is prime function, using the function evaluation within 200 prime numbers. (In addition to a prime number, and it refers to itself, not the number
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.
Assignment-4
- 定义一个有理数类,属性有分子、分母 用成员函数重载 == 重载前缀++ 后缀++ (member function 或 friend function 均可 ) 重载 >> << 自己写 main 对有理数类进行测试 -Define a rational number class, property has numerator, denominator == overloaded with members of the function ov
developerkit
- 俄罗斯人写的一个人检测的算法,里面DX来捕获数据-Russians write a detection algorithm, which to capture data DX
cdd
- 用cmd脚本编的“吃豆豆”游戏,有文件读取、写入,数字、字母转换等操作,可做参考-Eat Peas games, compiled with the cmd scr ipt file read, write, numbers, letters, conversion operations, do
linkedqueue
- 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
VBcmd
- 用vb6写的类似系统cmd的程序,功能非常强大-A very powerful program using vb6 to write a similar system cmd
wnl
- 这是一个用C写的控制台万年历程序,欢迎大家下载学习,帮助特大-This is a used C to write console calendar procedures, welcome to download the study, to help large
read-and-write
- 简单的读写操作,使用fstream,适用于初学者-Simple read and write operation
