-
computer_design
该程序能够实现计算器程序设计,采用C++编程,来自C++程序设计原理与实践。(The program can achieve calculator program design, using C++ programming, program design from C++ Principles and Practice)
- 2014-02-19 14:34:59下载
- 积分:1
-
opticocablg
说明: nginx视频点播,源码资源,Source resources(Nginx video on demand, source resource, Source resources)
- 2018-12-26 04:59:40下载
- 积分:1
-
spectralab_v.4.32.17
The software for signal recording, processing and analysing.
- 2020-10-12 23:27:32下载
- 积分:1
-
calc
简易电子计算器,实现连加,连等 可以下载下来看看(Simple electronic calculator, even Canada, etc. You can even download them to see)
- 2014-05-07 13:26:26下载
- 积分:1
-
vg
说明: vg法求颤振,可以求得机翼的颤振速度,提供参考(vg method the chatter, you can obtain the flutter speed reference)
- 2015-05-29 18:36:29下载
- 积分:1
-
Corrlationdemsion
本压缩包里有计算关联维数的Matlab程序设计,较快。(compression of the bundle is calculated correlation dimension of the Matlab programming, faster.)
- 2021-01-15 10:28:45下载
- 积分:1
-
irscope
ir scope gnu code monitoring ir signal
- 2011-09-29 20:12:28下载
- 积分:1
-
tdbuf
多机电力系统仿真及其潮流计算,非归零型差分相位调制信号建模与仿真分析 ,光纤陀螺输出误差的allan方差分析。( Multi-machine power system simulation and flow calculation, NRZ type differential phase modulation signal modeling and simulation analysis, allan FOG output error variance analysis.)
- 2017-05-03 16:28:37下载
- 积分:1
-
xsszybz
这是一个依托气象信息分析处理系统而显示任意一个点的数值预报值的应用程序。(This is a processing system based on analysis of meteorological information and display any numerical prediction of a point value of the application.)
- 2011-01-14 11:22:02下载
- 积分: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