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

搜索资源列表

  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. 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. 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. 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. hw1

    0下载:
  2. 定时器 /*初始化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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:940byte
    • 提供者:jun
  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. C1

    0下载:
  2. #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 /*各点坐标的计算,我的烟花图形没能是圆的*/-#
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:650byte
    • 提供者:阿鑫
  1. stdlib

    1下载:
  2. visual studio 2005 stdlib.h 文件 如果你的文件不小心毁坏了。。可以用这个-visual studio 2005 stdlib.h file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:7.33kb
    • 提供者:t
  1. warehose

    0下载:
  2. 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<
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4.21kb
    • 提供者:sunguangjiang
  1. _cstddef

    0下载:
  2. on evc3 evc4 including stdlib.h also defines setjmp macro.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.89kb
    • 提供者:ciwunie
  1. string

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.73kb
    • 提供者:beimkxue
  1. cmemory

    0下载:
  2. File CMEMORY.H Contains stdlib.h string.h memory functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.2kb
    • 提供者:falvjing
  1. stdlib

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.55kb
    • 提供者:vounaiher
  1. Parameterization_Test

    0下载:
  2. On FreeBSD, [n]curses.h and stdlib.h wchar.h use different guards against multiple definition of wchar_t and wint_t.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-15
    • 文件大小:5.31kb
    • 提供者:ymkonyong
  1. wchar

    0下载:
  2. wchar_t is required in stdlib.h according to POSIX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:xaihunzei
  1. firewire-cdev

    0下载:
  2. on evc3 evc4 including stdlib.h also defines setjmp macro.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.08kb
    • 提供者:menvervn
  1. vm_sockets

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:jongsmdm
  1. SkTrackDevice

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.68kb
    • 提供者:tzhojen
  1. stdlib

    0下载:
  2. note that defining need wchar t prevents stddef.h for linux Device Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.99kb
    • 提供者:qongzlkao
« 12 »
搜珍网 www.dssz.com