-
A
说明: 对简单的一些计算用计算器计算出来,包括加减乘除(Some of the simple calculated calculation calculator, including the Math)
- 2010-06-12 12:14:17下载
- 积分:1
-
open-data
读取文件。给出一个txt文件(水准数据)利用openfile 语句读取每一行的文件,再读入数据库。(Read the file. Gives a txt file (level data) to utilize openfile statement reads each line of the file, and read it into the database.)
- 2012-12-15 23:43:59下载
- 积分:1
-
analla
说明: 模拟串口程序 占用T0 或者T2 波特率9600 起始位 1位(Analog serial port program uses T0 or T2 baud rate 9600 start bit 1 bit)
- 2019-03-25 12:04:29下载
- 积分:1
-
fw
算机取证界的权威软件X-Ways forensics的中文使用帮助,在网上很难找到的,chm格式-Computer forensics software, an authority on X-Ways forensics Chinese use the help of the Internet is very difficult to find, chm format( forensics software, an authority on X-Ways forensics Chinese use the help of the Internet is very difficult to find, chm format)
- 2009-06-13 01:59:03下载
- 积分:1
-
123
用C语言实现的在屏幕显示I LOVE YOU ,其中将循环等各种语法用到了极致。(a instance to display "Ilove you")
- 2009-02-07 17:30:10下载
- 积分:1
-
shuizhunceliang
此程序能指导四等水准测量过程并计算相关限差,以及计算闭合差(This program will guide four leveling process and calculate the relevant limit is poor, and to calculate the closed-poor)
- 2009-10-08 11:23:47下载
- 积分: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
-
bijiao
比较两个文件内容的不同,其中有两个源代码(Comparing two different contents of the documents, wherein two source)
- 2012-12-01 01:17:09下载
- 积分:1
-
fanzheji
一个反褶积的VC++例子,简单明了,很适合刚刚开始学习信号分析的人(A deconvolution of VC++ Example simple, it is suitable for signal analysis has just begun to study people)
- 2008-08-12 13:42:40下载
- 积分: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