-
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
-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1
-
旅行商问题,两种方法实现,分别是递归回溯和用栈来代替递归的功能的程序...
旅行商问题,两种方法实现,分别是递归回溯和用栈来代替递归的功能的程序-Traveling salesman problem, two methods to achieve, namely, retrospective and the use of recursive stack instead of recursive function procedures
- 2022-07-25 19:44:37下载
- 积分:1
-
这是和BCH码有关的源程序,前面提交过turbo码了,所以很有必要再加些BCH码的了,呵呵...
这是和BCH码有关的源程序,前面提交过turbo码了,所以很有必要再加些BCH码的了,呵呵 -This is a BCH code and related source code, submitted in front of turbo code, so it is necessary together with some of the BCH code, huh, huh
- 2023-04-17 08:25:04下载
- 积分:1
-
估计模型阶次的很有效的方法,调试通过,没有任何问题。
估计模型阶次的很有效的方法,调试通过,没有任何问题。-Estimated model order is very effective way to debug is passed, there is no problem.
- 2022-03-20 22:02:55下载
- 积分:1
-
常用芯片器件手册(包括51指令系统),请需要下载的尽快
常用芯片器件手册(包括51指令系统),请需要下载的尽快-chip devices commonly used manual (including 51 orders), please download as soon as possible
- 2022-07-17 14:59:33下载
- 积分:1
-
基于simulink的QPSK通信仿真 基于simulink的QPSK通信仿真
基于simulink的QPSK通信仿真 基于simulink的QPSK通信仿真-simulink QPSK
- 2022-07-22 21:11:07下载
- 积分:1
-
Windows XP 下使用 VMware Workstation 安装和使用 Fedora 8
Windows XP 下使用 VMware Workstation 安装和使用 Fedora 8-Windows XP using VMware Workstation to install and use Fedora 8
- 2022-04-30 23:03:42下载
- 积分:1
-
C language used in PC speaker sound- Personal performance management (graphics m
-C语言中使用PC喇叭发声 -个人成绩管理(图形菜单)--C language used in PC speaker sound- Personal performance management (graphics menu)
- 2022-02-14 00:32:26下载
- 积分:1
-
基于NI的抽奖程序
别的论坛找来的抽奖程序,大家在办工会活动时可以使用。。很好用。去年,我们单位办了一个游园抽奖活动,我就带着它去,最后领导表扬,同事认可。其实,我觉得这个程序,只要对其进行小幅度的改动,就可以拿来作为恋人生日配对的程序,大家就可以去拿哄小女孩儿了。。
- 2023-05-20 05:30:03下载
- 积分:1