资源列表
calc
- 输入两数,并以第二个数的倍数,将第一个数分组,打印出全部方案-Enter the number two and the second the number of multiples of the number of the first division, print out the full program
Zoom
- 实现了图像的读取等操作,可供参考。原理比较简单,已经编译过了。-The realization of the images, such as read operations, for reference. The principle is relatively simple, has been compiled.
ledLED
- LED的单片机程序,LED的单片机程序LED的单片机程序-LED
MISO_Capacity
- 多输入单输出的系统的系统容量的仿真程序。对学习MIMO技术很有帮助。-MISO
sourse_game.cpp
- This program plays a simple game.The computer picks a random number from 0 to 100, and the user tries to guess the number
Mutex
- 首先,调用 CreateEvent函数创建一个事件对象,该函数返回一个事件句柄。然后,可以设置(SetEvent)或者复位(ResetEvent)一个事件对象,也可以发一个事件脉冲(PlusEvent),即设置一个事件对象,然后复位它。复位有两种形式:自动复位和人工复位。在创建事件对象时指定复位形式。 自动复位:当对象获得信号后,就释放下一个可用线程(优先级别最高的线程;如果优先级别相同,则等待队列中的第一个线程被释放)。 人工复位:当对象获得信号后,就释放所有可利用线程。 最后,使
jun
- c语言 编写的程序代码,有界面,很有用的-c language program written in code, interface, very useful
JDisskzipu
- 大三操作系统实验,用FIFS,,电梯法,最短优先实现磁盘调度. -Junior operating system experiments with FIFS lift method, the shortest priority disk scheduling.
Oofdm_signal_f
- OFDM系统完整的程序,从而使功率谱密度的分分析过程更加简化和实际,可以直接使用。 -OFDM system complete the program, so that the power spectral density of the sub-analysis process more streamlined and practical, can be used directly.
keyboard
- 键盘防抖动代码 包含长延迟段延迟代码 希望对你们有帮助-Keyboard debounce code contains the code you want to help long delay segment delay
test2
- opengl 代码,简单的opengl代码片段,希望给又有哪个的的那个人用。-Opengl code, a simple OpenGL code fragment, want to give what the person that use.
Philosophers
- 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest