-
Windows程序设计 中英文
Windows程序设计入门教材,希望对需要者有帮助
- 2023-04-16 05:15:04下载
- 积分:1
-
利用多线程解决生产者与消费者问题,更深入的了解进程多部问题...
利用多线程解决生产者与消费者问题,更深入的了解进程多部问题-goodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgood
- 2023-04-15 22:40:04下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
autoit 很不错的脚本语言
汉语的说明 好像很少 找来一个
autoit 很不错的脚本语言
汉语的说明 好像很少 找来一个 -autoit 懿 慕疟 说 一
- 2022-03-18 14:39:48下载
- 积分:1
-
异步数据传输vhdl实现,需要具体设计要求的人能可以联系我。...
异步数据传输vhdl实现,需要具体设计要求的人能可以联系我。-asynchronous data transmission vhdl reality requires specific design requirements of the people can contact me.
- 2022-02-02 07:10:44下载
- 积分:1
-
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的...
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of the shortest but to incorporate it into solutions that do not form part of the loop side. 3. Repeat Step 2 until all the nodes are included in some solution.
- 2022-06-21 15:56:06下载
- 积分:1
-
using the ppt to know how the artificial algorithm ANN works well
using the ppt to know how the artificial algorithm ANN works well -using the ppt to know how the artificial algorithm ANN works well
- 2023-05-02 22:25:03下载
- 积分:1
-
相册管理器,一个相册管理的软件。运行程序时请将本目录中的两个类库拷贝到bin/Debug或者bin/Release目录下,此两个类库是程序运行所必需的。...
相册管理器,一个相册管理的软件。运行程序时请将本目录中的两个类库拷贝到bin/Debug或者bin/Release目录下,此两个类库是程序运行所必需的。-Album manager, an album management software
- 2022-09-26 20:20:03下载
- 积分:1
-
启动、管理、切换进程 .
启动、管理、切换进程 .-start, management, switching process.
- 2022-01-25 22:21:04下载
- 积分:1
-
C源码 随机分形雪花
C源码 随机分形雪花-C source Random Fractal snowflakes
- 2022-05-05 14:13:08下载
- 积分:1