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

搜索资源列表

  1. stringyhc

    0下载:
  2. 常用的子串替换、去除空格、找子串等,以包含文件用,将main()注释去掉,将.h改名.c就可以进行测试。-common substrings replacement, remove the box, finding substrings, to contain documents of main () Comments removed and will. H renamed. C can be tested.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:洪春
  1. vold

    0下载:
  2. linux下自动mount各种即插即用设备的一个小程序源码 文件包含内容: /vold.h /vold.c /split.h /split.c /disktype-6/disktype.c /disktype-6/unix.c /disktype-6/main.c /disktype-6/linux.c /disktype-6/dos.c -automatically mount all kinds of plug-and-play equipment
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:92332
    • 提供者:zx
  1. linuxCiso

    0下载:
  2. linux C程序基础与实例讲解---随书光盘。 其中源代码共大家学习借鉴。 包含 main.c mytool1 .h mytool2.c mytool2.h makefile 实例3-1.c 实例3-2.c 实例3-3.c 实例4-1.c 实例5 -2.c 实例5-3.c 实例5-4.c 实例5-5.c 实例5-6.c 实例5-7.c 实例5-8.c 实例5-9.c 实例5-10.c 实例5-11.c 实例
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:677926
    • 提供者:张彭
  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-26
    • 文件大小:21496
    • 提供者:Sunny kim
  1. ebus.tar

    0下载:
  2. 程序主要功能:linux 下通过串口控制智能系统,zo-b8l5a 5a八通道双值输出模块。一、 对应文件:ebus_module.tar.gz(包含三个文件ebus.cc、ebus.h、ebus_test.cc) 其中ebus.h是包含class E_bus的定义和声明的头文件;ebus.cc主要是类里面的函数;ebus_test.cc主要是类的使用,完成了循环依次关闭8路输出,打开8路输出的功能。二、 E_bus类的接口说明:打开或者关闭输出口,只需要函数int E_bus::ebus_
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:2473
    • 提供者:zhang
  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-21
    • 文件大小: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. rfid

    1下载:
  2. 本程序中有main.c、rfid.h、rfid.c、tty.h、tty.c和makefile六个文件,是在嵌入式linux平台下通过串口对rfid读写器进行操作的源码。-This procedure in main.c, rfid.h, rfid.c, tty.h, tty.c and six documents makefile is in the embedded linux platform through serial rfid reader of the source to opera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3269
    • 提供者:kevin Tan
  1. Hce

    0下载:
  2. 1.数码相机主程序:OS:coach8 2.AEOPen.c 3.main.c 4.AFOPEN.C-main program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:37884
    • 提供者:kangyunsi
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:150606
    • 提供者:netdavid
  1. magent-0.6.tar

    1下载:
  2. magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:17257
    • 提供者:zzw
  1. mbc

    0下载:
  2. mbc.h Driver for NXP PCF50633 Main Battery Charger. -mbc.h Driver for NXP PCF50633 Main Battery Charger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1349
    • 提供者:mwnxvf
  1. main

    0下载:
  2. main.h: Management of thread-local data for linux Device Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2502
    • 提供者:nunluijan
  1. datalab-handout

    2下载:
  2. 深入理解计算机 LAB2 datalab-*********************** The CS:APP Data Lab Directions to Students *********************** Your goal is to modify your copy of bits.c so that it passes all the tests in btest without violating any of the coding guide
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:405064
    • 提供者:香帅
  1. day09.tar

    0下载:
  2. unix c语言高级环境编程,一些小例子仅供参考,主要是使用C程序访问环境变量,系统提供了一个全局变量(include <stdio.h> int main(void){ extern char **environ; int i=0; while(*(environ+i)!=NULL){ printf("%s\n",*(environ+i)); i++; } return 0; })
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:11264
    • 提供者:lilililei
  1. show_video.tar

    0下载:
  2. 本程序由Qt Creator 2.4.1编译生成。 主要代码文件如下: tdl.pro mainwindow.h mainwindow.cpp main.c mainwindow.ui Makefile 参数: 在server ip文本框内填写服务器的IP 在server port文本框内填写服务器的端口 若要在PC机运行本程序,只要在PC的linux系统中安装QT编译器,然后编译运行即可 若要运行于ARM 平台,则需要使用QT-embedded软件编译,之后
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:21504
    • 提供者:Dwyane05
搜珍网 www.dssz.com