-
- 2022-01-26 04:22:50下载
- 积分:1
-
一个用来统计程序源文件中代码行数的小工具.使用VC++编写
一个用来统计程序源文件中代码行数的小工具.使用VC++编写-a statistical procedures used to document the source code line number of small tools. Preparation of VC
- 2022-05-24 14:35:43下载
- 积分:1
-
OpenCV for human face
//
- 2022-03-17 02:51:20下载
- 积分:1
-
字符串处理函数集
字符串处理函数集-string handling functions Set
- 2022-03-03 15:47:54下载
- 积分:1
-
分形DCT
利用分形DCT图像压缩我准备这个代码来简化这些概念,并给你可以直接尝试的工具。当然,你可能会发现不同的方法,通过它可以提高代码的功能堆,所以请随时告诉我,任何此类更新,其余在这里。
- 2022-02-06 03:28:13下载
- 积分:1
-
手机通讯录
利用eclipse-ADT进行手机通讯录开发,实现手机本地联系人读取,排版,可进行增删改查,联系人头像上传
- 2022-03-19 11:43:04下载
- 积分:1
-
时钟程序,C++编程,在做时钟电路设计,单片机控制中可以作为参考...
时钟程序,C++编程,在做时钟电路设计,单片机控制中可以作为参考-Clock procedures, C++ Programming, make the clock in the circuit design, single-chip control can be used as reference
- 2022-02-13 08:01:08下载
- 积分:1
-
插入任意数量的目录中的当前图像的HTML。它的图形用户界面是V。
inserts any number of images present in a directory into the HTML. It s gui is very cooooooool
- 2023-04-07 18:05:04下载
- 积分: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