c++二、通過將其元素插入到雙向鏈表中的方法對數組A進行排序。算法對鏈表的當前操作位置進行維護,當需要插入表項時,若新元素比當前位置值要大,則往前移動;若小則往后移動。編寫函數DoubleSort實現上述排序算法。 template <class T> void DoubliSort( T a[], int n)
上傳時間: 2013-12-03
上傳用戶:gundamwzc
一本關于linux下c語言的好書。a book aboat linux programme using c language
標簽: linux programme language aboat
上傳時間: 2013-12-25
上傳用戶:thuyenvinh
該程序是GPS仿真中C/A碼的生成程序,很方便的給方針愛好者使用。
上傳時間: 2014-01-17
上傳用戶:731140412
A very smaller script interpretor that java based system. Can work on j2se / j2me / win C++ platform ,the major goal is used to build more flexible j2me game. Script language s phrase like as BASIC .
標簽: interpretor platform smaller script
上傳時間: 2016-07-24
上傳用戶:181992417
This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages. Source-Navigator includes powerful source code comprehension features that help a developer understand complex relationships between elements of a program s source.
標簽: Source-Navigator languages Fortran Python
上傳時間: 2013-12-22
上傳用戶:yyyyyyyyyy
library系統主要實現以下幾個功能: a.圖書管理 b.讀者管理 c.借閱管理 d.信息查詢 e.作者信息 功能描述: 圖書管理包括新書入庫、舊書注銷、信息修改。 讀者管理包括增加讀者、刪除讀者、信息修改。 借閱管理包括借書管理、還書管理。 信息查詢包括圖書信息查詢、借還記錄查詢、未還圖書查詢。 關于作者中,可以看到作者的基本信息。 退出中,詢問管理人員是否要退出系統。
上傳時間: 2014-01-16
上傳用戶:zhangjinzj
fGenerateNavigationData.m C_A_code_generator.m GPSsignal.m 依次產生導航電文,C/A碼,GPS最終數據
標簽: fGenerateNavigationData C_A_code_generator GPSsignal GPS
上傳時間: 2014-07-14
上傳用戶:jing911003
Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation.
標簽: reformatter reindenter and Artistic
上傳時間: 2013-12-20
上傳用戶:康郎
crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module.
上傳時間: 2014-01-09
上傳用戶:181992417
《How To Think Like A Computer Scientist Learning with C++》. Allen B. Downey寫的關于c++的一本書。
標簽: B. Scientist Computer Learning
上傳時間: 2016-07-31
上傳用戶: