-
a small program imitating microsoft excel
一个模仿microsoftexcel的小程序
- 2022-07-24 15:02:45下载
- 积分:1
-
对话框中加目录和文件选择
对话框中加目录和文件选择-dialog increase directories and files choice
- 2022-03-15 22:43:53下载
- 积分:1
-
程序构造柱
The program contructs column-weight three girth-eight QC-LPDC codes given row-weight and sub-matrix size. row-weights and sub-matrices sizes are variable
- 2023-05-17 18:10:03下载
- 积分:1
-
一个小巧的磁盘整理工具 方便的实现磁盘整理 方便 实用
一个小巧的磁盘整理工具 方便的实现磁盘整理 方便 实用-a compact disk tool needed to facilitate the realization of practical convenience disk collate
- 2022-11-02 01:30:04下载
- 积分:1
-
通过把rgb 图像转变为grey 图像,再转变为黑白图像,自动识别细胞边缘的matlba程序。
通过把rgb 图像转变为grey 图像,再转变为黑白图像,自动识别细胞边缘的matlba程序。-Through the rgb image into a gray image, and then into a black-and-white images, automatic recognition of cell edge of matlba procedures.
- 2022-11-11 03:55:03下载
- 积分:1
-
Imitation of a Vista Aero
一个仿Vista Aero风格的窗体界面源码-Imitation of a Vista Aero-style interface source code form
- 2023-01-24 22:05:04下载
- 积分:1
-
WINDOWS system kernel programming, very helpful for beginners!
WINDOWS系统核心编程,对初学者很有帮助!-WINDOWS system kernel programming, very helpful for beginners!
- 2022-04-10 02:29:28下载
- 积分:1
-
Arabic characters will be converted into, for example: 1.56089 million turn into...
将阿拉伯数字转成中文字,例如:1560890 转成 "壹佰伍拾陆万零捌佰玖拾"。-Arabic characters will be converted into, for example: 1.56089 million turn into a " zero-Ba rented furnishings Fifty thousand nine hundred land."
- 2022-08-20 02:20:17下载
- 积分:1
-
管理窗口
Administering Windows Vista Security
- 2022-01-26 03:25:42下载
- 积分: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