-
graph1M
图形的相关的测试计算.当你输入图节点.程序会提示graph1M.cpp运行结果:
输入图的点数n=5
输入选择无向(权)与有向(权)图的值k1,k2:
(graphics related testing calculation. When you enter the map nodes. Procedures will prompt graph1M.cpp running results : map input n = 5 points selection of input (to the right) and to have (the right to) the value of the map k1, k2 :.)
- 2007-05-22 10:51:38下载
- 积分:1
-
mie
实现米散射算法,其中文件mie.m为主算法。(The Mie scattering algorithm is implemented, in which the file mie. m is the main algorithm.)
- 2020-06-17 00:20:02下载
- 积分:1
-
monitu
制作人工散斑模拟图,很实用,可直接实用。(Production of artificial speckle simulation maps, very practical, direct and practical.)
- 2020-12-29 12:19:00下载
- 积分:1
-
ftp协议的server端的编写,利用socket编程编写的ftp协议的server端。...
ftp协议的server端的编写,利用socket编程编写的ftp协议的server端。-ftp protocol server side of the preparation, the use of socket programming prepared by the ftp protocol server-side.
- 2022-04-18 05:09:54下载
- 积分:1
-
NSST_toolbox
说明: 图像融合 nsst工具 图像融合图像融合图像融合图像融合(image fusion nsst tool)
- 2019-11-20 13:36:09下载
- 积分:1
-
lunwen
扩频通信中pn序列码的仿真与研究,m序列,M序列,gold序列(Pn sequence spread spectrum communication and research simulation codes, m series, M series, gold sequence)
- 2011-05-16 14:41:00下载
- 积分:1
-
BounceBallDemo
新手可以学习的桌面小球,用c语言,在vc下可以运行(Novices can learn desktop pellets, using c language, can run in vc)
- 2014-04-13 23:12:11下载
- 积分:1
-
基于Qt的计算器
说明: 1.支持常规四则表达式求值
2.支持热键唤醒
3.保持置顶
4.支持显示输入的历史记录,并拷贝复制(1. Support the evaluation of four regular expressions
2. Support hotkey wake-up
3. Keep top
4. Support the display of input history and copy)
- 2020-04-22 16:31:35下载
- 积分:1
-
- 2022-01-27 20:25:34下载
- 积分: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