-
多线程多线程演示系统的研究
多线程演示,用于研究Dephi系统多线程-multithreading demonstration system for the study multithreaded Delphi
- 2022-04-22 14:01:47下载
- 积分:1
-
井字过三关
采取策略树的办法实现人机对战。
井字过三关
采取策略树的办法实现人机对战。-Tic-tac-toe strategy to take three-way tree against the realization of man-machine.
- 2023-07-17 15:55: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
-
QT TCP通讯
应用背景
应用于WINDOWS操作系统下的网络C/S通讯,可以实现服务器和客户端的建立,相互之间的通讯。主要用于自动控制系统的上位机软件与设备之间的通讯。
关键技术主要是关于windows下的 TCP服务器件建立和TCP客户端的建立,以及之间的通讯过程。程序实际调试通过。与调试助手握手通讯正常。
- 2022-01-30 23:36:58下载
- 积分:1
-
- 2022-04-07 19:19:24下载
- 积分:1
-
DES的算法实现,很有用的,大家来看看,互相学习,
DES的算法实现,很有用的,大家来看看,互相学习,-DES algorithm, very useful to look at everyone, learn from each other,
- 2022-03-20 12:41:29下载
- 积分:1
-
超声波避障智能小车arduino程序
采用超声波避障,设置了四个超声波传感器接口,可以全方位进行探测。对超声波的数据进行平均化处理,防止无谓干扰。
小车电机为直流减速电机,利用驱动模块进行驱动,可以实现正反转独立控制,完成小车的灵活机动。
- 2022-03-21 20:09:22下载
- 积分:1
-
For people who likes switching systems
For people who likes switching systems
- 2022-04-22 23:56:34下载
- 积分:1
-
质谱仪测得被测物中所含物质的m/z(质荷比)
我的工作内容是,质谱仪测得被测物中所含物质的m/z(质荷比)可以简单理解成mass,质量。处理他所产生的数据。m/z,对应的intensity,和relative intensity。
- 2022-02-04 05:46:37下载
- 积分:1
-
贪吃蛇纯c++代码
l是控制键,count是时间延迟计数器,p死亡证明,m地图上是否有食物。score是分数,level等级。struct snake是蛇的结构体struct place是地图的结构体void init_place()初始化地图void init_snake()初始化蛇,初始长度为3,方向为右void print() 打印地图和蛇
- 2022-08-05 13:07:22下载
- 积分:1