-
打包软件的源代码,是源码工厂上的一个很有名的项目。
打包软件的源代码,是源码工厂上的一个很有名的项目。-Packaged software source code, is a plant-source projects famous.
- 2022-03-14 07:00:59下载
- 积分:1
-
string categories, comparable to Microsoft source code
字符串类,可媲美微软源码-string categories, comparable to Microsoft source code
- 2023-02-08 18:25:04下载
- 积分:1
-
本代码实现了自动对VC工程中的非必须文件进行清理。
本代码实现了自动对VC工程中的非必须文件进行清理。-the code to achieve the automatic right VC project of the non-paper to be cleared.
- 2022-03-23 22:15:55下载
- 积分:1
-
Way to use the dialog box used the process of switching. Process, the user can a...
用对话框的方式进行常用进程的开关。进程路径用户可自行添加删除,添加的路径用ini文件存储在硬盘上,以便用户下次启动程序时调用。-Way to use the dialog box used the process of switching. Process, the user can add the path to delete, add the path with the ini files are stored on your hard disk so that users can call next time you start the program.
- 2023-04-23 00:05:04下载
- 积分:1
-
一个游戏编程的实例
一个游戏编程的实例-a game programming examples
- 2022-01-29 03:59:16下载
- 积分:1
-
Some wireless LAN vendors refuse to release hardware specifications or drivers f...
Some wireless LAN vendors refuse to release hardware specifications or drivers for their products for operating systems other than Microsoft Windows. The ndiswrapper project makes it possible to use such hardware with Linux by means of a loadable kernel module that "wraps around" NDIS (Windows network driver API) drivers.
- 2022-02-24 09:30:21下载
- 积分:1
-
.x+vb,very good,i think so,don t u think so,i wish think so,hard to find.
.x+vb,very good,i think so,don t u think so,i wish think so,hard to find.
- 2022-01-21 03:23:28下载
- 积分:1
-
同时的数据压缩和加密
同时进行数据压缩,加密和解密
摘要
网络通信的安全性可以说是世界上最重要的问题,今天给定的有价值的信息,在不同的网络里传递的大量。而较大的文件,需要对网络安全发送,它必须被加密。在规模较大的文件进行加密时,仍然会增加的大小。因此,通常其压缩并通过网络发送。数据压缩是著名的降低了存储和通信费用。它涉及到一个给定格式的转换数据,称为源信息,以更小的尺寸的格式的数据,被称为码字。数据加密称为保护信息不被窃听。它把一个给定的格式,称为明文,为另一种格式,称为密文的数据,用加密密钥。现有的与当前的压缩和加密方法的主要问题是
1.低速。
2.更多的处理时间。
3.更多的成本。
为了减轻这个问题,我们的方法结合了两种方法(压缩和加密)成一个过程。在新的方法加密和压缩的同时被完成。它需要较少的处理时间和更快的速度。
为压缩哈夫曼压缩算法。加伪随机洗牌成压缩的数据。在树中的节点洗牌。混洗是为了得到不同的霍夫曼表。加密后,我们将得到一个洗牌Huffman表
- 2023-08-21 16:55:03下载
- 积分:1
-
飞行棋MFC编程
用MFC编写的飞行棋游戏,包括游戏界面、核心算法、走棋动画的实现。-Prepared using MFC flight chess games, including the game interface, the core algorithm, take the chess animation implementation.
- 2022-02-13 22:50:01下载
- 积分:1
-
简单音乐播放器
利用是VS2010 本款播放器实现一些简单的功能,文件播放,暂停,下一首,下一首,音量,媒体播放进度,文件错误删除,删除重复文件,, 实现了播放列表显示模式,播放列表小图标的更改等! 没有实现歌词,皮肤... 如果是初学axwindowsmediaplay, 请阅读mediaplay里面的文件,或者从网上找axwindowsmediaplay的使用说明。本款播放没有用到 泛型,也没有利用到数组。而是把歌曲增加到media媒体播放列表中。这样可以直接用 controls.next()等命令各有各自的优点。 代码如下: WMPLib.IWMPMedia media = axWindowsMediaPlayer1.newMedia(filePath); axWindowsMediaPlayer1.currentPlaylist.appendItem(media);
- 2022-02-03 06:32:24下载
- 积分:1