资源列表

« 1 2 ... .02 .03 .04 .05 .06 207.08 .09 .10 .11 .12 ... 653 »

[控制台(字符窗口)编程Mine

说明:简单的布雷程序,类似于Windows中扫雷结束后的图形提示,提示当前雷位置以及其附近的具体雷的数目-Simple mining process, similar to Windows in the mine after the end of the graphics tips, suggesting that the current location and its nearby mine-mine the number of spec
<hawksons> 在 2024-09-29 上传 | 大小:61440 | 下载:0

[控制台(字符窗口)编程TimerTest

说明:此为 100 模拟 Borland C++ Builder 而制作的 CTimer 控件,并已经编译 OK。-This is the software simulating the controler of TTimer in BCB6.0 actually.
<大帆> 在 2024-09-29 上传 | 大小:33792 | 下载:0

[控制台(字符窗口)编程a

说明:this an example of dynamic data structures in C - dynamic queue -this is an example of dynamic data structures in C - dynamic queue
<hh> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程caipiao

说明:彩票号码自动生成程序,过滤已中过号码,通过修改功能更强大。-Lottery numbers automatically generated procedures, filtration has been in over numbers, by modifying the more powerful.
<陈军军> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程test

说明:使用vc编写的一个动态链接库,测试动态链接库的例程-Vc prepared using a dynamic link library, dynamic link library routine testing
<雷行行> 在 2024-09-29 上传 | 大小:13870080 | 下载:0

[控制台(字符窗口)编程wordpress_4463_zh_CN

说明:对管理面板的 css 进行了改进,另外各方面的稳定性也感到明显的增强,在 Firefox 下所见即所得编辑器偶尔无法启动的问题也得到明显的改善 -Css panel on management has improved, other aspects are also significantly enhanced the stability, under the WYSIWYG editor in Firefox occasional
<wangming> 在 2024-09-29 上传 | 大小:1013760 | 下载:0

[控制台(字符窗口)编程dtgh_basic_2

说明:动态规划典型题型的加强版,本题有一点难度,如果弄懂对动态规划的概念肯定提升很大!-Typical Questions in strengthening the dynamic programming version, the title a bit difficult, if the hang of the concept of dynamic planning certainly enhance the great!
<康涛> 在 2024-09-29 上传 | 大小:564224 | 下载:0

[控制台(字符窗口)编程work2

说明:某录入员录入一张表格的时间为5±1分钟(均匀分布), 表格送来时间间隔服从指数分布(1/λ=5分钟), 要求录入员处最多只能积压2张表,超过就送给其他录入员。 试编程对此录入员一天的录入活动进行模拟, 计算其每天录入信息表的数量、转送他人表格数量、以及日平均录入率。-Form an entry clerks entered a time for 5 ± 1 minutes (uniformly distributed),
<lzy> 在 2024-09-29 上传 | 大小:224256 | 下载:0

[控制台(字符窗口)编程driver

说明:模拟售票员与司机的工作过程,操作系统的内容。-The work of the conductor and driver simulation process, the contents of the operating system.
<一个好人> 在 2024-09-29 上传 | 大小:1013760 | 下载:0

[控制台(字符窗口)编程Dijkstra

说明:1 将顶点集V分成 S(开始只包含源点, S包含的点都是已经计算出最短路径的点) 和 V-S 集合(V-S 包含那些未确定最短路径的点) 2. 从V-S中选取这样一个顶点w: 满足经过S集合中任意顶点 v到w 的路径最短, 即 满足( 源到v的路径 + v到w的路径) 最小的那个w. 其中v 属于S, w属于S-V。将w 加入S, 并从V-S中移除w. 3. 如此反复,直到V-S变空集为止-1 to the ve
<bob> 在 2024-09-29 上传 | 大小:803840 | 下载:0

[控制台(字符窗口)编程MyExplorerDll

说明:利用 Direction GetNextDirection()函数来实现走迷宫算法的主要思想;1)在当前位置,若右手不为墙,则原地右转返回toright(d);2)否则返回 d; 若返回的d为墙,则主函数调用void OnError() 通知动态链接库,d向左转两次,然后再调DirectionGetNextDirection()-Using Direction GetNextDirection () function to achi
<bob> 在 2024-09-29 上传 | 大小:1235968 | 下载:0

[控制台(字符窗口)编程prio

说明:  优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进
<bob> 在 2024-09-29 上传 | 大小:1082368 | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 207.08 .09 .10 .11 .12 ... 653 »

源码中国 www.ymcn.org