-
Sample MC55i circuit
Sample MC55i circuit
- 2022-03-16 15:32:31下载
- 积分: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
-
Mobile-Channel-Characteristics
Mobile Channel Characteristics, 移动通信信道的很好的一本书,经典书籍。(Mobile Channel Characteristics, mobile communication channel a good book, classic books.)
- 2010-01-18 21:50:36下载
- 积分:1
-
RF
说明: matlab中随机森林工具箱,可直接下载使用(Random Forest Toolkit in matlab, which can be downloaded and used directly)
- 2019-04-10 15:12:14下载
- 积分:1
-
core_range__target_num
产生LFM信号,多个LFM 并且能够测距,(LFM signal
Can produce multiple dense false targets)
- 2017-12-01 15:53:52下载
- 积分:1
-
VC++ 托盘图标和右键菜单操作的实现
VC++ 托盘图标和右键菜单操作的实现,VC++托盘右键菜单实例,现在托盘图标在各大软件上都用上了,本代码是一个托盘和右键菜单综合起来的一个小例子,演示窗体中还增加了随机更换背景图片的功能,点击托盘处的图标可弹出右键菜单,具体的实现这里就不说了,自己看代码吧。
- 2022-04-12 14:00:35下载
- 积分:1
-
PID
pid 模块化化得编程,是增量式的参数,是很基础的东西(pid)
- 2009-09-13 02:06:36下载
- 积分:1
-
StudentScore
这是一个基于ACCESS数据库,用于学校学生成绩管理的系统,能够提高效率.(This is an ACCESS-based database for school management, student achievement system, to improve efficiency.)
- 2009-06-19 09:47:19下载
- 积分:1
-
yiping
用于测量技术中附和导线闭合导线以及支导线平差计算绘图(Computational Drawing of Closed Conductor and Adjustment of Branch Conductor for Affiliated Conductor in Surveying Technology)
- 2019-05-30 16:58:00下载
- 积分:1
-
C# 在水晶报表中使用公式字段
C# 在水晶报表中使用公式字段,string strrpor = Application.StartupPath.Substring(0,//得到报表路径信息
Application.StartupPath.Substring(0,
Application.StartupPath.LastIndexOf("")).LastIndexOf(""));
strrpor += @"CrystalReport1.rpt";//添加报表文件名称
this.crystalReportViewer1.ReportSource = strrpor;//将报表绑定到CrystalReportViewer控件
- 2022-03-30 10:38:56下载
- 积分:1