
source code
ljd_1881
这个作者很懒,什么都没留下…
展开
-
Binary Search
/* binary search when an array is ordered ,we cna use binary_search to check whether an element in the array Author :ljd*/#includeint binary_search(int a[],int x,int len); //len is the len原创 2006-11-15 16:10:00 · 704 阅读 · 0 评论 -
使用栈的表达式计算程序_Makefile
t:main.c arith_expr.h arith_expr.c gcc -o t ./main.c arith_expr.c原创 2006-11-14 11:34:00 · 694 阅读 · 0 评论