-
通过鼠标左键进行点击,所点击的两点之间可自动形成一条直线...
通过鼠标左键进行点击,所点击的两点之间可自动形成一条直线-conducted by the left mouse button click, click between the two points can automatically create a straight line
- 2022-11-10 02:20:03下载
- 积分:1
-
calculator, a simple calculation functions, vc programming reflects the benefits...
计算器,实现简单的计算功能,体现vc编程的好处!-calculator, a simple calculation functions, vc programming reflects the benefits!
- 2022-07-04 15:45:25下载
- 积分:1
-
这是一款功能强大的小程序,可以将字符、汉字的ASCII值转换出来,并支持进制转换...
这是一款功能强大的小程序,可以将字符、汉字的ASCII值转换出来,并支持进制转换-This is a powerful small programs can be characters in the ASCII value of Chinese characters conversion out and support base for the conversion
- 2022-03-05 13:56:29下载
- 积分:1
-
FP数据挖掘
Data Mining of FP-growth algorithm, a very good code, you can tap the database of association rules
- 2022-07-16 01:22:49下载
- 积分:1
-
VC++ MFC 始终在最上面的窗体.rar
VC++ MFC 始终在最上面的窗体.rar-VC++ MFC has always been at the top of the form. Rar
- 2022-07-21 23:02:32下载
- 积分:1
-
EVC4.0开发环境下的PC端测试蓝牙bluetooth模块的测试代码
EVC4.0开发环境下的PC端测试蓝牙bluetooth模块的测试代码-bluetooth module test code in evc4.0 .
It is a project with all source.
- 2022-03-31 13:42:51下载
- 积分:1
-
i2c 的一些文档,对i2c设计有很大的帮助!
i2c 的一些文档,对i2c设计有很大的帮助!-i2c some documents, the design of i2c great help!
- 2022-07-20 15:13:14下载
- 积分:1
-
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。...
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。-this procedure can be realized by a simple pair of Serial control, would like to know the contents from the wound code be helped.
- 2022-07-17 23:16:46下载
- 积分:1
-
进程代码
DIV+CSS实例教程
- 2022-06-28 11:50:38下载
- 积分: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