资源列表
LinuxProcessCommunication
- 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
WinGsl-Lib-1.4.02
- 这是很强大的数学库,也很精确-this is a huge function in maths
mycal
- 使用vi编辑器编写一段Shell程序,取名为mycal1459,实现与Linux中cal命令类似的功能,当输入: $mycal [月份名] 年时,屏幕输出指定的年月的月历。例如: $mycal October 2009 屏幕输出2009年10月的月历。 注:参数可以是英文或者是数字。 -Using the vi editor to write a Shell program, named mycal1459, Implementation and Linux in
threecodes
- 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
gtp-u
- 实现GTPU协议功能栈,包含编解码、会话管理-the code is used for GTP-U protocol
pc
- 天津大学并行计算大作业代码及实验报告。 包括: 1.利用Pthread并行实现求Pi和Jacobi迭代 2.利用MPI并行实现Jacobi迭代 3.hadoop下的Mapreduce实现Wordcount算法-Tianjin University of parallel computing job code and lab reports. Include: (1) the use of parallel implementation Pthread seeking Pi and
cx23885-video
- Driver for the Conexant CX23885 PCIe bridge.
minicom(2.1~2.7)
- minicom源代码整理,包含minicom2.1,minicom2.2,minicom2.3,minicom2.4,minicom2.5,minicom2.6.1,minicom2.6.2,minicom2.7-minicom source code cleanup, including minicom2.1, minicom2.2, minicom2.3, minicom2.4, minicom2.5, minicom2.6.1, minicom2.6.2, minicom2.7
yunnan-university_Linux_Lab
- 云南大学软件学院 网络操作Linux系统编程—— 实验4 Linux设备驱动程序设计与加载实验 实验5 DNS服务器的安装与配置 实验6 FTP服务器及数据库服务器的配置-Software School of Yunnan University network operation Linux system programming- Experiment 4 Linux device driver design and loading experiment Installati
icn6211
- mipi 转 rgb 驱动代码 @msm 8909 @msm8937(mipi to rgb @msm8909 @msm8937)
max31855程序
- 本压缩包包含MAX31855的驱动程序和使用手册。(This package contains MAX31855 driver and user manual.)
Q-Learing路径规划MATLAB仿真
- 基于的 Q-Learing 的 机器学习 避障 matlab代码(Q-Learing based machine learning obstacle avoidance matlab code)