-
pitbull_v8
说明: Program trading necessary source code
- 2020-06-20 03:00:02下载
- 积分:1
-
0908030206xin
一、 地理数据文件应用
对由点、线、面构成的地理数据文件进行打开、读取、关闭操作。
要求:
1、在C++环境下,通过程序设计实现文本格式数据文件的操作;
2、在打开数据文件后,生成点、线、面三个链表,分别用于记录三种类型的数据。
3、数据文件结构说明
(Geographic data file applications by point, line, surface consisting of geographic data file open, read, and close operations. Requirements: in C++ environment, through the program design text format data file operations 2, open the data file, generate points, lines, surfaces three linked list, respectively, for the record three types of data. 3, a data file structure)
- 2012-09-14 20:33:26下载
- 积分:1
-
简单的ArcEngine+C#示例,适合初学者学习使用
简单的ArcEngine+C#示例,适合初学者学习使用-Simple ArcEngine+ C# example, suitable for beginners learning to use
- 2022-04-13 13:27:26下载
- 积分:1
-
code
PC与单片机通信的握手协议的建立,以及工业上单片机控制继电器的实例(PC with Single-chip communication handshake agreement set up, as well as industry examples Singlechip Control Relay)
- 2009-02-25 22:25:03下载
- 积分:1
-
累加和校验
数据传输中一种常见的校验方式是累加和校验。其实现方式是在一次通讯数据包的最后加入一个字节的校验数据。
这个校验字节内容为前面数据包中所有数据按字节累加所得结果的最后一个字节。例如:
要传输的信息为: TEST(ASCII码为0x54,0x45,0x53,0x54)
四个字节的累加和为:0x54+0x45+0x53+0x54=0x140
校验和为累加和的最后一个字节,即0x40,也就是十进制的64
现在请设计一个程序计算给出的待传输信息的累加校验和
输入说明
输入为一个字符串,字符串长度不超过100个字符
输出说明
输出一个十进制整数,表示输入字符串的累加校验和。
输入样例
TEST
输出样例
64
- 2022-08-04 03:55:35下载
- 积分:1
-
NewAntProject
一个蚁群算法 解决tsp问题的,里面有75个50个30个 结点的例子。把该文件附加到源文件下就可以了。(Tsp ant colony algorithm to solve a problem, there are 75 to 50 of 30 nodes example. The document attached to the source files under it.)
- 2010-12-27 16:52:14下载
- 积分:1
-
分享Vector3.cs类
分享System/Numerics/Vector3.cs类,没啥好描述的,凑个字数。
- 2023-05-04 15:45:03下载
- 积分:1
-
C__Neural_netowr_ANNIE
神经网络ANNIE最新C++源程序包,包括BP,LMS,RBF,SOM,ART等算法源程序(neural network ANNIE code package,include BP,LMS,RBF,SOM,ART,etc )
- 2009-11-22 15:37:55下载
- 积分:1
-
测试RTU设备是否链接正确,本人提供了2个模式,模式1为普通的16位数据通信,模式2为32位通信
测试RTU设备是否链接正确,本人提供了2个模式,模式1为普通的16位数据通信,模式2为32位通信-RTU equipment testing whether the link is correct, I provide two models, one for the ordinary mode of 16 data communications, Model 2 for the 32-bit communication
- 2023-08-20 10:45:03下载
- 积分:1
-
recsrh-fsush
提供了许多vc上的界面的类库,使得大家用vc做界面时不太辛苦()
- 2017-09-17 15:00:24下载
- 积分:1