資源簡介
數據結構源代碼——朱戰立——電子工業出版社
代碼片段和文件信息
#include?
typedef?float?DataType;
DataType?Max3(DataType?x1?DataType?x2)
{
if(x1?>=?x2)?return?x1;
else?return?x2;
}
void?main(void)
{
DataType?t1?=?5.1?t2?=?8.8?max;
max?=?Max3(t1?t2);
printf(“Max?=?%f\n“?max);
max?=?Max3(t2?t1);
printf(“Max?=?%f\n“?max);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-06-17?15:19??數據結構程序\
?????目錄???????????0??2009-02-22?17:57??數據結構程序\第0章\
?????文件?????????305??2003-07-03?10:27??數據結構程序\第0章\Exam0-1.c
?????文件?????????653??2003-07-02?13:57??數據結構程序\第0章\Exam0-2.c
?????文件?????????433??2003-07-03?15:17??數據結構程序\第0章\Exam0-4.c
?????文件?????????685??2003-07-03?16:08??數據結構程序\第0章\Exam0-5.c
?????文件????????1009??2003-07-03?16:09??數據結構程序\第0章\SeqList.h
?????文件???????????8??2006-09-08?16:47??數據結構程序\第0章\_desktop.ini
?????文件?????????310??2003-07-03?11:57??數據結構程序\第0章\malloc.c
?????目錄???????????0??2009-02-22?17:57??數據結構程序\第10章\
?????文件????????2891??2003-09-07?10:03??數據結構程序\第10章\BiSortTree.c
?????文件????????3257??2002-06-08?10:03??數據結構程序\第10章\BiSortTree2.c
?????文件?????????751??2002-06-03?10:48??數據結構程序\第10章\BinarySearch.c
?????文件?????????778??2003-06-30?11:50??數據結構程序\第10章\HashList.c
?????文件?????????517??2002-06-03?09:50??數據結構程序\第10章\OrderSeqSearch.c
?????文件?????????528??2002-06-03?09:15??數據結構程序\第10章\SeqSearch.c
?????文件???????????8??2006-09-08?16:47??數據結構程序\第10章\_desktop.ini
?????目錄???????????0??2009-02-22?17:57??數據結構程序\第1章\
?????文件?????????351??2003-04-02?11:41??數據結構程序\第1章\Exer1-1.c
?????文件???????????8??2006-09-08?16:47??數據結構程序\第1章\_desktop.ini
?????目錄???????????0??2009-02-22?17:57??數據結構程序\第2章\
?????文件????????2488??2003-04-04?16:13??數據結構程序\第2章\DoubleList.c
?????文件?????????893??2003-04-12?16:35??數據結構程序\第2章\Exam2-1.c
?????文件????????1042??2003-07-04?10:20??數據結構程序\第2章\Exam2-2.c
?????文件?????????808??2003-04-04?12:04??數據結構程序\第2章\Exam2-3.c
?????文件?????????883??2005-03-14?09:04??數據結構程序\第2章\Exam2-4.c
?????文件?????????539??2005-03-14?09:06??數據結構程序\第2章\Exam2-4.dsw
?????文件?????????907??2005-03-14?09:07??數據結構程序\第2章\Exam2-5.c
?????文件????????3413??2005-03-14?09:06??數據結構程序\第2章\Exam2-5.dsp
?????文件?????????539??2005-03-14?09:08??數據結構程序\第2章\Exam2-5.dsw
?????文件????????1152??2005-03-14?09:14??數據結構程序\第2章\Exam2-6.c
............此處省略151個文件信息
- 上一篇:uml精粹英文版
- 下一篇:樹莓派+USB攝像頭
評論
共有 條評論