-
改进后的SerialPort类文件,在编写串口程序时非常有用
改进后的SerialPort类文件,在编写串口程序时非常有用-improve the SerialPort types of documents, in the preparation of serial procedures will be very useful
- 2022-01-27 13:39:10下载
- 积分:1
-
本人做的flash文字特效 觉得有用的哥们可以下载
本人做的flash文字特效 觉得有用的哥们可以下载-flash, I do find it useful text effects can download the Miners
- 2022-03-17 21:48:11下载
- 积分:1
-
推箱子游戏是一个在turboC2环境下编写的小游戏,该类游戏版本很多,希望不会雷同...
推箱子游戏是一个在turboC2环境下编写的小游戏,该类游戏版本很多,希望不会雷同-magazines is a game in turboC2 environment prepared by the small games, many versions of such games, hope not identical. .
- 2022-07-27 00:43:56下载
- 积分:1
-
一个关于BPSK误码率仿真的程序
一个关于BPSK误码率仿真的程序,内容只包括误码率仿真部分!-One on BPSK BER simulation procedures, including the signal generated by adding Gaussian white noise, and bit error rate!
- 2022-02-04 06:57:56下载
- 积分:1
-
电力系统101规约
电力系统101规约-power system 101 Statute
- 2022-05-08 16:05:50下载
- 积分:1
-
operating system with the further understanding of algorithms, and to further un...
操作系统用的进一步理解各种算法的性能,并且进一步理解各种页面替换算法的优缺点。 -operating system with the further understanding of algorithms, and to further understanding of pages replacement algorithm are discussed.
- 2022-01-25 20:40:52下载
- 积分:1
-
相位频率检测器Verilog
phase frequency detector verilog
- 2022-04-24 18:12:56下载
- 积分:1
-
waveform is to introduce the transverse process
是介绍横波形的程序-waveform is to introduce the transverse process
- 2023-06-09 21:55:02下载
- 积分:1
-
REMOVE removes a TSR. It takes two command line arguments. The first is the name...
删除TSR。它需要两个命令行参数。第一个是要删除的TSR的名称(或者用*删除最后一个),第二个是文件名,它必须包含删除TSR时要加载的中断向量。
- 2022-07-28 13:38:46下载
- 积分: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