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

搜索资源列表

  1. stdlib.rar

    0下载:
  2. c
  3. 所属分类:文档资料

    • 发布日期:
    • 文件大小:62752
    • 提供者:
  1. stdlib

    0下载:
  2. C Language stdlib
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:58849
    • 提供者:陈斌
  1. BPprog

    0下载:
  2. BP算法最新C源程序, #include\"stdarg.h\" #include\"stdio.h\" #include\"stdlib.h\" #include\"math.h\" #include\"graphics.h\" #include\"conio.h\" #define IN 4 /*输入层的神经元个数*/ #define HID 13 /*隐含层的神经元个数*/ #define MOD 594 /*学习样本个数*/ #define OUT
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2958
    • 提供者:陈光华
  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. libc

    1下载:
  2. vxworks libc库源代码,标准C代码库实现 assert ctype locale math setjmp stdarg stdio stdlib string time -vxworks libc the source code, standard C code library to assert ctype locale math setjmp stdar g stdio stdlib string time
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:318081
    • 提供者:王七
  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. cpdu

    0下载:
  2. 简单最短寻道跟电梯算法,用C++编译 #include \"stdio.h\" #include \"stdlib.h\" #include <iostream.h>
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:7911
    • 提供者:屈辰子
  1. 词法分析程序(编译原理)

    2下载:
  2. 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc
  3. 所属分类:其它源码

    • 发布日期:2009-04-29
    • 文件大小:1218
    • 提供者:zhimoai
  1. BP

    0下载:
  2. BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2753
    • 提供者:梅汉文
  1. pic_ccs

    0下载:
  2. TI公司的CCS一些常用的函数库 ,比较好的资料,里面有一些程序比较基本,对于初学者规范程序编写,理论用于实践,有一定参考价值-TI' s CCS library of some commonly used, relatively good information, there are some basic procedures, procedures for the preparation of norms for the beginners, theory for practice,
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:294980
    • 提供者:冯晓东
  1. HTTP

    0下载:
  2. HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h>
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2891
    • 提供者:zyh
  1. stdlib

    0下载:
  2. c
  3. 所属分类:Document

    • 发布日期:2017-11-16
    • 文件大小:63023
    • 提供者:壽如珺
  1. stdlib

    0下载:
  2. C库基本函数的实现过程,都是标准C的函数,写的很好的-C library implementation process of the basic functions are standard C functions, written in good
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:187580
    • 提供者:liqing
  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. C-qsort-bsearch-weekday

    0下载:
  2. 三个程序: 应用stdlib.h的快速排序、二分查找; 一个我自己写的计算星期几的程序。-quicksort binarysearch weekday
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2284
    • 提供者:song
  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. 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. stdlib

    0下载:
  2. Work around x86 x86-64 libvpx build breakage caused by postproc_x86.c.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2162
    • 提供者:jffengls
  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
« 12 3 »
搜珍网 www.dssz.com