-
多输入多输出中的天线算法的详细算法的,有PPT讲稿!
多输入多输出中的天线算法的详细算法的,有PPT讲稿!-Multiple-input multiple-output antenna algorithms in the detailed algorithm, there are PPT script!
- 2023-06-09 08:15:04下载
- 积分:1
-
search multi Excel and Output to BookXX.xls [Delphi]
search multi Excel and Output to BookXX.xls [Delphi]-search multi Excel and Output to BookXX.xls
- 2022-08-14 12:52:51下载
- 积分:1
-
一个简单的SMS收发程序,可以实现短信收发与拨打电话
一个简单的SMS收发程序,可以实现短信收发与拨打电话-A simple SMS sending and receiving process, you can send and receive text messages and phone calls to achieve
- 2022-06-15 03:54:32下载
- 积分:1
-
100个asp简单学习例子
100个asp简单学习例子-100 asp learning simple example
- 2022-01-26 06:04:17下载
- 积分:1
-
c programming interface compiler error message the detailed descriptions will he...
c编程接口编译器错误消息的详细说明,有助于初学者从编程中学习
- 2022-03-16 20:22:52下载
- 积分:1
-
DDP测试版1
/***********************************************************************/
- 2023-02-01 17:05:03下载
- 积分:1
-
winpcap3.1源代码,对网络底层驱动有兴趣的人员…
winpcap3.1源代码,供网络底层驱动有兴趣人员研究-winpcap3.1 source code, the underlying driver for the network staff has interest in research
- 2022-10-01 21:05:03下载
- 积分:1
-
这是一个用VHDL语言写的数码管程序.有用着
这是一个用VHDL语言写的数码管程序.有用着-This is a VHDL language used to write the digital tube procedures. Useful to an
- 2022-05-08 05:37:10下载
- 积分: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
-
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