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

搜索资源列表

  1. this-is-a-sound-code-of-image-enhancement-based-on

    0下载:
  2. 小波变换的C源代码 #define N0 128 #include \"stdio.h\" #include \"stdlib.h\" #include \"math.h\" #include \"string.-wavelet transform C source code # define N0 128 # include "stdio. h "# include" stdlib.h "# include" math.h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3630
    • 提供者:郑超
  1. C++yuandaima

    0下载:
  2. #define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:59616
    • 提供者:wuziyang
  1. tony

    0下载:
  2. #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("7
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31954
    • 提供者:林小世
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:糊涂
  1. 2008513183626

    0下载:
  2. 二叉树算法集 文章整理: www.diybl.com 文章来源: 网络 去论坛 建我的blog #include<stdlib.h> #include<stdio.h> #define MAX 50 #define MAS 20 #define CHAR 1 #if CHAR typedef char TElemType TElemType Nil= #define form " c" #else t
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-29
    • 文件大小:59070
    • 提供者:fwef
  1. C_functions

    0下载:
  2. c所有函数速查日记,对于新手来说是一份很好的学习资料-#include <stdio.h> #include <stdlib.h> int main(void) { printf("Calling abort()\n") abort() return 0 /* This is never reached*/ }
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:91489
    • 提供者:李智军
  1. rls

    0下载:
  2. c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/ /* Desc: 俄罗斯方块游戏 */ /* Date: 2008.03.12 22:30 */ /********************************/ #include <stdio.h> #include <bios.h> #include
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4311
    • 提供者:孙艳
  1. searching

    0下载:
  2. /* binarysearch() - A binary search implementation which takes the same * arguments as the C library function bsearch() provided by stdlib.h. It * searches the sorted array at address base, which has nmemb elements, each of * which is size b
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3049
    • 提供者:Mohammad
  1. c-P-P-lexical-analysis

    0下载:
  2. c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple c
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:2853
    • 提供者:李亚茹
  1. stdlib

    0下载:
  2. 这是一个c的标准函数库 对大家可能有帮助 -this is stdlib and it is helpful to you
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17149092
    • 提供者:吗是
  1. C

    0下载:
  2. C库函数大全 数学函数,所在函数库为math.h、stdlib.h、string.h、float.h 目录函数,所在函数库为dir.h、dos.h -Daquan mathematical function of the C library functions, where the library is math.h, stdlib.h, string.h float.h. Catalog functions where library dir.h, dos.h
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:12784
    • 提供者:youngmei
  1. file5

    0下载:
  2. C语言实验5,学生信息管理系统#include "stdio.h" #include "stdlib.h" #include "string.h" #include "malloc.h" -student infomation management system
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:12053
    • 提供者:月心月士
  1. CRT

    0下载:
  2. C运行库函数介绍(stdio.h stdlib.h)-C runtime library functions (stdio.h stdlib.h)
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:3298
    • 提供者:spp
  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. 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. 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. 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. stdLib

    0下载:
  2. 重构C语言标准库的部分功能函数。memcpy, memcmp, memset, strlen,strcmp,strcpy,strfind.(Refactoring the functional functions of the C language standard library. memcpy, memcmp, memset, strlen,strcmp,strcpy,strfind.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:unarty
搜珍网 www.dssz.com