-
很重要的一本关于fpga图像的资料
很重要的一本关于fpga图像的资料-Very important one on the FPGA image information
- 2023-04-22 21:35:03下载
- 积分:1
-
检测一个程序的拷贝正在运行
资源描述提供的CSingleInstance类允许你的程序只有一个实例,如何检测一个程序的拷贝正在运行是一个古老的问题,这个例子利用MMF(内存映像文件)检测确实值得推荐
- 2022-01-30 15:02:13下载
- 积分:1
-
Windows下的小游戏程序,运行以后就在屏幕上走来走去,很可爱哦....
Windows下的小游戏程序,运行以后就在屏幕上走来走去,很可爱哦.-Windows small game, the running of the future on the screen around, a very lovely oh.
- 2022-06-18 22:18:10下载
- 积分:1
-
OS pages Scheduling Algorithm
操作系统的页面调度算法-OS pages Scheduling Algorithm
- 2022-08-16 02:41:13下载
- 积分:1
-
vc的一些原码,对于帮助学习和提高很有帮助
vc的一些原码,对于帮助学习和提高很有帮助-vc some of the original code, for help to learn and improve very helpful
- 2022-02-02 16:30:50下载
- 积分:1
-
经典小游戏俄罗斯方块的源代码,vc++.net版,界面很漂亮.
经典小游戏俄罗斯方块的源代码,vc++.net版,界面很漂亮.-small classic Tetris game"s source code, vc. Net version, the interface is very beautiful.
- 2022-03-26 17:54:02下载
- 积分:1
-
Atmel ATMEGA单片机bootloader。它作为一个STK500板可…
Bootloader for Atmel Atmega microcontroller. It act as a STK500 board and can be used from within avrstudio.
- 2023-03-20 15:15:04下载
- 积分:1
-
MFC实现计算器功能
开发工具VS2012,MFC基于对话框实现计算器功能。可以进行加、减、乘、除、开方、求倒等等功能。之前在VC6.0上实现过,但是,目前换成了VS2012,部分代码和在VC6.0上是不一样的,已经实验通过。
- 2022-08-03 04:28:00下载
- 积分:1
-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1
-
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步...
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当
然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程
是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest unit, in the OS thread, thread is the smallest unit of operation, the process described in the classroom between the synchronization and mutual exclusion. actually belong to different threads in the process of synchronization and mutual exclusion, of course, the same process there is a different thread synchronization and mutual exclusion, control and coordinate the process with the principle of the same
- 2022-08-22 22:48:11下载
- 积分:1