搜索资源列表
stdio
- 清华大学-电子信息工程系-实验用ARM-linux-源代码-STDIO篇
SchoolManageSys_2
- 本程序是鬼男开发,一切版权归 鬼男 所有, 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主
LinuxUART
- linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
ADTest
- 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
shell
- #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 *
framebuffer
- 帧缓冲#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 <
Unix
- 两个字符串连接程序 进程管理的四个设计 概要 -两个字符串连接程序 #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
gsapi
- 打印像素处理,可以设置打印像素,详细的请看程序。-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
portscan
- 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>
file-3.33.tar
- 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
file-3.22-src.tar
- 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
fileutils-3.15.tar
- 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
diffutils-2.7.tar
- 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
opearting_system
- 开发工具:visual stdio 2008 操作系统课程设计 -Development Tools: visual stdio 2008 operating system, curriculum design
UNIXCcode
- 用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
largenumberoperation
- 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
otp.tar
- 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
lunzhuang
- 调度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
Linux-serial
- 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>
stdio
- 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.