-
链表的创建及主要操作
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
主要是链表的创建、插入、删除、排序、以及逆序问题的实现。希望对大家有帮助。
- 2023-04-03 00:30:04下载
- 积分:1
-
排班简单遗传算法
一个简单的排班算法,遗传算法GA,供大家参考。。。
里面含有详细的注解,一目了然。。。
- 2022-08-08 05:08:41下载
- 积分:1
-
时域有限差分法计算光子晶体波导的场传播…
FDTD计算光子晶体组成的波导通路的场传播-FDTD calculation of photonic crystal waveguide consisting of field dissemination pathways
- 2022-03-18 12:49:20下载
- 积分:1
-
内有5个常用算法,多变形游戏,活动按排,批处理,装载问题,全排列,是用c语言实现的...
内有5个常用算法,多变形游戏,活动按排,批处理,装载问题,全排列,是用c语言实现的-within five commonly used algorithm, deformation games, activities by arrangement, batch loading, full array, is the C Language
- 2022-04-01 07:24:00下载
- 积分:1
-
线性方程组求解模板,包括求解线性方程组的各种算法
线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including
solution system of linear equations each algorithm
- 2022-07-12 11:27:24下载
- 积分:1
-
空间5阶WENO格式 时间3阶RK格式
空间5阶WENO格式 时间3阶RK格式
- 2022-09-18 01:00:03下载
- 积分:1
-
马踏棋盘问题:国际象棋中的马,怎样才能不重复的跳遍棋盘上的每一格呢? 笔者见过许多解决这类问题的程序,这个是最简洁同时也是速度最快的一个。...
马踏棋盘问题:国际象棋中的马,怎样才能不重复的跳遍棋盘上的每一格呢? 笔者见过许多解决这类问题的程序,这个是最简洁同时也是速度最快的一个。-horse riding chessboard : the international chess Ma, how can we not repeat the jump all over the chessboard of each? I met many issues to resolve such procedures, this is the most succinct is also the fastest one.
- 2022-07-09 19:26:02下载
- 积分:1
-
用C++写改进的欧拉法 计算方法上机实验
用C++写改进的欧拉法 计算方法上机实验-C write Improved Euler method for experimental methods
- 2022-04-09 19:25:40下载
- 积分:1
-
贝叶斯学习的指导,通过它可以了解该数据挖掘的方法
贝叶斯学习的指导,通过它可以了解该数据挖掘的方法-Bayesian learning guide, which can understand the data mining method
- 2022-02-22 03:44:31下载
- 积分:1
-
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照...
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons.
- 2022-01-24 14:42:03下载
- 积分:1