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
上传用户: