-
tuoputu
该程序可以实现网络拓扑图自动生成·是进行网络仿真拓扑图生成不可缺少的一部分,根据matlab下的程序修改过来,可以在VC环境下运行(The program can achieve network topology automatic generation is topological of network simulation is an indispensable part of, according to the procedure under Matlab modified, can run in VC environment)
- 2011-12-15 11:44:51下载
- 积分:1
-
红绿灯_20200430
说明: 东西、南北两干道交于十字路口,各干道有一组红、绿、黄三个指示灯,指挥车辆和行人安全通行。南北方向为主干道,通行时间为35秒;东风方向为支干道,通行时间为25秒。通行时间最后3秒,绿灯灭,黄灯闪烁,黄灯闪烁完毕变更通行车道。通行时间由数字显示器显示,黄灯3秒闪烁不单另计时。 特殊情况控制通行方式控制,用按键开关K1控制主道通行,支道禁行,K2控制支道通行,主道禁行,特殊情况控制通行放行。 有紧急情况时用按键开关K3控制两道均为红灯。(The east-west and North-South arterial roads intersect at the intersection. Each arterial road has a group of red, green and yellow indicator lights to guide vehicles and pedestrians to pass safely. The north-south direction is the main road with a traffic time of 35 seconds; the east direction is the branch road with a traffic time of 25 seconds. At the last 3 seconds of the traffic time, the green light is off, the yellow light is flashing, and the yellow light is flashing to change the traffic lane. The traffic time is displayed by the digital display, and the yellow light flashes for 3 seconds, not only for another time. Under special circumstances, control the way of passage. Use key switch K1 to control the passage of main road, Branch Road, K2 to control the passage of branch road, main road and special circumstances to control the passage and release. In case of emergency, use key switch K3 to control two red lights.)
- 2020-05-03 11:10:55下载
- 积分:1
-
我们做了非常多非常细致的工作,但其中也存在许多的不足,我们也希望大家能够把发现的问题及时的反映...
我们做了非常多非常细致的工作,但其中也存在许多的不足,我们也希望大家能够把发现的问题及时的反映-we do a lot of very painstaking work, but there are also many deficiencies, we hope we can make people aware of the problems in a timely fashion to reflect
- 2022-02-05 19:49:58下载
- 积分:1
-
读写Excel
读写Excel 用Ado对Excel可以很方便的进行读写 (read and write Excel Ado right with Excel can read and write to facilitate the conduct of)
- 2021-01-07 17:28:53下载
- 积分:1
-
Dxperience7.3.5DLL
一款很不错的VS开发插件破解文件,供学习使用,Dxperience 7.3.5 完美破解 DLL.rar(Dxperience)
- 2010-12-16 10:29:34下载
- 积分:1
-
Programming-questions
Programming questions for every one
- 2020-10-25 15:10:00下载
- 积分:1
-
TLV2544测试
AD器件TLV2544的驱动程序。外部接线参照datasheel,子程序赋值后可以直接调用,利用C51调试通过。
- 2022-07-17 10:56:15下载
- 积分:1
-
Automatic-Building-Extraction.pdf
3D 点云建筑物分割代码3D 点云建筑物分割代码3D 点云建筑物分割代码(3D point cloud, buildign segmentation3D point cloud, buildign segmentation3D point cloud, buildign segmentation)
- 2020-08-01 21:08:35下载
- 积分:1
-
untitled8
说明: 基于C++和QT的联合开发,它被用来建立其他的接口学习机制(Based on the joint development of C + + and QT, it is used to establish other interface learning mechanisms)
- 2020-03-13 10:58:55下载
- 积分:1
-
SafeHandles句柄库
翻译 maninwest@Codeforge 作者 Frankie-C@ CodeprojectSafehandles 是个通过使用强大安全的句柄管理数据结构的库。简介Safe handles 对于需要创建一个可以通过唯一值引用的私有内存结构的程序员来说,是向前迈进的一步,句柄模仿 OS 句柄行为。这个库旨在用于 API 程序设计,或者,适用于需要创建到数据块的安全引用的产品。 使用安全句柄具有以下优势: 安全数据引用,具有句柄的内部一致性检查真正数据的模糊处理保护数据防止数据损坏或不速之客的访问类型检查强制 (SHANDLE 类对虚值指针).句柄复制调试支持线程访问限制(如需要)基于线程的部分垃圾收集 SafeHandles 如何工作一个安全句柄是一个解决数据块问题的类似于 hashing 的方法,通常动态生成,避免了内存冲突和数据损坏。Safehandles 允许定义一个类型字段,它是编码在句柄内的,可以仅通过查看句柄区分数据类型。SafeHandles 创建了存储key/数据对的内存表格。表格的大小是用户定义的。SafeHandles 有 3 大部分:上面的布局是用于 32位计算机,具有最多 256 个句柄(8 位)、16 个类型 (4 位) 和 20位的 key.如果定义了 SAFEHANDLEMEMSAFE 符号,句柄会始终有 MSBit 组来解决无效内存。每个句柄新创建后,KEY 都会更改,如果达到 key 位最大计数则对它们进行包装,该功能使得句柄重用时更加安全。它允许进行句柄
- 2023-02-25 06:35:03下载
- 积分:1