-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 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 of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
ShapesLinesText source code for Visual Studio 2005 by VB
VB开发的visualstudio2005的ShapesLinesText源代码
- 2022-12-01 06:15:04下载
- 积分:1
-
TC2.0 图形旋转
TC2.0 图形旋转-TC2.0 graphics rotation
- 2022-07-10 16:37:08下载
- 积分:1
-
基于stm32f103的四轴飞行器源码2(注释详尽)
板载NRF24L01+ 2.4G通讯芯片与遥控器通讯。
STM32 F103C8T6高性能32位处理器进行姿态解算,融合MPU6050传感器数据,计算出四元数,再转换成欧拉角作为PID的输入。
- 2022-04-01 01:13:02下载
- 积分:1
-
C语言迷宫不是原创
C语言迷宫不是原创-It s One kind of maze arithmetic ,but it s not my authorship.
- 2022-01-31 16:23:05下载
- 积分:1
-
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。...
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。
- 2022-06-11 11:30:09下载
- 积分:1
-
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及...
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存.
(2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存.
(3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来.
-At the sending end through a coding system for encoding transmit data treatment. Will be heard in the receiver to decode the data. A complete system should have the following functions: (1) initialization. Read from the terminal character set size, as well as the characters and the right values, the establishment of Huffman trees, and save. (2) coding. used to build the Huffman tree to encode the text and then save it. (3) decoding. the use of the Huffman tree has been built will document the code decoding, the results print out.
- 2022-02-10 10:40:46下载
- 积分:1
-
wince下的多媒体播放器,功能强大。比wince自带的wmp性能更优越。...
wince下的多媒体播放器,功能强大。比wince自带的wmp性能更优越。-A multimedia player under Wince, powerful funtions. and is more excellent than wmp which is fixed by Wince.
- 2022-05-19 02:58:45下载
- 积分:1
-
这是公共汽车订座保留软件。它描述对3D列阵的用途。
这是公共汽车订座保留软件。它描述对3D列阵的用途。-This is a bus reservation software. it describes the use of 3D array.
- 2022-01-30 11:18:37下载
- 积分:1
-
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强...
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
- 2022-01-26 04:23:59下载
- 积分:1