-
CSharpcomputer
windows计算器,有加减乘除功能,和windows自带的计算器类似(windows calculator, a subtraction multiplication and division functions, and a similar calculator that comes with windows)
- 2011-06-02 22:10:55下载
- 积分:1
-
1
说明: 1到33的任意6个数字,他们之和加起来是61,或者改掉sum数字,让他们和为你想要的数字(1 to33Any 6 numbers, and they add up to 61, or get rid of sum numbers, and make them as the number you want
)
- 2012-05-02 13:08:48下载
- 积分:1
-
myplot
利用matlab连接excele数据,并用相关系数法分析数据的源代码,包括主元分析、偏相关系数、复相关系数。灰色关联分析等。(Using matlab to connect excele data, and correlation coefficient analysis of data source, including principal component analysis, partial correlation coefficient, multiple correlation coefficient. Gray correlation analysis.)
- 2020-10-11 10:57:34下载
- 积分:1
-
computer
该计算器实现简单加减乘除机开根号、倒数等操作。(The realization of a simple calculator, countdown, add, subtract, multiply and divide machine open radical operation.)
- 2012-11-29 21:20:46下载
- 积分:1
-
139607
This is a RLE compression routine, written in MFC I wrote thi()
- 2018-03-19 19:44:53下载
- 积分:1
-
SDIO_IAP
STM32的IAP升级程序,已经是可以用的,是用SD卡升级的程序,简单好用,有需要的朋友可以直接用(The STM32 IAP upgrade process, it is already possible to use, is to use the SD card upgrade program, easy to use, a friend in need can be directly used)
- 2020-07-01 19:00:02下载
- 积分:1
-
1286857427_22104_FT38772_at
Accumulator code is source code for simulating accumulator.
- 2012-05-02 12:36:07下载
- 积分:1
-
jielianguandao
捷联惯导导航仿真程序,包括位置,速度,加速度的的仿真(SINS navigation simulation program, including position, velocity and acceleration of the simulation)
- 2006-12-27 21:53:09下载
- 积分:1
-
Test11
属于C++里继承与派生类的小程序,主要是多层派生里的指针继承问题,仅供参考(Belonging C++ inheritance and derived classes in a small program, mainly derived pointers in multilayer succession for reference purposes only)
- 2013-06-28 16:53:30下载
- 积分: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