-
蝴蝶效应图
本文利用经典的四阶龙格库塔方法计算洛伦茨方程,并画出相应的蝴蝶效应图。而且此程序具有可扩展性,可用于计算其他系统(比如达芬系统,若斯勒系统等等)以及画出相应的图形。
- 2023-05-28 15:45:03下载
- 积分:1
-
Dijkstra算法
在vc++ 6.0中用c++语言,编写计算最短路径的Dijkstra算法,采用邻接矩阵的存储结构。
- 2022-03-22 19:44:55下载
- 积分:1
-
计算机算法导引
计算机算法导引-Computer algorithm-guided
- 2023-05-21 18:15:03下载
- 积分:1
-
一个用C语言编写的求混沌序列的源程序,挺好的!
一个用C语言编写的求混沌序列的源程序,挺好的!-a C language for the chaotic sequence of the source, very good!
- 2023-01-18 01:10:04下载
- 积分:1
-
particle filter
unlike kalman filter this filter is more suitable to deal with nonlinear data types. the source code is of omnet++ simulators. which contains a c++ file and other two files is used for network description and the general initialization files.
- 2022-01-28 02:07:30下载
- 积分:1
-
FLCS在3DIC設計中會使用的方法
在3DIC設計中會使用的方法
Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.
We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
- 2022-08-13 12:52:54下载
- 积分:1
-
Dijkstra c
这我来源代码当我还是教我的学生在我班的数据结构。从这段代码我们可以了解使用 dijkstra 算法的 shotest 路径使用可以使用的 greedy.the 数据,采用是这种格式 txt101 2 101 4 52 3 12 4 33 5 64 2 24 3 94 5 25 1 75 3 4
- 2023-06-22 06:40:03下载
- 积分:1
-
Ti DSP TMS320F280x ADC 的SOC例程。
Ti DSP TMS320F280x ADC 的SOC例程。-Ti DSP TMS320F280x ADC routines of SOC.
- 2022-01-27 17:40:56下载
- 积分:1
-
音乐播放器
使用控件实现音乐播放器,有打开文件,下一曲,暂停,保存音乐目录,调节音量i,每次保存的音乐目录在再次打开时还可以加载在播放列表中,同时,实现播放列表的隐藏与打开。
- 2022-02-06 00:27:28下载
- 积分:1
-
飞思卡尔实现PID算法
应用背景飞思卡尔单片机,用于稳定参数,在很多程序上都可以使用。我们参加过飞思卡尔智能车大赛,使用的程序,这里的程序是对参加比赛的程序的升级版。稳定性十分的不错关键技术PID算法是一个传统工业上使用的普遍的用法,在稳定性上有十分好的应用,可以实现温度的控制和调节,在速度的控制上也没有任何问题
- 2022-01-22 14:33:58下载
- 积分:1