-
all the source code has been used successfully Borland C compiler. Each director...
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
- 2023-04-30 01:15:04下载
- 积分:1
-
计算机日期时间显示 , 将其变成彩虹图,颜色随时间变化
计算机日期时间显示 , 将其变成彩虹图,颜色随时间变化-show date and time in your computer
- 2022-03-06 16:14:19下载
- 积分:1
-
winzip codecs for use VC design, function very basic. For beginners reference.
winzip压缩解压器,利用VC++设计的,功能很基本。适合初学者参考。-winzip codecs for use VC design, function very basic. For beginners reference.
- 2022-02-13 12:38:12下载
- 积分:1
-
实现LZARI压缩算法的C++类源码,VC++语言开发,可直接移植使用。...
实现LZARI压缩算法的C++类源码,VC++语言开发,可直接移植使用。-Realize LZARI compression algorithm C++ Type of source, VC++ Language development, can be directly transplanted to use.
- 2022-02-04 18:48:21下载
- 积分:1
-
bwt压缩方式的源码
bwt压缩方式的源码-BWT compression of the source
- 2022-03-22 15:34:46下载
- 积分:1
-
此文件可以能帮你求体积,面积和圆球的体积。用于初学VC的有帮助...
此文件可以能帮你求体积,面积和圆球的体积。用于初学VC的有帮助-This document can help you order the size, area and volume of sphere. For beginner with VC help
- 2022-06-15 12:12:02下载
- 积分:1
-
zlib zlib h头文件。
zlib header file zlib.h
- 2022-01-26 07:42:07下载
- 积分:1
-
huffman编码,请多多指教^_^~多多指教多多指教
huffman编码,请多多指教^_^~多多指教多多指教-huffman coding, please advice ^ _ ^ ~ exhibitions exhibitions
- 2022-03-26 10:11:36下载
- 积分:1
-
Map coloring to each city on the map as a point of abstraction, and to every cit...
地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。
算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。
-Map coloring to each city on the map as a point of abstraction, and to every city number, adjacent lines to connect between cities. Accordingly to make adjacency matrix, if the section i and section j cities adjacent cities, the metro [i] [j] = 1, otherwise the metro [i] [j] = 0. Algorithm: In accordance with the code sequence from small to large checks every city, every city on 1-4 from the use of four kinds of color shading, color can be used if the current (ie not with the same colors as the neighboring cities), then coloring Otherwise, the next test colors.
- 2022-02-12 12:09:41下载
- 积分:1
-
几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)
几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)-Several algorithm procedure about compression (improvements including lzw,lz77,compress,huffeman)
- 2022-03-22 03:18:54下载
- 积分:1