-
C++语言中的积分算法,用以拉拉链的拉链…
进行积分算法的c语言编程
进行的 的拉力拉拉链拉-Integral Algorithm for the c programming language to pull the zipper pull of the pulling force
- 2022-07-13 03:35:26下载
- 积分:1
-
计算理论的经典算法,将确定型有穷自动机最简化,根据等价类的算法用vc实现化简过程。...
计算理论的经典算法,将确定型有穷自动机最简化,根据等价类的算法用vc实现化简过程。-classical theory calculation algorithm, will determine type DFA most simplified, according to the algorithm equivalence classes with vc achieve simplification process.
- 2022-05-24 06:24:10下载
- 积分:1
-
3D FDTD code for electromagnetic simulation
In the pFDTD, pre-defined, a number of functions helps you to input complex dielectric/metallic
structures by the repeated use of rather simple geometric structures. For example, the later
use of input object functions will take over the overlapped region with the previously defined
structures. In the present pFDTD version, only metals that can be described by simple Drude
model can be handled.
- 2022-04-18 00:45:50下载
- 积分:1
-
C的Kalman滤波,C++和Matlab程序
Kalman filter的C,C++及matlab程序-Kalman filter of the C, C++ and matlab programs
- 2022-02-24 11:10:58下载
- 积分:1
-
vb CRC校验源码
"CRC算法函数
Public Function CRC(STR1 As String) As String
Dim CRCREG As Long
Dim MVAL As Long
Dim R As Integer
Dim T As Integer
CRCREG = 65535
For R = 1 To Len(STR1) Step 2
MVAL = Val("&H" + Mid(STR1, R, 2))
CRCREG = CRCREG Xor MVAL
CRCREG = C
- 2022-02-10 03:39:12下载
- 积分:1
-
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现....
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
- 2022-02-26 18:36:29下载
- 积分:1
-
一种采用divideandconquer closestpair代码
a ClosestPair code writen with divideandconquer
- 2022-07-07 20:43:45下载
- 积分:1
-
Verilog课程设计_洗衣机设计电路
应用背景
这是初次学习verilog的课程设计,设计过程中用三个表示状态的寄存器zz(正转)、fz(反转)、pause(暂停),以及三个寄存器表示LED灯,LED1表示zz;LED2表示fz;LED3表示pause。用data_out1,data_out2显示预置时间。Beep为音响信号。
关键技术设计一个电子定时器,控制洗衣机作如下运转:定时启动--->正转20秒-->暂停10秒-->反转20秒-->暂停10秒-->定时未到,回到“正转20秒-->暂停10秒-->反转20秒-->暂停10秒”;若定时到,则停机发出音响信号。用两个数码管显示洗涤的预置时间(分钟数),按倒计时的方式计时,直到时间到停机;洗涤过程由“开始”信号开始。三只LED灯表示“正转”、“反转”、“暂停”三个状态
- 2022-03-16 21:43:00下载
- 积分:1
-
单链表/顺序表删除节点
该包中,包含两个程序,一个是DeleteSqlist.txt,它是顺序表删除一个节点的程序;另一个是DeleteLinklist.txt,单链表删除一个节点的程序,该代码在VC++6.0已调试通过,并能成功运行。
- 2022-11-24 09:00:03下载
- 积分:1
-
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解- In 1998 the national university student mathematics modelling
competed the A topic: The income and the risk model solve
- 2023-05-02 15:45:02下载
- 积分:1