-
快排2
说明: 实现了快速排序、随机排序以及中位排序查找第k小元素(Fast sorting, random sorting and median sorting are realized to find the k-th small element)
- 2020-05-24 18:20:39下载
- 积分:1
-
Runpe
Simple Run File im Memory )
- 2013-10-06 07:26:38下载
- 积分:1
-
TESTCPLUS
C++技能百炼,很好的初学者学习资料,里面很多经典算法哦(C++ skills, Bai-lian, good for beginners to learn the information, which many classical algorithms Oh)
- 2010-07-27 10:18:45下载
- 积分:1
-
Javatanhaoqiang
谭浩强版的JAVA电子书.适合初学者,希望对大家有帮助.(Transplantation and Hemopurification version of JAVA e-books. Suitable for beginners, we want to help.)
- 2010-12-27 14:02:21下载
- 积分:1
-
javaTetrisEclipse
使用java语言在Eclipse上编写俄罗斯方块代码,此版本的俄罗斯方块只是实现了俄罗斯方块的基本功能,没有设置等功能,游戏代码采用mvc设计模式(Tetris using java language code on Eclipse, this version of Tetris is to achieve the basic functions of Tetris, and other functions not provided, the game code using mvc design pattern)
- 2016-05-22 12:07:47下载
- 积分:1
-
DEFINE_CG_MOTION
fluent软件中采用DEFINE_CG_MOTION动网格的udf程序(using the the udf program DEFINE_CG_MOTION moving grid in fluent software)
- 2020-11-20 09:39:37下载
- 积分:1
-
mfc-shiyan3
一个标准的MFC Windows应用程序
要求:1、创建一个单/多文档的MFC程序,使其具有自定义的菜单、工具栏和状态栏。
2、菜单和工具栏的功能自定义。
3、应用程序的背景是一幅位图图片。
4、工具栏应该可以显示和隐藏,而且它有一个菜单不具有的功能。
(A standard MFC Windows application requirements: 1, to create a single/multi-MFC documentation procedures, so that it will have custom menus, toolbars, and status bar. 2, menus and toolbars custom functions. 3, the application of the background is a bitmap image. 4, the Toolbar should be able to show and hide, and it does not have a menu function.)
- 2009-04-13 13:52:13下载
- 积分:1
-
matlab图像处理
说明: matlab图像处理程序例集,供学习参考。(MATLAB image processing program example set for learning reference.)
- 2020-06-16 01:20:02下载
- 积分:1
-
CVS IIS是有用的
cvs for iis it is useful
- 2022-02-03 15:34:51下载
- 积分:1
-
OS_projectC_Mutex
You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate.
The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
- 2009-10-31 16:09:02下载
- 积分:1