Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c B
Search - c B - List
DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。 NUM不能用小键盘。 Ctrl+Home 将光标移至文件头。 Ctrl+End 将光标移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab键。 Ctrl+M 同Enter键。 Ctrl+N 同Enter键,但光标位置保持不变。 Ctrl+T 删除光标右边的一个单词。 Ctrl+Y 删除光标所在行。 Ctrl+Shift+↑ 光标在函数体内时,将光标快速移至当前函数声明处。 Ctrl+Shift+↓ 光标在函数声明行时,将光标快速移至函数定义处。 Ctrl+Shift+C 声明一个过程或函数后,直接生成过程或函数的名称、begin、end Ctrl+Shift+E 光标在Edit窗口和Explorer窗口间切换。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 弹出Delphi语句提示窗口,选择所需语句将自动完成一条语句。 Ctrl+Shift+T 在光标行加入To-Do注释。 Ctrl+Shift+Y 删除光标之后至本行末尾之间的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜单中的Close项。-Delphi shortcuts
Date : 2025-12-21 Size : 2kb User : 小强

人民币大写金额转换程序(修正版v0.0.3) =================================== 1.使用方法: ------------- 将Cash_RMB.dcu放入Delphi安装目录下的Lib中,在uses中加入Cash_RMB, 即可引用CashRMB方法. function CashRMB(CashAmount: Double): String 如: procedure TForm1.Button1Click(Sender: TObject) begin QRLabel1.Caption := CashRMB(Table1.FieldByName( 金额 ).AsFloat) end 结果将传回人民币金额大写字符串. 如果 CashAmount = 0 或数值溢出(超出万亿位),结果返回空串. 2.说明: -------- A.本转换程序最大程度只支持到万亿元(位)的金额数值转换操作.如果你的 转换数值超出此极限,你可以在调用前先行判断数据的合法性,如果没有作预 先判断,转换过程中将引发本单元中自带的错误处理例程. b.该转换结果符合标准金额大写书写格式,零角零分等字样不存在于最终的 转换结果中. c.本转换程序自带数据溢出等数据非法及转换错误等处理例程. d.本程序适用于32位的Delphi版本.-yuan capital conversion rate (revised version v0.0.3) ========= ===================== 1. Use :------------- Cash_RMB.dcu Add to Delphi under the installation directory Lib, in addition Cash_RMB uses. CashRMB methods can be invoked. function CashRMB (CashAmount : Double) : String such as : procedure TForm1.Button1Click (Sender : TObject) begin QRLabel1.Caption : = CashRMB (Table1.FieldByName (amount). AsFloat) end results will be sent back to the amount of capital string yuan. If CashAmount = 0 or numerical overflow (super from 1 trillion), the results are returned empty string. 2. Note :-------- A. The maximum conversion to support only one trillion yuan (at) the amount of numerical conversion. if fruit your conversion value in excess of this limit, you can call before the first data to
Date : 2025-12-21 Size : 3kb User : lj

Ma tla b 是当今使用最为广泛的数学软件,它具有相当强大的数值计算、数据处理、系统 分析、图形显示、甚至符号运算功能,是一个完整的数学平台,但是它不能实现端口操作和 实时控制Borland C + +Builder是一种新颖的可视化编程语言,可方便实现交互界面、数据 采集和端口操作等,但是它在数值处理分析和算法工具等方面,效率远远低于Matlab语言-Ma tla b is the most widely used mathematical software, it is quite powerful numerical calculation, data processing, analysis, graphics, or even symbolic operation, is a complete mathematical platform However, it can not be achieved port operation and real-time control Borland C Builder is an innovative visualization programming language, will facilitate the realization of interactive interface, data acquisition and the port operation, However, in numerical analysis tools and algorithms, the efficiency is far below the Matlab
Date : 2025-12-21 Size : 62kb User : lijing

重点介绍了C + + B u i l d e r集成开发环境,以便读者在创建应用程序时能充分利用其强大的功能,从而达到事半功倍的效果。-Focuses on the C++ B uilder integrated development environment for readers in the creation of applications to take full advantage of its powerful functions, so as to achieve a multiplier effect.
Date : 2025-12-21 Size : 30.78mb User : 叶翾

《C++Builder核心编程技术》 不可多得 -" C++ Builder core programming technology," a rare
Date : 2025-12-21 Size : 2.1mb User : 孔繁昊
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.