-
MapObjectsSample
Developing Mapobjects and Visual Basic Sample
- 2012-04-16 14:33:18下载
- 积分:1
-
LW-LZ78
实现以下的无损数据压缩方法
LZ78和LZW算法;
给定若干个输入的字符串流,应用所编写的算法实现压缩,计算压缩比,然后再将压缩的码流进行解码,同输入的字符串流进行比较,判断输入输出码流是否一致。(Achieve the following lossless LZ78 and LZW data compression algorithm certain algorithms to a given input string stream to achieve compression applications written to calculate the compression ratio, and then decoding the compressed code stream, with the stream input string , and determines the input and output streams are the same.)
- 2014-04-27 23:05:58下载
- 积分:1
-
CoordinateTransform
说明: 用VB实现的坐标转换,功能简单了点,但很实用,WGS-84,B-54之间的相互转换。(VB coordinate conversion, a simple functional, but very useful, WGS-84, B-54 between the conversion.)
- 2021-03-22 19:59:16下载
- 积分:1
-
ChuanKouTiaoShi
串口调试助手,适合做串口通讯的人员使用。VB.NET编程。(vb.net serial debug for usart comm.)
- 2013-07-19 14:45:15下载
- 积分:1
-
KSCZ
这是一个开发完成并投入使用的VB通过OPC连接西门子200PLC的程序,OPC中介是KepWare。(This is a program for VB contact with Siemens PLC use OPC.)
- 2015-07-18 14:03:59下载
- 积分:1
-
SendFastMail
一款非常不错的邮件群发工具。非常适合新手学习关于邮件的编程。(A very good mass-mailing tool. Very suitable for the novice to learn about the programming of the message.)
- 2012-06-07 23:05:38下载
- 积分:1
-
FileHide
文件隐藏,在驱动级操作,实现文件的隐藏。需要ddk支持(Documents hidden in the drive-level operations, realization of the hidden files. Need ddk Support)
- 2010-01-29 16:09:03下载
- 积分:1
-
testZeroMQ
内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求
下载ZeroMQ
下载网址:http://zeromq.org/intro:get-the-software
点击“Windows sources”下载zeromq-4.0.3.zip文件
编译ZeroMQ库文件
解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件
编写简单的测试工程
1.用VS新建2个项目,一个是server端,一个是client端
2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程
3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程
4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
- 2014-02-19 08:43:26下载
- 积分:1
-
GetXSL
一个基于MFC操作excel表格的应用程序。根据需求生成一张刻度与数据对应的excel表(MFC-based operation excel spreadsheet application. Excel sheet with a scale corresponding to the data generated on demand)
- 2013-11-25 21:19:54下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1