-
vissim与matlab的交互。agent智能体建模
使用matlab进行算法的编程调用,通过.NET 编制主控程序,实现了 VISSIM 交通流数据和 MATLAB 计算平台的交互,为复杂交通控制模型的有效性检验提供了一个高效可行的仿真环境,相比直接利用编程语言对 VISSIM 进行二次开发,该方法降低了交通控制模型的实现难度,提高了模型正确性。同时,本文给出了一个基于本平台的单点强化 Q 学习的仿真实例,证实了仿真平台的可行性。
- 2023-03-03 16:20:04下载
- 积分:1
-
这是wrk,是微软公布的真正源码,里面内容没有经过任何修改,微软为保护文件而采用了.7z格式,解压前一定把文件格式改回.7z格式。可以编译通过,具体编译步骤请参...
这是wrk,是微软公布的真正源码,里面内容没有经过任何修改,微软为保护文件而采用了.7z格式,解压前一定把文件格式改回.7z格式。可以编译通过,具体编译步骤请参见文件readme.txt,祝你好运!
- 2023-01-23 04:25:04下载
- 积分:1
-
Xcale270Bsp包,wince平台
Xcale270Bsp包,winceå¹³å°-Xcale270Bsp kits, wince platform
- 2022-07-05 00:09:49下载
- 积分:1
-
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌: “哇!我
以前捏造的 C+...
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌: “哇!我
以前捏造的 C++/C 程序怎么会有那么多的毛病?”
别难过,作者只不过比你早几年、多几次惊慌而已。
请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面 N-1 个读者的
建议。-Software Quality is linked to the majority of programmers in mind in the mouth rather than things! In addition to full and genuine programming lay outside experts, read the book early, you will be the first to feel the panic: " wow! I used to fabricate the C++/C process how there were so many problems?" Do not be sad, the author only A few years ago than you, more than just a few panic-stricken. Please take 12 hours to read through 100 of this book, you will be benefited, which is N-1 in front of the recommendations of readers.
- 2022-10-08 18:40:02下载
- 积分:1
-
测试移动Ad hoc网络安全路由
testing secure aodv in mobile ad hoc network
- 2022-05-13 03:30:12下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1
-
彩色星空,基于MFC的一个小程序,可以旋转的彩色动态星空程序...
彩色星空,基于MFC的一个小程序,可以旋转的彩色动态星空程序-Color Star, based on a small MFC program, you can rotate the color dynamic Star program
- 2022-08-09 06:03:33下载
- 积分:1
-
To achieve a natural Lantern series, odd
实现彩灯的自然数列、奇数列、偶数列、音乐数列的循环显示-To achieve a natural Lantern series, odd-numbered columns, even column, music, series, shows the cycle of
- 2022-01-26 06:51:36下载
- 积分:1
-
画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。...
画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。-Sketchpad tool to draw straight lines, round, such as graphics, similar to the drawing WINDOWS own.
- 2022-01-26 06:41:31下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1