-
快速排序,算法分析与设计第二章分治法思想的快速排序算法实现....
快速排序,算法分析与设计第二章分治法思想的快速排序算法实现.-quick sort, algorithm analysis and design of the second chapter ideological divide-and-conquer method of quick sort algorithm.
- 2022-03-22 06:43:52下载
- 积分:1
-
prepared using Visual C procedures. MFC suitable for beginners learning from the...
用VISUAL C++编写的程序.适合初学MFC的人学习.-prepared using Visual C procedures. MFC suitable for beginners learning from the people.
- 2022-11-18 19:25:03下载
- 积分:1
-
在开发过程中,最难的事情是司机到电视。
linux下的程序开发,最难的要数驱动程序的开发,此教程方便大家入门-linux procedures under development, the most difficult thing for the driver to the development of this guide to facilitate entry
- 2023-05-03 02:25:04下载
- 积分:1
-
function long StrToData (CString strData. int jz) function : is the string to in...
函数 long StrToData(CString strData,int jz)
功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串
返回:长整型数值
参数:strData 为将要转换的字符串
参数:jz 为字符串的进制
如:
CString s
s="FFA6"
long data=StrToData(s,16)
则:data的值为:65446
用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中
加入#include "StrToData.h"即可调用
-function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
- 2023-05-26 02:20:03下载
- 积分:1
-
类numberlistener实现ActionListener {
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i
- 2022-02-28 23:01:36下载
- 积分:1
-
一款专业的电话交换机计费管理系统,可适用于任何行业。
一款专业的电话交换机计费管理系统,可适用于任何行业。-A professional telephone exchange billing management system, applicable to any industry.
- 2022-02-12 05:41:00下载
- 积分:1
-
Breakout game, is divided into more closed, Main to run a function
打砖块游戏,分为多关,Main为运行函数-Breakout game, is divided into more closed, Main to run a function
- 2022-04-10 19:46:22下载
- 积分:1
-
SQL的应用,用DELPHI进行的数据库操作
SQL的应用,用DELPHI进行的数据库操作-SQL application, the database which carries on with DELPHI
operates
- 2022-03-11 16:26:40下载
- 积分:1
-
C游戏代码(机器人大战)
C游戏代码(机器人大战)-C game code (Robot Wars)
- 2022-08-12 17:29:30下载
- 积分:1
-
LED的闪烁和UART演示for lpc23** lpc24 **,单片机
LED blink & UART demo for LPC23**, LPC24** MCUs
- 2022-09-05 19:00:02下载
- 积分:1