-
VC-Communition
一个简单的通迅录C++源码,不过很有用,可以值得参考一下。(A simple communication the recorded C++ source, however useful, can be worth considering.)
- 2012-08-03 15:52:30下载
- 积分:1
-
sa+ga
采用遗传算法和模拟退火算法解决VLSI中的布局优化问题()
- 2020-12-23 20:09:06下载
- 积分:1
-
Pipeline_Implement
Implementing Pipeline by C
- 2012-01-30 09:31:01下载
- 积分:1
-
GetTime
获取网络(百度)时间,提供给做网络验证的朋友。获取速度快(Access Network (Baidu) time available to do network authentication friends. Faster access)
- 2009-01-08 10:37:40下载
- 积分:1
-
VB6Search
Visual Basic 6.0的一个搜索扩展程序,比系统自带的更好用,支持正则表达式(Visual Basic 6.0 the expansion of a search process, better than the system used its own in support of regular expressions)
- 2020-09-18 11:27:54下载
- 积分:1
-
lhcNumSum
数据统计小软件,随机输入1~40的数,统计各数的结果(Statistics of small software, enter a random number of 40, statistics of the number of results)
- 2011-11-09 22:18:22下载
- 积分:1
-
Practice1_14
字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如:
char a[4]="ABCD" char b[4]="abcd"
则char c[8]="AaBbCcDd"
(Cross-string input, is to cross a string input to another string of them, such as:
char a [4] = "ABCD" char b [4] = "abcd"
While char c [8] = "AaBbCcDd" )
- 2009-02-19 18:26:20下载
- 积分:1
-
www
j简单的一个计算器C++源代码,乱七八糟了,随便(j simple calculator C++ source code, Messy, and not)
- 2007-07-14 13:37:24下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
simple_web_browser
source code for a very simple web browser!
- 2009-03-18 08:03:24下载
- 积分:1