-
elevator
模拟电梯调度程序 五部电梯 每个电梯10层的调度(Elevator Simulation scheduler five 10-story elevator in each elevator scheduling)
- 2009-05-07 00:12:16下载
- 积分: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
-
ALL
封装实现了 多线程操作、TCP/IP操作、运算符重载等。(Package which enables multi-threaded operation, TCP/IP operations, operator overloading, and so on.)
- 2011-07-11 16:43:33下载
- 积分:1
-
IDL
IDL开发的小型的计算器,以及时钟和文件查找的列表框(IDL to develop a small calculator, and find the clock and file list box)
- 2021-04-08 12:49:01下载
- 积分:1
-
CUser
说明: 使用odbc访问sql server2000数据库(Access to sql server2000 database using odbc)
- 2010-04-06 10:49:44下载
- 积分: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
-
07136288
说明: 本程序是使用 TURBO C 语言BOSS窗口开发程序库的应用程序,(This program is the use of TURBO C language BOSS window development program library application,)
- 2018-12-31 10:43:56下载
- 积分:1
-
gpgbu
是一种双隐层反向传播神经网络,LZ复杂度反映的是一个时间序列中,用MATLAB实现的压缩传感。( Is a two hidden layer back propagation neural network, LZ complexity is reflected in a time sequence, Using MATLAB compressed sensing.)
- 2017-04-19 20:39:03下载
- 积分:1
-
Jesephus.rar
说明: 解决约瑟夫环的问题,并输出出圈的顺序。约瑟夫环的大小是任意的。(Joseph Ring solve problems, and the output of the loop sequence. Joseph ring size is arbitrary.)
- 2008-11-16 18:37:28下载
- 积分:1
-
2
说明: 2进制10进制16进制转换(包括整数小数)使用数组进行编程(Hex converter
)
- 2014-03-19 21:19:20下载
- 积分:1