资源列表
movieaboutshotsnap
- 单炮记录的动态显示:包含三个程序,子波生产(my_ricker.m),反射系数产生(reflectivity.m),单炮记录生成及动态显示(my_forward.m)!
shiyan
- 操作系统实验,进程调度管理,里面实现了进程的调度管理,功能全面-Operating system experiments, the process of scheduling management, which achieved the process of scheduling management, full-featured
bublesort
- VB bubble sort algorithm, it shows the example and work of it-VB bubble sort algorithm, it shows the example and work of it...
pingbao
- 屏保程序,在指定时间内未使用键盘则关闭屏幕显示-Safety Net program, within the specified time will not use the keyboard to close the screen display
HW1
- 計算WORD以及許多功能,非常好用可以跳號也可以順序來計算-Calculation WORD
philosopher
- 五位哲学家进餐的问题....VC++编程实现...编辑运行即可- codes in the os experiment
cliente-servidor
- C++ Trojan client nã o esta terminado preciso terminar-C++ Trojan client nã o esta terminado preciso terminar...
xnjsbsf
- 通用的虚拟机识别算法。很实用。 我这里在MSVC++6.0下开发的项目,给大家展示一下关于识别所有虚拟机的项目,这里放出代码 11. 检测VMWARE 虚拟机的通用办法 <<检测VMWARE 虚拟机的通用办法>> 12. 检测Sun VM Virtualbox 虚拟机的通用办法 <<检测Sun VM Virtualbox 虚拟机的通用办法>> 13. 检测Microsoft Virtual PC 虚拟
SOJ3543
- SOJ3543 序列操作,线段树经典题目,重点在于线段树的维护。此为10年初做此题的源码,与各位分享-the code of SOJ3543
maze
- 实现经典问题老鼠迷宫,并用坐标将路径显示出来-Achieve classic problem rat maze, and coordinate with the path displayed
seg_display
- verilog语言编程,通过编程实现伪随机码的产生,程序简单易懂,易上手,带测试平台文件-verilog language programming, programming produced by pseudo-random code, the program easy to understand, approachable, with a test-platform file
堆排序Java实现
- 利用Java编程语言实现的堆排序程序,能够实现对数组进行从小到大进行排序,也可通过修改代码,实现由大到小进行排序。