-
数据结构,对离散事件的模拟。本程序模拟了一家冰淇淋店的经营情况,可以用于商业分析...
数据结构,对离散事件的模拟。本程序模拟了一家冰淇淋店的经营情况,可以用于商业分析-data structure, a pair of discrete event simulation. The simulation of an ice cream shop operators, can be used for business analysis
- 2022-08-14 23:09:52下载
- 积分:1
-
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- 2022-03-11 11:19:26下载
- 积分:1
-
Labwindows/CVI方面的例子程序实在太少了,放上一点给大家共享
Labwindows/CVI方面的例子程序实在太少了,放上一点给大家共享-Labwindows/CVI example of the procedure is too small, place in 1:00 to share! !
- 2022-09-30 00:25:03下载
- 积分:1
-
个C++ OCX控件可以在你应用程序的窗口上绘制图片。
个C++ OCX控件可以在你应用程序的窗口上绘制图片。-C OCX controls in your application"s window on the drawing pictures.
- 2022-10-20 17:25:03下载
- 积分:1
-
汽车检测
本规范使用OPENCV和opencvblob lib中检测到汽车跨下红灯人行横道,这段代码 使用背景减除的运动检测和模板匹配的交通灯颜色检测,用于运行此 代码是必要的MinGW(带的pthread)和Eclipse。在这部影片中的示例https://www.youtube.com/watch?v=I7wW24j57Lw
- 2022-03-18 23:23:11下载
- 积分:1
-
很好的C语言程序的软件
very good c program for software4
- 2022-03-02 22:19:42下载
- 积分:1
-
一个用汇编编辑得打字训练程序 程序会自动根据你的打字熟练程度加快速度...
一个用汇编编辑得打字训练程序 程序会自动根据你的打字熟练程度加快速度-with a compilation edit typing training procedures will be automatically procedures under your typing proficiency speed up
- 2022-06-15 20:30:26下载
- 积分:1
-
最新的,很好的PDF阅读器,无需要安装,单文件直接运行并注册文件类型...
最新的,很好的PDF阅读器,无需要安装,单文件直接运行并注册文件类型-The latest, very good PDF reader, no need to install a single file to run directly to and register file types
- 2023-08-26 04:10:06下载
- 积分:1
-
介绍了一种求解复杂优化问题的启发式算法
介绍了一种求解复杂优化问题的启发式算法--蚁群算法.该方法通过模拟蚁群对"信息素"的控制和利用进行搜索食物的过程-a distributed
algorithm for the solution of combinatorial optimization
problems which was inspired by the observation of real
colonies of ants. We apply ACS to both symmetric and
asymmetric traveling salesman problems. Results show
that ACS is able to find good solutions to these problems
- 2023-08-15 20:45:03下载
- 积分:1
-
一个扫雷游戏,在win32控制台下开发。其中实现了游戏逻辑,游戏界面不足,操作上不是很顺手,但是用来学习参考还是很不错的、...
一个扫雷游戏,在win32控制台下开发。其中实现了游戏逻辑,游戏界面不足,操作上不是很顺手,但是用来学习参考还是很不错的、-A de-mining game, developed under the win32 console. Which implements the game logic, game interface, lack of operation is not very smoothly, but it is still very good for learning,
- 2022-10-24 07:55:03下载
- 积分:1