-
Tax VB source code mainly for the local Inland Revenue Department
VB税控的源代码
主要用于地方税务局的税控引用
有完整的控件和代码-Tax VB source code mainly for the local Inland Revenue Department
- 2022-01-31 09:49:44下载
- 积分:1
-
二维波动方程正演算法,算法具有速度快结果好等优点,是个不可多得的程序。...
二维波动方程正演算法,算法具有速度快结果好等优点,是个不可多得的程序。-Two-dimensional wave equation algorithm, the algorithm has the advantages of speed and good results, is a rare procedure.
- 2022-07-10 06:41:47下载
- 积分:1
-
地理信息系统
这套系统是基于arcgis engine 和VB.net开发的,实现了GIS的基本界面和一些相关功能。包括图层管理、要素查询和选择等实用功能。
- 2023-07-09 22:30:04下载
- 积分:1
-
RPG游戏道具编辑器源代码,可以用于编辑RPG游戏的道具,供大家学习如何制作RPG游戏的道具工具...
RPG游戏道具编辑器源代码,可以用于编辑RPG游戏的道具,供大家学习如何制作RPG游戏的道具工具-RPG game props editor source code, can be used for editing RPG game props, for everyone to learn how to produce RPG game props tools
- 2022-03-26 00:36:54下载
- 积分:1
-
- 2023-08-14 05:35:03下载
- 积分:1
-
完整T9输入法
完整T9输入法,基于C++的程序设计。T9输入法全名为智能输入法,字库 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-27 09:55:04下载
- 积分:1
-
ECG QRS wave detection, the use of wavelet methods and other methods
心电信号QRS波的检测,利用小波方法和其他方法-ECG QRS wave detection, the use of wavelet methods and other methods
- 2022-01-25 15:48:57下载
- 积分:1
-
自己写的扫雷,不需要图片加载,纯手绘图片
自己写的扫雷,不需要图片加载,纯手绘图片-Write their own de-mining, no image loaded, pure hand-painted picture
- 2023-08-08 06:40:03下载
- 积分:1
-
hotel reservation systems to provide housing and the number of beds allocated fo...
旅馆订位系统 提供住房及床位分配功能并且能进行退房处理-hotel reservation systems to provide housing and the number of beds allocated for functional and can handle Checkout
- 2022-04-11 03:29:39下载
- 积分: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