CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 读取数据

搜索资源列表

  1. rngLib

    0下载:
  2. 环行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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2.14kb
    • 提供者:Tonysun
  1. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:34.3kb
    • 提供者:ZHANG
  1. yl7

    0下载:
  2. 对公司四位员工销售情况的统计记录,有四位员工编号1-4,每位员工销售相同的五种产品编号1-5,程序来实现对于每个月中,每个人每种商品的销售总额计算,每种商品月销售总额计算,每个员工所有商品销售总额的计算。读取数据是通过在程序中用canf()来实现的,共需要读取600个数据,每位员工的数据是150个。-Four employees of the company' s statistical records of sales, there are four staff numbers 1-4,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.75kb
    • 提供者:yangliang
  1. gpsd-2[1].38.tar

    0下载:
  2. GPS读取数据文件,嵌入式linux开发-GPS to read data files, embedded linux development
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:758.4kb
    • 提供者:孙林祥
  1. ckjs

    0下载:
  2. linux操作系统下,实现从串口读取数据的功能,编译通过,已测试-linux operating system, read data from a serial port functions, compile, have been tested
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:武强
  1. labview_files

    1下载:
  2. LabVIEW 文件操作与管理 8.1 基本概念及术语 文件I/O的出错管理 文件I/O操作流程控制 文件操作 文件定位与文件对话框 文件操作 文件管理 文件的删除、移动和复制 获取文件、目录的信息 路径、目录操作 数据存储与读取 LabVIEW数据文件类型 数据文件存储与读取-LabVIEW 8.1 file manipulation and management of basic concepts and terminology file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:169.35kb
    • 提供者:梁彭开
  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:114.25kb
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:176.75kb
    • 提供者:小弟
  1. anjian

    0下载:
  2. 使用系统调用select检查是否能够从/dev/EmbedSky-buttons设备读取数据-Check using the system call select to from/dev/EmbedSky-buttons device for reading data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:725byte
    • 提供者:晨子木
  1. 7

    0下载:
  2. 创建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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:48.58kb
    • 提供者:jane
  1. read

    0下载:
  2. linux下串口的读取,主要描述了怎样通过串口读取数据的-read under linux serial, describes how to read data through the serial port
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.11kb
    • 提供者:付艳生
  1. Dijkstra

    0下载:
  2. 最短路径问题,迪杰斯特拉算法,图像,读取数据,linux-The shortest path problem, Dijkstra algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:8.63kb
    • 提供者:Harry
  1. Bserrverra

    0下载:
  2. 基本TCP服务端操作,包含sockett参数配置,连接,读取数据,和日志记录等 -Basic TCP server-side operations, including sockett parameter configuration, connection, read the data, and logging
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.1kb
    • 提供者:
  1. pc

    0下载:
  2. 一个大小为3的缓冲区,初始为空 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。-A buffer of size 3, is initially
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:3.06kb
    • 提供者:王刚
  1. Producers_consumers

    0下载:
  2. • 一个大小为3的缓冲区,初始为空 • 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 • 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: • 显示每次添加和读取数据的时间及缓冲区的状态 • 生产者和消费者用进程模拟。 -• a buffer o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:329.82kb
    • 提供者:Dean Miller
  1. _tsclient_F_plotter2

    0下载:
  2. QT绘制实时曲线,通过读取数据利用定时器将读取的数据在时间轴上进行实时的显示QT3to4-QT draw real-time curve,timer controland used QT3to4 read the data and real-time draw line
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:236.88kb
    • 提供者:张琳
  1. sort

    0下载:
  2. 从input.txt中读取数据并运用冒泡排序进行排序,最终输出结果到output.txt-read numbers from input.txt then sort it and at last output result to output.txt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1001byte
    • 提供者:NOTHING
  1. 5-readfile-NIMS

    0下载:
  2. 用c语言读取数据
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:dreampattern
  1. 扩展实验2 ATK-NEO-6M GPS模块实验

    0下载:
  2. gps的功能显示数据存储并读取数据,卫星显示(The GPS function displays data, stores and reads data, and displays the satellite)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:6.95mb
    • 提供者:Luck乄风云
  1. QT读数据和Qpainter绘制曲线

    0下载:
  2. 读取文本中的数据,然后应用Qpainter进行绘图。(Read the data in the text, and then apply the Qpainter to plot.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-16
    • 文件大小:922kb
    • 提供者:yifan1517
« 12 3 4 »
搜珍网 www.dssz.com