-
written in C# calculator program
用C#写的计算器程序-written in C# calculator program
- 2022-06-27 14:16:51下载
- 积分:1
-
实现JPEG压缩,并用RLE编码传递并解压的过程
实现JPEG压缩,并用RLE编码传递并解压的过程-achieve JPEG compression, encoding and transmission with VB and extracting process
- 2022-08-23 05:01:00下载
- 积分:1
-
针对图形的Vector Quantization压缩算法
针对图形的Vector Quantization压缩算法 -Vector Quantization Compression Algorithm for picture
- 2022-05-25 23:55:48下载
- 积分:1
-
dvd mpeg解压程序大公布。
dvd mpeg解压程序大公布。-dvd disc decompression procedures big announcement.
- 2022-01-25 19:19:29下载
- 积分:1
-
自动生成一个LL(1)文法。对输入文法,由程序自动生成它的LL(1)分析表;对于给定的输入串,应能判断识别该串是否为给定文法的句型...
自动生成一个LL(1)文法。对输入文法,由程序自动生成它的LL(1)分析表;对于给定的输入串,应能判断识别该串是否为给定文法的句型-LL (1) grammar. On the importation of grammar, automatically generated from the LL (1) Analysis Table; For a given input string, Recognition should be able to judge whether the series for a given grammar Sentence
- 2023-02-25 14:50:03下载
- 积分:1
-
zlib OCX控件源码
zlib OCX控件源码 -The source of zlib ocx control
- 2022-02-07 10:12:31下载
- 积分:1
-
Use matlab developed jpeg tool, which did not use the letter to the matlab that...
使用matlab开发的jpeg工具,其中没有使用matlab中包含的字母进行预测,量化都是自己写的,为lena做压缩,但最后没有做熵的过程
- 2022-03-17 12:23:59下载
- 积分:1
-
Management of laboratory equipment loan program can be achieved, restitution, an...
管理实验室仪器的程序
可以实现借出,归还,等操作-Management of laboratory equipment loan program can be achieved, restitution, and other operations
- 2023-02-10 13:15:03下载
- 积分:1
-
具有成绩查询功能
适合初学者
表单 连编等功能
做的比较粗糙
刚学半年...
具有成绩查询功能
适合初学者
表单 连编等功能
做的比较粗糙
刚学半年-Inquiry function with the performance forms suitable for beginners and other functions do not even prepared a rough six months just learning
- 2023-07-07 01:55:03下载
- 积分: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