-
good website
- 2022-04-24 00:17:52下载
- 积分:1
-
一个比较实用的音乐播放器,源代码供大家分享
一个比较实用的音乐播放器,源代码供大家分享-A more practical music player, the source code for everyone to share
- 2023-08-05 04:35:03下载
- 积分:1
-
Matlab矢量量化图像压缩程序
矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于
训练序列的Vector Q...
Matlab矢量量化图像压缩程序
矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于
训练序列的Vector Quantization (VQ)算法。-Matlab vector quantization image compression procedures for vector quantization VQ, is a common compression technology. Linde, Buzo, and Gray proposed based on training sequence of Vector Quantization (VQ) algorithm.
- 2022-07-10 18:52:09下载
- 积分:1
-
进程指挥官
进程指挥官--进程控制源代码.process manager!-The process of commanders- the process of controlling the source code. Process manager!
- 2022-07-24 17:11:14下载
- 积分:1
-
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI...
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI工程就是具体的界面层了,他只负责显示具体的数据,不负责软件的工作流程。
File, FileProtocol这两个工程都是DLL,注意看一下FileProtocol的工程依赖及附加包含目录。还要再看一下UI工程的工程依赖及附加包含目录。在这里,三个工程,项目解决方案是在同级目录下,通过一个解决方案去包含三个工程。这样做的好处在于,工程可以重用。比如说File工程,他负责最底层的文件操作,以后我们的其它软件项目还会用到它的,因此,以后的项目,在解决方案里直接添加File工程便可以用了。 -According to my understanding, this is referred to a three-tier architecture.
File project is responsible for the bottom of the file operations
FileProtocol charge of the project specific processes and agreement to the relevant data back to the interface layer
UI project is a specific interface layer, and he is only responsible for display of specific data, is not responsible for the software workflow.
File, FileProtocol these two projects are DLL, note that the works look FileProtocol dependence and additional include directories. Would also like to look at what the engineering rely on UI and additional include directories. Here, the three projects, t
- 2022-03-16 06:02:29下载
- 积分:1
-
school system design guides, great Wadibia vc design is absolutely beautiful ple...
学校导游系统设计,很棒的阿阿 绝对是vc设计很漂亮的 请站长查收拉!-school system design guides, great Wadibia vc design is absolutely beautiful please please find head of Rafah!
- 2022-08-25 21:17:22下载
- 积分:1
-
ZOOMIN win32
zoom-in是基于visualc++的windows32应用程序。用于缩放打开的窗口,
- 2022-05-19 01:34:11下载
- 积分:1
-
包括最基本的画线功能,有好几种方法可以使用。
包括最基本的画线功能,有好几种方法可以使用。-Including the most basic function of drawing a line, there are several methods you can use.
- 2022-02-13 14:22:01下载
- 积分:1
-
获得指定IP地址或者主机名节点的MAC地址(console程序)
获得指定IP地址或者主机名节点的MAC地址(console程序)-was designated IP address or host name of the node MAC address (console procedure)
- 2022-02-01 14:18:10下载
- 积分:1
-
同时的数据压缩和加密
同时进行数据压缩,加密和解密
摘要
网络通信的安全性可以说是世界上最重要的问题,今天给定的有价值的信息,在不同的网络里传递的大量。而较大的文件,需要对网络安全发送,它必须被加密。在规模较大的文件进行加密时,仍然会增加的大小。因此,通常其压缩并通过网络发送。数据压缩是著名的降低了存储和通信费用。它涉及到一个给定格式的转换数据,称为源信息,以更小的尺寸的格式的数据,被称为码字。数据加密称为保护信息不被窃听。它把一个给定的格式,称为明文,为另一种格式,称为密文的数据,用加密密钥。现有的与当前的压缩和加密方法的主要问题是
1.低速。
2.更多的处理时间。
3.更多的成本。
为了减轻这个问题,我们的方法结合了两种方法(压缩和加密)成一个过程。在新的方法加密和压缩的同时被完成。它需要较少的处理时间和更快的速度。
为压缩哈夫曼压缩算法。加伪随机洗牌成压缩的数据。在树中的节点洗牌。混洗是为了得到不同的霍夫曼表。加密后,我们将得到一个洗牌Huffman表
- 2023-08-21 16:55:03下载
- 积分:1