搜索资源列表
穿透防火墙的数据传输技术源码
- 一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换为能被自己使用. 3. 用转换后的SOCKET进行数据传输-a new firewall penetration data transmission technology, the process is as follows : 1. The process of identifying two goals. Identify SOCKE
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
fibonacci系列打印
- 该程序是一个有关fibonacci数列的打印问题 其中的一个功能是能修改生长周期 虽然很简单但不是每个人都会做的哟-that the procedure was a Fibonacci series, the printing problem which is a function of the growth cycle would amend Although very simple but not everyone will do yo
cn700_vf6105572455
- vf图书馆管理系统码源,里面的功能比较齐全,是个和不错的vf程序-vf library management system source code inside the function of a relatively complete, and is a good procedure vf
002bx321
- vf图书馆管理系统码源,里面的功能比较齐全,是个和不错的vf程序 -vf library management system source code inside the function of a relatively complete, and is a good procedure vf
ClearRegAuto
- 其功能是清除U盘在注册表的信息,是一个控制台类型的程序。-its function is to remove U-information in the registry is a console types of procedures.
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.
Serial_enumser
- 一个不错的控制台函数,它检测计算机上有多少可用的串口-a good console function, it detects the number of computers available Serial
ga_model
- 关于遗传算法的一个二进制编码的计算函数最大值的实例-on Genetic Algorithms a binary encoding function of the maximum calculated examples
StudentInfo2
- 一个很简陋的学生管理系统,但是基本功能很完备,容易扩充。-a shabby student management system, but the basic function of a very complete and easy to expand.
matlab_cpp
- C++ 中使用matlab中的函数,一个简单的使用例子-use of Matlab function, a simple example of the use of
ls
- LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
十进制整数相互转换
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
编译原理实验_课程设计_词法分析
- 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
编写一个判断一个数字是否是素数的函数
- 编写一个判断一个数字是否是素数的函数,利用该函数求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
deleteSelfbat
- 实现自删除的源代码,与上次上传的不一致,这是用批处理文件实现,功能更加强大,非常适合于新手,里面的思路很清晰,有兴趣的可以-To realize the of the source code, and delete last time is not the same upload, which are a batch file, more powerful, and realize the function is very suitable for beginners, inside think
Assignment-4
- 定义一个有理数类,属性有分子、分母 用成员函数重载 == 重载前缀++ 后缀++ (member function 或 friend function 均可 ) 重载 >> << 自己写 main 对有理数类进行测试 -Define a rational number class, property has numerator, denominator == overloaded with members of the function ov
code
- 具有自学习功能的四子棋程序,人工智能的大作业,我自己写的。-Four sons chess program with self-learning function, a large artificial intelligence work, I wrote it myself.
a-course-selection-system
- 用dos编写一个大学的选课系统,选课系统的所需功能基本实现。-Dos written a university elective system, required to achieve the basic function of elective system.
Exponent
- :This program uses a function to calculate the result of raising one number to the power of another. :The user is prompted for the base or exponent whenever they choose that option. :The result will be calculated and displayed on user request thr