代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/437543/7746287

c convencoder.c

/* MATLAB's C-MEX convolutional code encoder * * Copyright Bagawan S. Nugroho, 2006 *********************************************/ #include "mex.h" #include void shiftReg( sho
www.eeworm.com/read/437543/7746292

c convviterbi.c

/* MATLAB's C-MEX convolutional code viterbi soft decoder * * Copyright Bagawan S. Nugroho, 2006 *********************************************/ #include "mex.h" #include #defi
www.eeworm.com/read/437483/7747411

txt kf.txt

***************************************** ****** 卡尔曼滤波器算法实现 (C) ********* **************************************/ #include "stdlib.h" int klman(n,m,k,f,q,r,h,y,x,p,g)
www.eeworm.com/read/436999/7757220

c h0512.c

#include #include int main(void) { int i; printf("Input an integer: "); /* read an integer from the standard input stream */ if (fscanf(stdin, "%d
www.eeworm.com/read/436785/7762668

c uart1.c

/***************************************** NAME: uart1.c DESC: UART1 test WWW.YCTEK.COM *****************************************/ #include #include #include "2410a
www.eeworm.com/read/436521/7768595

c bsearch.c

/* ** Demonstrates searching an array of structures with bsearch */ #include #include typedef struct { char key[ 10 ]; /* the sort key for the array */ int other_data;
www.eeworm.com/read/436521/7768598

c qsort.c

/* ** Demonstrates sorting an array of structures with qsort */ #include #include typedef struct { char key[ 10 ]; /* the sort key for the array */ int other_data; /*
www.eeworm.com/read/436053/7777786

c yystate.c

/*@A (C) 1992 Allen I. Holub */ /* YYSTATE.C Routines to manufacture the lr(1) state table. */ #include #include #include
www.eeworm.com/read/388438/7805122

c hafuman.c

#include "stdio.h" #include "stdlib.h" #include /*huffmancode storage struct*/ typedef struct { char ch; char code[20]; int len; }Cod
www.eeworm.com/read/399963/7818988

c import2.c

/* This is an important file for managing the project. It implements the canoncial "Hello World" program. */ #include #include int main() { printf("Hello World\n");