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

搜索资源列表

  1. wangluoliuliang

    0下载:
  2. 获取数据流量获取网络 流量-include < stdlib.h> #include < stdio.h> #include < pcap.h> void usage() void dispatcher_handler(u_char*, const struct pcap_pkthdr*, const u_char*) void main(int argc, char**argv){pcap_t*fp char errbuf[PCAP_ERRBUF_SIZE] struc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:1569
    • 提供者:steroft
  1. 用链表求循环小数

    2下载:
  2. 对于任意的真分数 N/M ( 0 < N < M ),均可以求出对应的小数。如果采用链表表示各个小数,对于循环节采用循环链表表示,则所有分数均可以表示为如下链表形式。 输入: N M 输出: 转换后的小数(不超过 50 位) 要求: 仅编写将分数转换为小数的函数 change( int n, int m, NODE * head ) 。 预设代码: /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ #in
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. Aic94xx SAS SATA driver hardware registers definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15410
    • 提供者:fhfietl
  1. GET-MT4-DATA

    4下载:
  2. 本指标能实时导出MT的行情数据,供Advanced GET8使用,以下是注意事项: 1、只测试了GET8 2、本指标附加到行情图表后,能导出当前周期的数据保存到MTexpertsfiles目录里面,从M1,M15,,,一直到MN周期均可 3、将GET的数据目录指定到MTexpertsfiles,并且将日期格式设定为YYYY,MM,DD 4、至于股票数据,那更简单,启动通达信(或者以通达信为核心的股票软件,如中信证券的股票软件),选定股票,尽量缩小K线图,然后34回车,将数据导出到
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1210
    • 提供者:Huang wei
  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. sfp-util

    0下载:
  2. These are copied glibc stdlib longlong.h. -These are copied glibc stdlib longlong.h.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:755
    • 提供者:qrtgzp
  1. _cstddef

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

    • 发布日期:2017-04-14
    • 文件大小:3982
    • 提供者:ciwunie
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com