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

搜索资源列表

  1. stdio

    0下载:
  2. 清华大学-电子信息工程系-实验用ARM-linux-源代码-STDIO篇
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:52.35kb
    • 提供者:姜勇
  1. SchoolManageSys_2

    0下载:
  2. 本程序是鬼男开发,一切版权归 鬼男 所有, 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主
  3. 所属分类:系统编程

    • 发布日期:2014-01-17
    • 文件大小:791.79kb
    • 提供者:李发治
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:Edward
  1. ADTest

    0下载:
  2. 6410 ADC测试 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-12-22
    • 文件大小:63kb
    • 提供者:xiankongyijue
  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
    • 文件大小:32.02kb
    • 提供者:李明
  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:1.44kb
    • 提供者:hjintian
  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
    • 文件大小:23.93kb
    • 提供者:asdasdasd123
  1. gsapi

    0下载:
  2. 打印像素处理,可以设置打印像素,详细的请看程序。-This software was written by Alessandro Briosi with the assistance of Russell Lang, as an example of how the Ghostscr ipt DLL may be used Delphi. It is not a finished product. The test program is precompiled as Tes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:166.32kb
    • 提供者:abner
  1. portscan

    0下载:
  2. Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<unistd.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:720byte
    • 提供者:david
  1. file-3.33.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:148.21kb
    • 提供者:lwj
  1. file-3.22-src.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:74.54kb
    • 提供者:lwj
  1. fileutils-3.15.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:823.34kb
    • 提供者:lwj
  1. diffutils-2.7.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:304.99kb
    • 提供者:lwj
  1. opearting_system

    0下载:
  2. 开发工具:visual stdio 2008 操作系统课程设计 -Development Tools: visual stdio 2008 operating system, curriculum design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:325.23kb
    • 提供者:crysnower
  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-29
    • 文件大小:147.08kb
    • 提供者:netdavid
  1. largenumberoperation

    0下载:
  2. module dwin.lab.BigInt /+ version(Tango) { import tango.stdc.math import tango.stdc.stdlib import tango.stdc.string import tango.stdc.stdio } else { import std.c.math import std.c.stdlib import std.c.string i
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:5.83kb
    • 提供者:123456
  1. otp.tar

    0下载:
  2. opt c++ algorithm 2006 November 12 Added includes of <stdio.h> and <stdlib.h> to random.c to avoid a GCC -Wall natter about exit() not being defined. Modified all of the function names in random.c and references to t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:45.58kb
    • 提供者:mahdi pakzad
  1. lunzhuang

    0下载:
  2. 调度5个进程的进程调度算法 实现进程调度,系统 -5 program processore#include "stdio.h" #include <stdlib.h> #include <conio.h> #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB*/ char name[10] char state
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:10.79kb
    • 提供者:梦还很远
  1. Linux-serial

    0下载:
  2. Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:7.77kb
    • 提供者:zhangxiaojun
  1. stdio

    1下载:
  2. stdio.h 1.1 92 07 30 SMI UCB 1.4 06 30 83 Device Driver for linux v2.13.6. -stdio.h 1.1 92 07 30 SMI UCB 1.4 06 30 83 Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:815byte
    • 提供者:rvjinsang
« 12 3 4 »
搜珍网 www.dssz.com