提供Delphi和C++builder整个目录的字符或类名的替换工具
上传时间: 2014-01-13
上传用户:fredguo
Borland C++ Builder開發的Quick_sort演算法實作,並加入timecounter計算使用的秒數。
标签: Quick_sort Borland Builder 算法
上传时间: 2015-12-14
上传用户:sk5201314
《C++Builder学习大全》中文版
标签: Builder
上传时间: 2013-12-12
上传用户:zhuoying119
创世纪的C++ Builder -------------------------------------------------------------------------------- 告别Hello World的年代 图形程式设计基本概念 具体而微的绘图程式 以C++ Builder处理Windows讯息(Message) 动态链结函式库(DLL-Dynamic Linked Library) Install Shield的使用介绍
标签: Builder
上传时间: 2013-12-11
上传用户:zhengzg
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
标签: begin Binary_Search function return
上传时间: 2015-12-17
上传用户:tb_6877751
ITU-T G.729语音压缩算法。 description: Fixed-point description of commendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Prediction (CS-ACELP) with Voice Activity Decision(VAD), Discontinuous Transmission(DTX), and Comfort Noise Generation(CNG).
标签: description commendation Fixed-point 729
上传时间: 2014-11-23
上传用户:thesk123
Borland C++Builder中调用CHM帮助系统的详细方法
上传时间: 2015-12-21
上传用户:tzl1975
电子商务网站使用MVC模式B/S结构功能不是很全适合初学者看
上传时间: 2015-12-22
上传用户:6546544
DevExpress公司出品的Borland Delphi和C++ Builder的控件(包含完整源代码)。 ExpressSpreadSheet:交叉数据表格控件。 一款Delphi,Borland C++ Builder VCL控件,辅助报表数据处理控件,具有本地源代码, 它可以在所开发的软件中加入类似MS EXCEL的二维表功能,而且它内置有大量的函数功能,可以在软件运行期间定制。
标签: Delphi ExpressSpreadSheet DevExpress Borland
上传时间: 2015-12-23
上传用户:libinxny
如何在C++Builder中创建使用DLL,含有说明及例程
上传时间: 2013-12-17
上传用户:wmwai1314