-
VB编写的计算器
VB编写的计算器-VB prepared by the Calculator
- 2022-02-07 08:12:19下载
- 积分:1
-
AIC准则用于信源数估计
matlab源程序
AIC准则用于信源数估计
matlab源程序-criteria for the AIC source estimates Matlab source
- 2022-03-04 03:15:32下载
- 积分:1
-
GAN-master
GAN标准生成对抗网络基于tensorflow的实现(Implementation of GAN standard generation confrontation network based on tensorflow.)
- 2018-04-04 21:38:24下载
- 积分:1
-
photonic-crystal-bandgap
平面波方法计算声子晶体能带结构的源程序(复式格子圆柱体按正方形排列,水、四氯化碳为散射体,水银为基体)(Plane wave method phononic crystal band structure of the source (double-cylinder square array grid, water, carbon tetrachloride, the scattering body, mercury as a matrix))
- 2021-04-20 17:48:50下载
- 积分:1
-
CHROMA
labview中电源的驱动程序,主要连接CHROMA电源驱动(The power driver in LabVIEW is mainly connected with CHROMA power driver.)
- 2018-09-13 15:54:50下载
- 积分:1
-
与CPU1的功能类似,都是与微机线路保护原理程序配合实现CPU2的功能程序...
与CPU1的功能类似,都是与微机线路保护原理程序配合实现CPU2的功能程序-CPU1 function with a similar, are microprocessor-based line protection with the principle of procedural CPU2 realize the function of the procedure
- 2022-01-26 04:54:42下载
- 积分:1
-
这是在TC环境下运行的程序,主要实现三维图形的上下左右旋转功能。...
这是在TC环境下运行的程序,主要实现三维图形的上下左右旋转功能。-This is the TC run under the procedure, 3D graphics around the next rotation.
- 2022-01-26 02:33:03下载
- 积分:1
-
一个根据计算机信息生成序列号的小程序
一个根据计算机信息生成序列号的小程序-a computer information generated under the serial number of small programs
- 2022-08-07 03:27:26下载
- 积分:1
-
这个是我改的针对LPC2141的,把它虚拟为u盘的一个程序
这个是我改的针对LPC2141的,把它虚拟为u盘的一个程序-this is what I changed against the LPC2141, it virtual u site for a procedure
- 2022-06-01 05:39:21下载
- 积分:1
-
Delphi 24点游戏实例代码
Delphi 24点游戏实例代码,这是个图片版的24点游戏源码。读取第一个运算符的位置以得到表达式的第一个数字
function AnyFirstPos(Str: string): Integer;
//读取最后一个运算符的位置以得到表达式的最后一个数字
function AnyLastPos(Str: string): Integer;
//判断最先出现的符号是+号、-号、*号还是/号
function AnyFirstF(Str:String):Char;
//此计算用于计算不带()号的加、减、乘、除运算
function SubCompute(Str:String):integer;
//用于计算表达式的结果
随机读取4张牌同时启动计时器,输入的数至少有一个不是系统所发4张扑克中的一个。
- 2022-01-20 23:25:36下载
- 积分:1