搜索资源列表
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
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 <
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>
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
hw1
- 定时器 /*初始化curses*/ /*注册定时器*/ /*7位数据显示*/-#include <unistd.h> #include <stdlib.h> #include <signal.h> #include <math.h> #include <curses.h> #include <sys/time.h> #include <time.h> #include &l
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
C1
- #include "stdlib.h" #include"graphics.h" main() { int gd=DETECT,gr,a[8],b[8],x,y,i,j,c initgraph(&gd,&gr,"") randomize() for( !kbhit() ) { x=rand() 500+100 /*随机中心坐标*/ y=rand() 300+100 a[0]=x /*各点坐标的计算,我的烟花图形没能是圆的*/-#
stdlib
- visual studio 2005 stdlib.h 文件 如果你的文件不小心毁坏了。。可以用这个-visual studio 2005 stdlib.h file
warehose
- linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include<string.h> #include<
_cstddef
- on evc3 evc4 including stdlib.h also defines setjmp macro.
string
- The C++ standard says that <stdlib.h> declares both ::foo and std::foo But this isn t done in QNX version 6.3.2 200709062316.
cmemory
- File CMEMORY.H Contains stdlib.h string.h memory functions.
stdlib
- wchar_t is required in stdlib.h according to POSIX. note that defining __need_wchar_t prevents stddef.h to define all other symbols it does normally.
Parameterization_Test
- On FreeBSD, [n]curses.h and stdlib.h wchar.h use different guards against multiple definition of wchar_t and wint_t.
wchar
- wchar_t is required in stdlib.h according to POSIX.
firewire-cdev
- on evc3 evc4 including stdlib.h also defines setjmp macro.
vm_sockets
- wchar_t is required in stdlib.h according to POSIX. note that defining __need_wchar_t prevents stddef.h to define all other symbols it does normally.
SkTrackDevice
- wchar_t is required in stdlib.h according to POSIX. note that defining __need_wchar_t prevents stddef.h to define all other symbols it does normally.
stdlib
- note that defining need wchar t prevents stddef.h for linux Device Driver.