-
一个模拟树木生长的程序
一个模拟树木生长的程序-a simulated tree growth procedures
- 2022-03-04 19:01:44下载
- 积分:1
-
按层打印二叉树
算法思想: 先把根结点入队,然后循环直到队列为空:出队一个结点,打印之,将其邻接点依次入队;打印和入队邻接点前要先判断是否已经打印过了,如果已打印过的就不操作 。 此算法是在visual studio2012平台下实现二叉树的层次遍历,程序需要先输入二叉树,然后会将此二叉树按曾打印
- 2022-04-18 12:41:39下载
- 积分:1
-
Apriori算法程序实现
关联规则挖掘算法Apriori的C#程序实现;学习关联规则挖掘及算法实现的有用资料。包含:Apriori.exe,Apriori.sln,Form1.cs,Trans.cs,说明.txt等几个文档。
- 2022-01-24 12:57:33下载
- 积分:1
-
This is a mathematical modeling of the notes, very useful! I hope everyone can d...
这是一个数学建模的讲义,很有用的!希望大家能多下载这个,-This is a mathematical modeling of the notes, very useful! I hope everyone can download this,
- 2022-12-29 12:00:06下载
- 积分:1
-
bankers algorithm
calender
colour
bankers algorithm
calender
colour-bankers algorithm
calender
colour
- 2022-03-05 07:52:53下载
- 积分:1
-
混沌蚁群算法
应用背景混沌具有随机性、遍历性、规律性——混沌具有丰富的时空动态,系统动态的演变可导致吸引子的转移等特点,使得混沌成为一种新型的优化技术,并得到广泛重视。关键技术首先,基于确定性迭代式产生的遍历性轨道对整个解空间进行考察。其次,以第一阶段得到的结果为中心,通过附加小幅度的扰动进一步进行局部区域内的细搜索,直至算法终止准则满足。
- 2023-05-08 18:20:03下载
- 积分:1
-
最新JM源代码
资源描述最新的h264的官方参考代码JM98,可以使用vs工具打开,编译,运行,windows版本方便调试学习,是学习h264算法的很好的参考。
- 2023-01-12 08:05:04下载
- 积分:1
-
基于VC的FFT算法
资源描述
Design
a program to implement the 1-D FFT algorithm.
Input:
a vector. Get the testing data in file ‘Project_2_test’.
Output:
a vector, which is the discrete Fourier transform of the input.
For
example:
Input:
3 8 10 12
Output:
33.0000+0.0000i -7.0000+4.0000i -7.0000+0.0000i -7.0000-4.0000i
Requirements:
- 2023-07-23 23:40:04下载
- 积分:1
-
Schrodinger Equation numerical calculation equation
Schrodinger Equation
数值计算中的方程-Schrodinger Equation numerical calculation equation
- 2022-04-17 00:16:20下载
- 积分:1
-
基于FFMPEG的音频编码
资源描述
该音频编码器实现了音频PCM采样数据编码为AAC码流。
基于FFMPEG的音频编码库2.0.
- 2022-12-12 05:45:05下载
- 积分:1