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

搜索资源列表

  1. 868123

    0下载:
  2. #include <stdio.h>   #include <stdlib.h>   //输入十进制数N和转化的进制数M   void trans(int n,int m)   { char str[100] int i    for(i=0 n>0 i++) {if (n m<10) {str[i]=n m+ 0 } else {str[i]=n m-10+ A } n=n/m } for(n=i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9289
    • 提供者:868123
  1. STM32-HX8352A

    0下载:
  2. STM32 刷屏显示图片 #include "GUI.h" #include "LCD_ConfDefaults.h" #include <math.h> #include <stdlib.h> -STM32 refresh display pictures# include " GUI.h" # include " LCD_ConfDefaults.h" # include <math.h># Inc
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3718869
    • 提供者:王良进
  1. TANCHISHE

    0下载:
  2. #define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5-#include <dos.h>#define LEFT 0x4b00#define RIGHT 0x4d00#define DOWN 0x5000
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:55296
    • 提供者:冷卿枫
  1. csma-c

    0下载:
  2. CAMA防碰撞机制的实现,#include <windows.h> #include <process.h> /* _beginthread, _endthread */ //#include <stddef.h> //#include <stdlib.h> //#include <conio.h> #include "Random.h" #include"iostream" using namespace
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:GHG
  1. eluosifangkuai

    0下载:
  2. 俄罗斯方块 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 #include <iostream> #include <stdlib.h> #include <windows.h> #include <time.h> #include <conio.h> using namespace std #define A1 0//A代表长条型,B为方块,C为L型,D为
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:275344
    • 提供者:天河
  1. Huffman-codec

    0下载:
  2. 哈夫曼编译码器#include<iostream.h>//该程序实验哈夫曼树的建立、编码、译码三个基本功能 #include<stdio.h> #include<stdlib.h> #include<string.h> #include<fstream.h> typedef struct{ //结构体-Huffman codec
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:7527
    • 提供者:窦妮婉
  1. txl

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> /*屏幕操作函数库*/ #define A " ┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄\n" #define B "┆ 班级 ┆ 姓名 ┆ 编号 ┆  电话号码 ┆    家庭住址  ┆\n" #define FORMAT "┆ -1
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:2819
    • 提供者:hechuwei
  1. wuziqi101

    0下载:
  2. 五子棋小游戏#include< stdlib.h> #include< time.h> #include< stdio.h> #include< conio.h> int chess[169]={0} /*棋盘*/struct chess_t/*作为辅助,即是作为建意*/{ char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/}chess_a[169] -Gobang game# Include
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2431
    • 提供者:ssrktinfr
  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
    • 文件大小:4316
    • 提供者:sunguangjiang
  1. about-indias-temple

    0下载:
  2. 用于计算印度神庙的柱子问题,怎样子才能以最快速的方式算出其最优顺序。-#include stdio.h #include stdlib.h void move(char getone,char putone) { printf( c-> c\n ,getone,putone) } void hanoi(int n,char one,char two,char three) { if(n==1) move(one,thre
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:29647
    • 提供者:林莫
  1. robotsV2

    0下载:
  2. VC 工业机器人控制源码 #include<windows.h>//包含基本数据类型定义 #include<stdlib.h> //数学函数库 #include<string.h> //数学函数库 #include<stdio.h>//输入输出库 #include math.h #include winio.h #define ID_MYBUT50 50//自动运行 #define ID_MYBUT51 51//
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:169335
    • 提供者:尚当
  1. Filemon-

    0下载:
  2. 系统监控,文件操作等,源代码 例子 模拟器等-file monitor,c++ #include stdlib.h #include string.h #include fstream.h #include time.h #include dos.h
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:546812
    • 提供者:haha
  1. 110325dj9p6ik6j9iniiii

    0下载:
  2. STM32实时时钟功能的标准库实现首先是bsp驱动,包括初始化函数RTC_Init()和设置时间函数RTC_Set()。 接下来就是<time.h>中的相关函数,我只实现了我认为最重要的函数 time_t time(time_t *time) time_t mktime(struct tm *timeptr) struct tm *gmtime(const time_t *timer) 以及辅助函数 static int getTotalDays
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2627
    • 提供者:大鹏集成
  1. ATMEGA-128

    0下载:
  2. // //功能描述:通过串口调试助手向串口0发送符合相应协议的数据包,128解包并通过串口1控制sim900a发送相应的内容(协议为$,send message,tele number,content*) //配合SIM900A 发送一条英文短信 永远在线 自动重拨、-SIM900A#include <avr/io.h> #include <avr/signal.h> #include <avr/interrupt.h> #includ
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:21539
    • 提供者:
  1. _cstddef

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

    • 发布日期:2017-04-14
    • 文件大小:3982
    • 提供者: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
    • 文件大小:6892
    • 提供者:beimkxue
  1. cmemory

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

    • 发布日期:2017-04-15
    • 文件大小:6353
    • 提供者:falvjing
  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
    • 文件大小:5442
    • 提供者:ymkonyong
  1. wchar

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

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

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

    • 发布日期:2017-04-14
    • 文件大小:4180
    • 提供者:menvervn
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com