搜索资源列表
rngLib
- 环行buffer的实现以及操作函数,主要包括环行buffer的内存申请,释放,读取数据和写入数据,还有返回该buffer的一些属性参数-Circular buffer and the operation of the realization of function, including memory ring buffer to apply, release, read data and write data, as well as the return of some of the buffe
LinuxProcessCommunication
- 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
yl7
- 对公司四位员工销售情况的统计记录,有四位员工编号1-4,每位员工销售相同的五种产品编号1-5,程序来实现对于每个月中,每个人每种商品的销售总额计算,每种商品月销售总额计算,每个员工所有商品销售总额的计算。读取数据是通过在程序中用canf()来实现的,共需要读取600个数据,每位员工的数据是150个。-Four employees of the company' s statistical records of sales, there are four staff numbers 1-4,
gpsd-2[1].38.tar
- GPS读取数据文件,嵌入式linux开发-GPS to read data files, embedded linux development
ckjs
- linux操作系统下,实现从串口读取数据的功能,编译通过,已测试-linux operating system, read data from a serial port functions, compile, have been tested
labview_files
- LabVIEW 文件操作与管理 8.1 基本概念及术语 文件I/O的出错管理 文件I/O操作流程控制 文件操作 文件定位与文件对话框 文件操作 文件管理 文件的删除、移动和复制 获取文件、目录的信息 路径、目录操作 数据存储与读取 LabVIEW数据文件类型 数据文件存储与读取-LabVIEW 8.1 file manipulation and management of basic concepts and terminology file
change
- 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
ProcessManagementchannel
- 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
anjian
- 使用系统调用select检查是否能够从/dev/EmbedSky-buttons设备读取数据-Check using the system call select to from/dev/EmbedSky-buttons device for reading data
7
- 创建4个线程,其中两个线程负责从文件读取数据到公共的缓冲区,另两个线程从缓冲区读取数据作不同的处理(加和乘运算)。使用信号量控制这些线程的执行。 -Creating 4 threads, two of which thread is responsible for reading data from file buffer to the public, the other two threads to read data from the buffer for different treat
read
- linux下串口的读取,主要描述了怎样通过串口读取数据的-read under linux serial, describes how to read data through the serial port
Dijkstra
- 最短路径问题,迪杰斯特拉算法,图像,读取数据,linux-The shortest path problem, Dijkstra algorithm
Bserrverra
- 基本TCP服务端操作,包含sockett参数配置,连接,读取数据,和日志记录等 -Basic TCP server-side operations, including sockett parameter configuration, connection, read the data, and logging
pc
- 一个大小为3的缓冲区,初始为空 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。-A buffer of size 3, is initially
Producers_consumers
- • 一个大小为3的缓冲区,初始为空 • 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 • 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: • 显示每次添加和读取数据的时间及缓冲区的状态 • 生产者和消费者用进程模拟。 -• a buffer o
_tsclient_F_plotter2
- QT绘制实时曲线,通过读取数据利用定时器将读取的数据在时间轴上进行实时的显示QT3to4-QT draw real-time curve,timer controland used QT3to4 read the data and real-time draw line
sort
- 从input.txt中读取数据并运用冒泡排序进行排序,最终输出结果到output.txt-read numbers from input.txt then sort it and at last output result to output.txt
5-readfile-NIMS
- 用c语言读取数据
扩展实验2 ATK-NEO-6M GPS模块实验
- gps的功能显示数据存储并读取数据,卫星显示(The GPS function displays data, stores and reads data, and displays the satellite)
QT读数据和Qpainter绘制曲线
- 读取文本中的数据,然后应用Qpainter进行绘图。(Read the data in the text, and then apply the Qpainter to plot.)