-
QLocalSocketDemo
实现了两个客户机程序与服务器程序间的进程通信(本机)。客户机与服务器间的通信是双向的,采用QLocalServer与QLocalSocket实现。(The realization of the two procedures and the client server inter-process communication (local). Client and server communication is a two-way, using QLocalServer with QLocalSocket achieve.)
- 2020-12-29 17:09:00下载
- 积分:1
-
BMPconvertTXT
本程序通过 c++ 工具进行对BMP图像显示,转换为TXT格式并进行存储,适合于开发系统C++的研究者!(This procedure through the c++ tool for the BMP image display, converted to TXT format and storage, suitable for the development of system C++ researchers!)
- 2017-05-14 10:37:27下载
- 积分:1
-
BankSystem
刚学完VC++,试着在VS2010下编写的一个银行活期储蓄系统,用到MFC对话框、CSocket、数据库(After studying VC++, try to write in a bank Savings VS2010 system, used in MFC dialog, CSocket, database)
- 2014-01-26 16:26:17下载
- 积分:1
-
DiskQueryManage
一个把自己的东西刻成光盘后自动查询和启动的原代码(one their own things statue CD automatically initiated inquiries and the original code)
- 2007-03-19 11:24:34下载
- 积分:1
-
wave
a wave reader toolkit
- 2010-11-18 15:01:02下载
- 积分:1
-
socket
SOCKET通信,一个服务端,一个客户端的通信。(SOCKET communications, a server, a client communication.)
- 2013-11-04 16:50:40下载
- 积分:1
-
rtklib_2.4.2_bin
RTKLIB是日本东京海洋大学开发(Tokyo University of Marine Science and Technology)开发的一个开放源程序包,供标准与精确GNSS全球导航卫星系统应用。RTKLIB包括一个可移植的程序库和几个应用程序(AP)库。
RTKLIB的特点:
(1)支持标准的和精确的定位算法:GPS,GLONASS,QZSS准天顶卫星系统,北斗和SBAS
(2)支持多种定位模式与GNSS实时和后处理:单点,DGPS / DGNSS,动态的,静态的,移动基线,定点,PPP运动,PPP静态和PPP定点(RTKLIB is an open source package developed by Tokyo University of Marine Science and Technology in Tokyo, Japan, for standard and precise GNSS global navigation satellite system applications. RTKLIB includes a Portable Library and several application library (AP) libraries.
The characteristics of RTKLIB:
(1) support standard and accurate localization algorithms:
GPS, GLONASS, QZSS quasi zenith satellite systems, Beidou and SBAS
(2) support a variety of
Location mode and GNSS real time and post processing:
Single point, DGPS / DGNSS, dynamic, static, moving baseline, fixed point, PPP motion, PPP static and PPP fixed point)
- 2017-11-16 13:58:42下载
- 积分:1
-
FormBorder
VB在运行时动态改变窗体的属性信息,有需要的下。(VB dynamically at runtime to change the form of attribute information, there is need for the next.)
- 2013-08-21 10:15:41下载
- 积分:1
-
log4cplus-1.1.3-rc7
C++版本的log4cplus 喜欢的自己下载(C++ version of log4cplus, like its own download)
- 2017-07-31 14:51:35下载
- 积分:1
-
HuffmanTree
该系统应具有以下功能:
(1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
(4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。
(5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。
(The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
- 2013-06-21 13:45:16下载
- 积分:1