搜索结果
找到约 50,972 项符合
A-C 的查询结果
汇编语言 c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护
c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。
template <class T>
void DoubliSort( T a[], int n) ...
Linux/Unix编程 一本关于linux下c语言的好书。a book aboat linux programme using c language
一本关于linux下c语言的好书。a book aboat linux programme using c language
GPS编程 该程序是GPS仿真中C/A码的生成程序
该程序是GPS仿真中C/A码的生成程序,很方便的给方针爱好者使用。
J2ME A very smaller script interpretor that java based system. Can work on j2se / j2me / win C++ platform
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 .
其他 This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages.
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.
教育系统应用 library系统主要实现以下几个功能: a.图书管理 b.读者管理 c.借阅管理 d.信息查询 e.作者信息 功能描述: 图书管理包括新书入库、旧书注销、信息修改。 读者管理包括增加读者
library系统主要实现以下几个功能:
a.图书管理 b.读者管理 c.借阅管理 d.信息查询 e.作者信息
功能描述:
图书管理包括新书入库、旧书注销、信息修改。
读者管理包括增加读者、删除读者、信息修改。
借阅管理包括借书管理、还书管理。
信息查询包括图书信息查询、借还记录查询、未还图书查询。
关于作者中,可以看到作者 ...
matlab例程 fGenerateNavigationData.m C_A_code_generator.m GPSsignal.m 依次产生导航电文,C/A码,GPS最终数据
fGenerateNavigationData.m C_A_code_generator.m
GPSsignal.m
依次产生导航电文,C/A码,GPS最终数据
其他 Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indentin
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 ...
VHDL/FPGA/Verilog crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a ver
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.
VC书籍 《How To Think Like A Computer Scientist Learning with C++》. Allen B. Downey写的关于c++的一本书。
《How To Think Like A Computer Scientist
Learning with C++》. Allen B. Downey写的关于c++的一本书。