-
Do not use WinRAR, in the process of extracting RAR files free development envir...
不使用WinRAR,在程序中自由解压缩RAR文档
开发环境:VisualBasic-Do not use WinRAR, in the process of extracting RAR files free development environment: VisualBasic
- 2022-03-09 16:17:29下载
- 积分:1
-
VB调用Jpg和Bmp格式相互转换API函数的示例
VB调用Jpg和Bmp格式相互转换API函数的示例-VB call Jpg and Bmp format conversion API Function Examples
- 2022-02-01 04:39:43下载
- 积分:1
-
themselves prepared a LZW compression algorithm used to compress the document pr...
自己编写的一个采用LZW压缩算法对文件进行压缩的程序;-themselves prepared a LZW compression algorithm used to compress the document procedures;
- 2022-01-22 17:24:35下载
- 积分:1
-
计算机图形学,用VC实现的画直线方法,采用独立类做的。
计算机图形学,用VC实现的画直线方法,采用独立类做的。-computer draw
- 2022-01-31 08:39:02下载
- 积分:1
-
zlib OCX控件源码
zlib OCX控件源码 -The source of zlib ocx control
- 2022-02-07 10:12:31下载
- 积分:1
-
zip算法的源码
zip算法的源码-zip algorithm source code
- 2022-04-24 10:01:40下载
- 积分:1
-
功能强大的数值求解子程序库,包括各种常用的方法。
功能强大的数值求解子程序库,包括各种常用的方法。-The numerical solution of a powerful subroutine library, including various commonly used methods.
- 2022-03-31 12:27:24下载
- 积分:1
-
JPEG压缩编码(基本系统)简单示例
JPEG压缩编码(基本系统)简单示例-JPEG compression coding (basic system) simple example-JPEG compression (basic system) easy sample-JPEG compression coding (basic system) simple example
- 2022-09-01 20:10:03下载
- 积分:1
-
使用LZ压缩算法的完整应用
使用LZ压缩算法的完整应用-LZ compression algorithm using the complete application
- 2022-11-29 07:55:04下载
- 积分: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