-
jpeg_lib2000.zip
jpeg_lib2000.zip
- 2022-01-31 13:06:08下载
- 积分:1
-
元胞自动机源码
1、可获得在不同车流密度下的单车道仿真结果,需要等待6-7分钟,如果想快速看结果则需要设置程序中的dt为0(程序中现设置为0.01).
2、可获得在不同车流密度下的双车道仿真结果,需要等待6-7分钟,如果想快速看结果则需要设置程序中的dt为0(程序中现设置为0.01).
3、可以进行在车流密度不变时的单车道或双车道仿真,但需要输入一些参数,可以按如下方式调用:[ v d p ] = multi_driveway( 100,2,1,0.01,1000 );,需要运行半分钟左右.
4、可以进行在车流密度不变时的单车道或双车道仿真,且不需要输入参数,直接运行即可(实际上就是调用了3的程序,只是参数已经设置好了)
常用参数说明(程序中也有部分说明):
nc:车道数目(1或2)
nl:车道长度
v:平均速度
d:换道次数(1000次)
p:车流密度
dt:仿真步长时间,决定了交通流图中元胞的状态变化速度
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 23:57:32下载
- 积分:1
-
一个关于俄罗斯方块的原代码
一个关于俄罗斯方块的原代码-a Rubik"s cube on the original code
- 2023-04-29 22:50:03下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
详细介绍了 WInce 平台上UI定制方法, 以及UI开发的思路.
详细介绍了 WInce 平台上UI定制方法, 以及UI开发的思路.-Described in detail WInce platform UI customization methods, as well as UI development way of thinking.
- 2022-03-13 17:02:50下载
- 积分:1
-
计费系统
Billing system-cyber cafe management system
- 2022-02-15 07:40:40下载
- 积分:1
-
C语言和汇编在KEIL上的混合编程
C语言和汇编在KEIL上的混合编程...
C语言和汇编在KEIL上的混合编程
C语言和汇编在KEIL上的混合编程-C language and compiled in the mixed KEIL programming C language and compiled in the mixed programming KEIL
- 2022-05-24 14:59:38下载
- 积分:1
-
diblok想象处理!
Diblok for imagine processing!
- 2022-03-06 18:20:35下载
- 积分:1
-
分割文件的程序
分割文件的程序-Partition documents
- 2023-05-19 16:05:03下载
- 积分:1
-
通过本程序,能够获取计算机系统的逻辑硬盘号、物理硬盘号、Cpu号、Bios号等等...
通过本程序,能够获取计算机系统的逻辑硬盘号、物理硬盘号、Cpu号、Bios号等等 -Through this program, have access to computer systems, the logical drive number, the physical disk number, Cpu numbers, Bios, etc., No.
- 2022-06-29 13:01:56下载
- 积分:1