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

搜索资源列表

  1. i2c-dev

    0下载:
  2. i2c-dev.c - i2c-bus driver, char device interface
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4633
    • 提供者:blind2804189
  1. readinifile_H

    0下载:
  2. /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:972
    • 提供者:eFun
  1. spidmadriver

    1下载:
  2. 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17368
    • 提供者:y
  1. Linux24_char_device_driver

    0下载:
  2. Linux 2.4内核字符设备驱动开发实例。 是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动,附有测试程序进行驱动的测试! Linux kernel 2.4 char device driver example.-character device driver development example. Linux is driven development staff a better reference source. After loading
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4639
    • 提供者:邱天
  1. myprog

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1855
    • 提供者:lensoft
  1. linux_char_device_driver_programming

    0下载:
  2. linux char device driver programming
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-18
    • 文件大小:20445
    • 提供者:XD
  1. T100_Simple_PVI8

    0下载:
  2. #include \"REG51.H\" #include <intrins.h> #include \"Common.h\" //#include \"Remote.h\" #define OSD_EN //typedef unsigned char uCHAR //#include \"T100Data_A.h\" //#include \"T100Data_PA.h\" //#include \"T100Data_AU.h\"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:168366
    • 提供者:dima
  1. char

    0下载:
  2. powerpc内核mpc8241linux系统下char驱动程序
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2026668
    • 提供者:杨艳锋
  1. s3c2410-adc.rar

    0下载:
  2. s3c-2410 ADC 字符驱动, 8个通道, 验证使用效果良好,s3c-2410 ADC char driver 8 channels, nice and convenience for using, verified!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:2504
    • 提供者:acer
  1. filesystem

    0下载:
  2. 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:80822
    • 提供者:yu
  1. libiconv-1.1.tar 字符集转换程序

    0下载:
  2. 字符集转换程序 -The source of the conversation program of char set
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-19
    • 文件大小:1372803
    • 提供者:站长
  1. LAB7

    0下载:
  2. ioctl commucation with linux char-buffer device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:72595
    • 提供者:dimka
  1. OS0417

    1下载:
  2. 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-05-23
    • 文件大小:278528
    • 提供者:Lilith
  1. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:32785
    • 提供者:李明
  1. Unix

    0下载:
  2. 两个字符串连接程序 进程管理的四个设计 概要 -两个字符串连接程序 #include "stdio.h" main() {char a[]="acegikm" char b[]="bdfhjlnpq" char c[80],*p int i=0,j=0,k=0 while(a[i]!= \0 &&b[j]!= \0 ) {if (a[i] { c[k]=a[i] i++ } else c[k]=b[j++] k++ } c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:24500
    • 提供者:asdasdasd123
  1. l-out.c

    0下载:
  2. The pipe "|" char in linux rewrite in C. Another example of managing streams in C.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:lupsyn
  1. char

    0下载:
  2. linux 简单字符设备驱动-linux character device driver easy ......
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4068
    • 提供者:封请段
  1. fw_update

    0下载:
  2. fw_update.c -- Update the flash image by MTD char device -fw_update.c-- Update the flash image by MTD char device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2179
    • 提供者:李正中
  1. char

    0下载:
  2. 2.6.30.5字符设备驱动 2.6.30.5字符设备驱动-2.6.30.5 char
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1464801
    • 提供者:落进全
  1. char

    0下载:
  2. Linux下对char device driver的实现以及用户层的测试程序。-A implementation of linux char device driver and its test program from application.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2192
    • 提供者:HelloNet
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com