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

搜索资源列表

  1. webserver

    0下载:
  2. 此代码为基于S3C2410芯片的Web服务器代码,通过套接字实现C/S数据读取.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2368
    • 提供者:周浚
  1. mtd-utils-1.0.0

    0下载:
  2. Flash分区擦除,读取分区数据,写文件数据到指定的分区.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:649490
    • 提供者:liugang
  1. uClinux_source.rar

    0下载:
  2. 一个uclinux下进行网络数据处理,及串口读取,CGI配置,a uclinux network,rs232,web server
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-03-29
    • 文件大小:19216
    • 提供者:李浩
  1. chuankoui

    0下载:
  2. 在LINUX下的串口源代码,里面没有写头文件,用户写好头文件即可,在linux下读取串口数据-In the LINUX source code under the serial port, which had not been written with the first document, the user can write the first document in the serial data read under linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:3893
    • 提供者:余杰
  1. gps

    0下载:
  2. yle2410E开发板,在linux系统下,gps从串口读取数据,显示在终端-gps serial read data from, displayed on the terminal
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:1676
    • 提供者:wl
  1. linux_arm_gps

    0下载:
  2. 嵌入式Linux环境下读取GPS模块数据并提取相关数据显示出来.-Embedded Linux environment, GPS module to read data and extract relevant data displayed.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:3824
    • 提供者:郭崇鑫
  1. DataSaveDisplay

    0下载:
  2. 如何保存一个实验数据以便matlab可以读取-How to save your experimental data as matlab format
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:2342
    • 提供者:Yin
  1. GEC2440_Cam_V4l_Test

    0下载:
  2. 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:5436
    • 提供者:JasonYi
  1. UartTest.tar

    0下载:
  2. 用QT写的GPS数据读取测试程序,并能在TQ2440开发板上成功读取GPS数据。-Written by QT test program to read GPS data, and can successfully read TQ2440 development board GPS data
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:25135
    • 提供者:郑国锋
  1. nunchunk

    0下载:
  2. 使用i2c-dev 从smbus读取wii游戏手柄nunchunk数据,根据读取的x-position , y-position位置,画轨迹,改变颜色,刷新屏幕-Using i2c_dev.h to read data from nunchunk and draw the trajecty of it.Change color and refresh the screen. Z and C button are pressed to exit the program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:9069
    • 提供者:佑礼
  1. minigui-to-utuntu9.10

    0下载:
  2. minigui1.6.9移植到ubuntu9.10,不过liinux-2.6.26 之后的内核ts驱动都加到input子系统了,所以读取ts数据部分不同了,在另外的文档中说明,有可以去读取下驱动源码-minigui1.6.9 transplanted to ubuntu9.10, but liinux-2.6.26 kernel ts after the driver is added to input subsystem, so read the data part of the differ
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:3218
    • 提供者:常祺瑞
  1. adc-s3c2410

    0下载:
  2. 此驱动程序使用了等待队列,信号量,中断注册。另外要特别留意write函数被实现为从用户空间传入数模转换通道号(频道)和分频的值(预分频),read函数则传出转换好的数据。对于预分频传入和读取,本驱动程序并未使用到,当多路转换时,这个值则要充分利用,并且需要一种多路转换的实现方法了。-This driver uses a wait queue, semaphores, interrupt register. Also pay special attention to write function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:8637
    • 提供者:sismm
  1. linux_device_fasync

    0下载:
  2. linux_device_fasync 驱动程序与应用程序不能直接通讯,可以采用异步通讯来读取数据,这样应用程序就不要一直查询设备状态,当数据到达时,会主动通知-linux_device_fasync driver can not communicate directly with the application, asynchronous communication can be used to read data, so applications do not have to query
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:76129
    • 提供者:sun
  1. pciv

    0下载:
  2. 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-21
    • 文件大小:2685952
    • 提供者:sillygenius
  1. Serial_test

    0下载:
  2. linux环境下qt creator读取串口数据-read serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-06
    • 文件大小:1205379
    • 提供者:kangkehua
  1. Webcam_Client

    0下载:
  2. TQ2440的资料USB摄像头实验中使用viewer.exe这个程序来读取摄像数据,本程序是viewer的QT版本-The TQ2440 the USB camera head experimental use viewer.exe this program to read the camera data, the program is the QT version of the viewer
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-12
    • 文件大小:1754410
    • 提供者:武东亮
  1. image_get2

    0下载:
  2. z301摄像头读取数据并保持为jpeg何bmp格式的源代码-z301 camera reads the data and maintain the source code for jpeg bmp format Ho
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:6706
    • 提供者:武东亮
  1. mini2440_simulation-SerialByIO

    0下载:
  2. 在mini2440上用IO口模拟的串口,采用异步通知的方式去通知进程串口数据读取完毕-Mini2440 on simulation of serial IO port asynchronous notification to inform the process of serial data read completed
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:2959
    • 提供者:路杰锋
  1. file_operations

    0下载:
  2. ssize_t (*read) (struct file * filp, char __user * buffer, size_t      size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:9100
    • 提供者:秦凯
  1. ad7606

    0下载:
  2. 基于Qt for windows下的数据读取显示程序,利用qwt-6.1.0的第三方绘图插件-Based on the data read display program under Qt for windows, use a third-party graphics qwt-6.1.0 plugin ......
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:9332
    • 提供者:FPGA
« 12 »
搜珍网 www.dssz.com