-
JAVA密码保护页面
JAVA密码保护页面-password-protected pages JAVA
- 2023-04-10 14:25:03下载
- 积分:1
-
My first fluid solver used an explicit solver with successive over
My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor -My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
- 2022-05-26 00:19:40下载
- 积分:1
-
windows下的声卡控制及数据读写
windows下的声卡控制及数据读写-windows under the control and data card reader
- 2022-11-08 19:30:03下载
- 积分:1
-
Convert from number to capitalization of RMB
这是一个数值转人民币大写C++源代码,请大家公用吧-Convert from number to capitalization of RMB
- 2022-02-07 09:39:58下载
- 积分:1
-
lrecog是一个神经网络的代码程序,帮助学习神经网络的朋友进行研究...
lrecog是一个神经网络的代码程序,帮助学习神经网络的朋友进行研究-lrecog is a neural network code procedures to help learning neural network research friend
- 2022-05-29 08:04:13下载
- 积分:1
-
intel hex code
英特尔十六进制代码
- 2022-05-08 17:17:37下载
- 积分:1
-
在tcl中绘制随时间变化的图形.该源程序需要其他程序配合使用....
在tcl中绘制随时间变化的图形.该源程序需要其他程序配合使用.-In tcl Drawing graphics over time. The source code need to use with other programs.
- 2023-05-18 13:35:03下载
- 积分:1
-
计算后缀表达式,先将中缀式转化为后缀式,在进行计算,有较高的效率...
计算后缀表达式,先将中缀式转化为后缀式,在进行计算,有较高的效率-Suffix calculated expression, first in the up-type into a suffix-style, in terms of higher efficiency
- 2023-06-01 12:50:03下载
- 积分:1
-
语音识别神经网络
使用神经网络在 matlab,mfcc 使用,实时语音识别、 matlab 2014a,神经网络的语音识别
- 2023-07-20 23:10:04下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1