CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - write linux

搜索资源列表

  1. myusb(Linux).zip

    0下载:
  2. Linux下用C语言编写的一个用于查找usb设备,打开/关闭设备,以及往设备中读写的接口。并且提供了一个简单的测试程序及其源码,Under Linux using C language to find the one for the usb device, open/close devices, and devices to read and write interface. And provides a simple test program and its source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:16881
    • 提供者:Keen
  1. at91_fram_spi.rar

    0下载:
  2. at91sam9261的linux下铁电驱动程序,spi口读写,at91sam9261 ferroelectric under the linux driver, spi I read and write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2422
    • 提供者:soloo
  1. DISK.rar

    0下载:
  2. C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4260765
    • 提供者:陈观民
  1. GPIO

    0下载:
  2. 简单的 linux gpio 读写程序,了解2410 io操作。-Linux gpio read and write simple procedures, understand the operation of 2410 io.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-22
    • 文件大小:112532
    • 提供者:huqx
  1. i2c-eeprom-090804

    1下载:
  2. linux下读写EEROM的应用程序,I2c接口的,应用linux自带的I2C驱动-to read and write EEROM under linux applications, I2c interface, the application comes with I2C driver linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:14372
    • 提供者:流域
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. AT24C64

    0下载:
  2. linux下采用IIC读写AT24C64的程序-IIC used under linux program to read and write AT24C64
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5269
    • 提供者:无名
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:21496
    • 提供者:Sunny kim
  1. Linux-Windows_TEXT

    0下载:
  2. 由于Linux和Windows文件系统所定义的换行符不同,所以从Linux或Android到Windows的文件需要转换一下换行符。 是一个很使用的小工具。 由本人亲自编写,本来在网上下载过别人写的工具,真是很扯淡。一气之下,本人就自己用C++ 写了。-Due to the different the newline defined by the Linux and Windows file system, so to the Windows files from Linux
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-05
    • 文件大小:116644
    • 提供者:maruijie
  1. sconfig

    0下载:
  2. c语言实现读取配置文件的代码,按照key-value设定的读取,example1.ini为配置文件,example.c为test程序,可以根据其书写代码-c language implementation of the code to read the configuration file, in accordance with key-value set to read, example1.ini for the configuration file, example.c for the te
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:11440
    • 提供者:edgar
  1. linux_serial_sms1

    2下载:
  2. LINUX下纯C写的基于于串口发送AT命令到GSM手机模块进行短信的发送和接收短信的源程序,对短信收发研究者很有帮助-Write pure C under LINUX based on the serial port to send AT commands to the GSM mobile phone module to send and receive SMS text messages of the source code, useful for researchers to send a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:77610
    • 提供者:马逸
  1. smtp_c

    0下载:
  2. 我自己写得基于Linux的smtp程序(C预言支持ssl,不支持附件),已测试通过-Write my own Linux-based smtp process (C predicted support for ssl, does not support attachments), have been tested
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:4712
    • 提供者:王昆昆
  1. student

    1下载:
  2. 本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图四项。-I write your own. Student Information Management System. linux under the C language, gcc compiled proposal is a good example of beginners C language. Zip file includi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:360543
    • 提供者:dongxingfeng
  1. download

    0下载:
  2. 进行arm-linux嵌入式系统开发时,需要将文件烧写到flash上,在网上可以找到win下的烧写程序,但多数情况下开发环境应该是在linux下,烧写程序时切换到win下很不方便,使用该程序可以在linux下直接对flash进行烧写 该程序运行后将一个小的for arm的c程序通过串口传送到arm开发板上,使用该小程序与主机端通信,将主机传送信息烧写到flash上- Carries on when arm- linux inserts the type system development,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-10
    • 文件大小:1207627
    • 提供者:代进
  1. WINCE驱动程序快速入门

    0下载:
  2. 有人也许和我一样比较心急,想尽快知道如何去写一个具体的驱动程序,这里,假设您对驱动程序已经有比较好的了解,告诉大家一个快速上路的方法-Some may like me more anxious, wants to know how to write a specific driver, here, on the assumption that your driver has a better understanding, tell you a quick way of the road
  3. 所属分类:Windows CE

    • 发布日期:2017-03-23
    • 文件大小:11085
    • 提供者:
  1. MFCFile

    0下载:
  2. MFC中文件操作,包括文件读写,复制,查找等-File operations in MFC, including documents to read and write, copy, find, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:37515
    • 提供者:杜大海
  1. EVC4.2.iniFilereadwriteFounction

    0下载:
  2. 是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed
  3. 所属分类:Windows CE

    • 发布日期:2017-04-04
    • 文件大小:3947
    • 提供者:baihaili
  1. img

    0下载:
  2. 北京博创兴业科技有限公司XScale PC104板配套内核文件 blob 平台boot loader 映象 zImage Linux-2.6 内核压缩映象文件,可以直接写入FLASH rootfs.img 根文件系统映象文件,可以直接写入FLASH yaffs 应用程序,拷贝至CF 卡中运行-Societe Generale Beijing Fiberxon Technology Co., Ltd. XScale PC104 board supporting documents
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-22
    • 文件大小:40014457
    • 提供者:李东江
  1. flplayer

    0下载:
  2. A Flash Player with Actionscr ipt support. Write in C and C++. It have two part, one is Player and another is Actionscr ipt Library. Runs on Linux and *BSD. It s very rough now, it have long way to go. -A Flash Player with Actionscr ipt support. Writ
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1224714
    • 提供者:fanchengze
  1. linux

    1下载:
  2. 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as the realization of a few simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:563570
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com