Welcome![Sign In][Sign Up]
Location:
Search - stdlib.c

Search list

[Documentsstdlib.rar

Description: c
Platform: | Size: 62752 | Author: | Hits:

[Develop Toolsstdlib

Description: C Language stdlib
Platform: | Size: 58849 | Author: 陈斌 | Hits:

[OtherBPprog

Description: 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 1 /*输出层的神经元个数*/-BP algorithm latest C source, # include "stdarg.h" # include "stdio.h" # include "stdlib.h" # include "math.h" # include "graphics.h" # include "conio.h" # define IN 4 / * input layer neurons number * / # define HID 13 / * hidden layer neuron number * / # define MOD 594 / * Number of samples * / # define OUT 1 / * output layer neurons number * /
Platform: | Size: 2958 | Author: 陈光华 | Hits:

[CSharpthis-is-a-sound-code-of-image-enhancement-based-on

Description: 小波变换的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 "# inc lude "string.
Platform: | Size: 3630 | Author: 郑超 | Hits:

[Windows DevelopC++yuandaima

Description: #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
Platform: | Size: 59616 | Author: wuziyang | Hits:

[Other Web Code词法分析程序(编译原理)

Description: 用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(char ch) { while(ch==' ') ch=getch(); return ch; }
Platform: | Size: 1218 | Author: zhimoai | Hits:

[Documentsstdlib

Description: c
Platform: | Size: 62464 | Author: 壽如珺 | Hits:

[Booksstdlib

Description: C Language stdlib
Platform: | Size: 58368 | Author: 无名 | Hits:

[OS Developlibc

Description: 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
Platform: | Size: 317440 | Author: 王七 | Hits:

[Windows DevelopC++yuandaima

Description: #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
Platform: | Size: 59392 | Author: wuziyang | Hits:

[VC/MFCstdlib

Description: c语言的库函数大集合,经典中的经典 c语言的库函数大集合,经典中的经典-c language large collection of library functions
Platform: | Size: 87040 | Author: cydmsn | Hits:

[matlabstdlib

Description: C库基本函数的实现过程,都是标准C的函数,写的很好的-C library implementation process of the basic functions are standard C functions, written in good
Platform: | Size: 187392 | Author: liqing | Hits:

[Internet-NetworkHTTP

Description: 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> #include <netinet/in.h> #include <limits.h> #include <netdb.h> #include <arpa/inet.h> #include <ctype.h>
Platform: | Size: 3072 | Author: zyh | Hits:

[Other resourcec-P-P-lexical-analysis

Description: 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 code# include <iostream.h># Include <fstream.h># Include <stdlib.h># Include <stdio.h># Include <string.h># Include <conio.h># Include <process.h> /* Header file* /
Platform: | Size: 3072 | Author: 李亚茹 | Hits:

[Data structsC-qsort-bsearch-weekday

Description: 三个程序: 应用stdlib.h的快速排序、二分查找; 一个我自己写的计算星期几的程序。-quicksort binarysearch weekday
Platform: | Size: 2048 | Author: song | Hits:

[Windows Developstdlib

Description: 这是一个c的标准函数库 对大家可能有帮助 -this is stdlib and it is helpful to you
Platform: | Size: 17148928 | Author: 吗是 | Hits:

[Windows DevelopC

Description: 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
Platform: | Size: 12288 | Author: youngmei | Hits:

[Software Engineeringcsma-c

Description: 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 std -#include <windows.h> #include <process.h> /* _beginthread, _endthread*/ //#include <stddef.h> //#include <stdlib.h> //#include <conio.h> #include "Random.h" #include"iostream" using namespace std
Platform: | Size: 2048 | Author: GHG | Hits:

[Linux-Unixstdlib

Description: Work around x86 x86-64 libvpx build breakage caused by postproc_x86.c.
Platform: | Size: 2048 | Author: jffengls | Hits:

[OtherstdLib

Description: 重构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.)
Platform: | Size: 3072 | Author: unarty | Hits:
« 12 3 4 »

CodeBus www.codebus.net