-
简易的矩阵计算程序
综合了一些比较实用的矩阵计算代码,包括矩阵的输入输出到文件,求和,乘积,求逆,行列式,指数运算以及基于高斯赛德尔迭代法的线性方程组求解。
- 2022-08-21 17:29:33下载
- 积分: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
-
Good WTL write file cla
Good WTL write file cla-Good WTL write file class
- 2022-03-25 07:06:53下载
- 积分:1
-
网络对战五子棋
基于UDP连接的网络对战五子棋,界面简陋,初学者做的,功能也不是很完善。
- 2023-02-19 08:50:18下载
- 积分:1
-
EXEL to XML conversion
EXEL 到 XML 的转换程序-EXEL to XML conversion
- 2022-01-25 14:52:49下载
- 积分:1
-
DIALUP(拨号网络)
资源描述说明:使用 Windows95 拨号网络及远端存取服务 ( Remote Access Service ) 构件 ( 1.31 版,附源码 )
- 2022-12-22 01:45:04下载
- 积分:1
-
杀毒 关键是 我现在不晓得该干什么 试试看 我想学 C
杀毒 关键是 我现在不晓得该干什么 试试看 我想学 C-Antivirus key is I do not know what to do give it a try I would like to learn C++
- 2023-06-12 20:50:03下载
- 积分:1
-
猜数字的游戏,经典简单的游戏
猜数字的游戏,经典简单的游戏-viewing of the game, a simple game classic
- 2022-03-22 05:59:05下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
这是一个flash射击游戏,其中涉及了而鼠标跟随,事件触发,随机算等等知识。...
这是一个flash射击游戏,其中涉及了而鼠标跟随,事件触发,随机算等等知识。-This is a flash shooting game, which involves a mouse and follow the event trigger, random operator knowledge and so on.
- 2022-04-29 12:51:10下载
- 积分:1