资源列表
oshf
- 进程调度 进程调度 进程调度 进程调度-process scheduling process scheduling process scheduling process scheduling process scheduling process scheduling
0311
- WIndows Kernel 32内核堵塞
chaji
- 递增有序的单向链表A和B分别存储了一个集合,求这两个集合的差集 -Incremental and orderly one-way linked lists A and B separately store a collection, and the two sets of difference sets
2
- 在visula c++中,自己随随便便编制的一些小程序,仅供参考。-At visula c++ in their own casual prepared a number of small procedures, for informational purposes only.
yichuan
- 传算法中常用变异算子的matlan实现及应用-matlab
vb_programming_historical_record_of_menu_code
- vb编程实现带有历史记录功能的菜单代码vb programming with a historical record of the menu code-vvb programming with a historical record of the menu code
TSWIT
- 测量时间在并行处理系统,能够测量时间,并对所测结果进行处理-Measure Time in Concurrent Processing System
make-a-services
- make a service with this you can make a program work as service to run when windows start and not to close when user logo-make a service with this you can make a program work as service to run when windows start and not to close when user logoff
junxian-jiaoyi
- The moving average trading system
shizhong
- 图形时钟代码,基于c语言编写,适合初学者使用学习,比较容易上手-Graphics clock code, based on the c language, suitable for beginners to learn, easier to use
xx
- 一个简单的处理器分配程序,设计可能有许多不足,仅供参考-A simple processor allocation process, the design may have many shortcomings, for reference
yuanma
- 现有一种格子迷宫,该迷宫由N行N列的格子构成。迷宫中有三种格子,第一种是墙壁,不能通过;第二种格子能正常通行,经过该格子可以到达与它相邻的上/下/左/右格子中;第三种格子除了具有第二种格子的功能外,它还具有“瞬间移动”功能,到达此格子后,可以选择是否瞬间被传送到给定的格子上。在一个由上述三种格子构成的迷宫中,给定起点和终点的位置,求从起点到达终点所需要的最小代价。 下图是一个3*3格子迷宫,该迷宫中2号格子具有的“瞬间移动”功能是能传送至8号格子,7号格子则是能传送至9号格子。