-
一种数字媒体设备应用框架
An application framework for digital media devices
- 2022-06-19 20:12:31下载
- 积分:1
-
用vc编写的扫描仪数据源软件,未涉及硬件接口部分,只是个模拟扫描程序,图片需要从本机读入...
用vc编写的扫描仪数据源软件,未涉及硬件接口部分,只是个模拟扫描程序,图片需要从本机读入-Vc prepared using scanner data source software, not covered by the hardware interface of the simulation is only a scanner, images from the machine-readable entry
- 2023-03-15 16:50:04下载
- 积分:1
-
TSP problem (also known as: traveling salesman problem, traveling salesman probl...
TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
- 2022-03-19 09:44:08下载
- 积分:1
-
大地电磁二维正演有限元程序,可以模拟任意地形
大地电磁二维正演有限元程序,可以模拟任意地形,可使用初学者学校,并以此作为基础,,使用matlab语言来编写,打发打发大幅度 发送方式
- 2022-05-12 14:26:00下载
- 积分:1
-
数控插补,跨象限的直线和圆弧,其中包括几种常见的插补方式...
数控插补,跨象限的直线和圆弧,其中包括几种常见的插补方式-NC interpolation, cross-quadrant linear and circular, including several common interpolation methods
- 2022-12-31 08:50:03下载
- 积分:1
-
on DSP test SPORT ports, audio input port Detection
在DSP上测试SPORT端口,通过音频输入检测端口-on DSP test SPORT ports, audio input port Detection
- 2022-05-06 11:13:00下载
- 积分:1
-
Windows ce play on the code
Windows ce播放代码
- 2022-05-27 12:31:04下载
- 积分:1
-
一维信号小波的VC++程序 希望能帮到快要毕业的人们...
一维信号小波的VC++程序 希望能帮到快要毕业的人们-One-dimensional wavelet of VC program hopes to help people about to graduate
- 2022-04-20 15:44:02下载
- 积分:1
-
scrdesign compile source code
scrdesign汇编源代码-scrdesign compile source code
- 2023-08-01 21:25:03下载
- 积分: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