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 · 736 阅读 · 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 · 722 阅读 · 0 评论
分享