-
简易SOCKET编程。供有需要的人们使用,谢谢合作
简易SOCKET编程。供有需要的人们使用,谢谢合作-Easy SOCKET programming. The needs of the people to use, thank cooperation
- 2022-10-19 11:40:02下载
- 积分:1
-
syntax-highlighter
This program is used in making your program to be highlighted in different colors just like when you are writing your code in your programming editor
- 2015-11-04 19:21:38下载
- 积分:1
-
Farm-Manage-OS
农场管理系统的C++实现
系统具有版本控制及基本的数据库管理功能
问题描述:农场主手下有经理、工人等人类。还有各种动物。这个系统能对不同操作对象(农场主、经理、工人等)提供不同操作权限。能够基本模拟农场的运行模式(Farm management system c++ implementation of the system with functions of version control and basic management problem description: farmers had managers, workers and other human beings. There are all kinds of animals. Can the system for different operating object (farmers, managers, workers, etc.) to provide different operating authority. The mode of the basic simulation to farm)
- 2016-03-29 23:53:38下载
- 积分:1
-
fingerCompare
说明: 用于指纹的匹配,比对操作,需要专用的库文件(For fingerprint matching and matching operations, special library files are needed.)
- 2020-06-19 22:00:01下载
- 积分:1
-
music
北京邮电大学微机原理硬件实验,关于音乐盒的实现(Beijing University of Posts and Telecommunications Microcomputer Principle hardware experiments, on the realization of the music box)
- 2012-12-13 21:53:52下载
- 积分:1
-
Colibri---The-IDL-Code-Library
Colibri介绍 Colibri是一个基于ENVI/IDL平台实现的一个开源软件包。里边包含了多种多样的算法和程序。
代码是使用不同子文件夹来存储的。每一个文件夹内都含有一些源码文件。在根目录下的Reference Guide.html文件中包含了所有对象及函数的功能介绍、调用方法等,类似于IDL帮助。
Ø Application – General:含有一些通用功能,比如图像分类、创建合成图像、DSM转换为DTM等功能
Ø Application – Toolbox:包含两个GUI应用程序,功能分别为图像分类后处理(可以新增类别、修改类别等)、高光谱数据处理(光谱平滑,可进行批处理)。
Ø Classes:此文件夹包含了一些通用功能代码,主要为自定义类。
Ø Common:此文件夹包含了一些图像处理函数。如图像分类、SVM、RMSE计算等。
Ø Documents:此文件夹包含了一些参考文献和LOGO等文件。
Ø Examples:包含了一些示例代码和示例数据。
(Colibri is a repository for source code developed in ENVI/IDL under the Open Source Initiative. It contains a wide variety of algorithms and applications which are of interest for the remote sensing community.
The code is organized in a hierarchical way. At the lowest level, common code performing all kinds of basic functionality is available to the higher levels, i.e. classes and applications. Classes are object based functionalities performing more specific tasks. Both common code and classes are the building blocks for the applications which perform well delineated tasks.
All common code, classes and applications are well documented. The complete set of code and documentation are available to the remote sensing community.
ENVI/IDL code developers and remote sensing researchers are requested to actively contribute to this ENVI/IDL Code Library in order to obtain a solid reference of user developed applications for the remote sensing community.)
- 2016-05-25 16:30:04下载
- 积分:1
-
分数阶PID
分数阶PID控制算法的小例子,运算效果好,可以试一下(A small example of fractional PID algorithm)
- 2021-04-22 20:48:48下载
- 积分:1
-
vc编的web网络浏览器
vc编的web网络浏览器-vc series of the web browser
- 2022-01-31 01:15:27下载
- 积分:1
-
tese_ee04186_final_v1
This report is about the development of efficient electric power conversion solutions for
photovoltaic panels. Different solutions are presented and an overall perspective is shown.
From the characteristics of the photovoltaic panels to the power grid all aspects are
mentioned briefly. A three state commutation cell topology is chosen for a more detailed
analysis, simulation is made and a prototype is built. Several tests reveal the characteristics
of the chosen topology. Propose of this report is to introduce the necessary knowledge for
further investigation of the three state commutation cell as well as its control by MPPT
- 2015-08-02 12:50:19下载
- 积分:1
-
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
- 2022-05-19 18:52:33下载
- 积分:1