资源列表
[文档资料] Prim
说明:最小生成树是数据结构中图的一种重要应用,它的要求是从一个带权无向完全图中选择n-1条边并使这个图仍然连通...为了得到最小生成树,人们设计了很多算法,最著名的有prim算法和kruskal算法。-Minimum spanning tree data structure is an important application of graph, and its request is from a weighted undirected complete graph to select n-1 ed<0000> 在 2025-06-06 上传 | 大小:1kb | 下载:0
[编程文档] communication-PL3105
说明:载波芯片PL3105的通讯规约,适合载波电表的通讯-PL3105 chip carrier communications Statute for meter communications carrier<super10> 在 2025-06-06 上传 | 大小:62kb | 下载:0
[文件格式] shujujiegou
说明:对数据元素间逻辑关系的描述称为数据的逻辑结构 数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在...数据结构分别为逻辑结构、存储结构(物理结构)和数据的运算。-Data elements of the logical relationship between the descr iption of the logical structure known as the data must be in computer data storage, data storage stru<0000> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[文件格式] hfm
说明:在一般的数据结构的书中,树的那章后面,著者一般都会介绍一下哈夫曼(HUFFMAN)树和哈夫曼编码。哈夫曼编码是哈夫曼树的一个应用。-In the general data structure of the book, that chapter behind trees, authors usually explain Huffman (HUFFMAN) and Huffman coding tree. Huffman coding is Huffman tree of an applicatio<0000> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[文件格式] Java_jisuanqi_ls
说明:Java 开发实例:利用java做一个简单的计算器 两个类。还只是完成+、-、×、÷运算而已-Java development examples: Using java to do a simple two-type calculator. 2B !,-,×,÷ also just completed more than computing<0000> 在 2025-06-06 上传 | 大小:22kb | 下载:0
[技术管理] pl3105v1.1
说明:福星晓程公司的PL3105载波芯片的技术手册,用于载波电表的研发-Cheng Xiao Fuxing carrier PL3105 chip company s technical manuals for the carrier-meter R<super10> 在 2025-06-06 上传 | 大小:1.58mb | 下载:0
[文件格式] 0-1beibao
说明:01背包问题题目 有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。求解将哪些物品装入背包...但它却是另一个重要的背包问题P02最简捷的解决方案,故学习只用一维数组解01背包问题是十分必要的。-01 knapsack problem subject N items and a capacity of V backpack. The first i items cost c [i], the value of w [i]. Solution which items wi<0000> 在 2025-06-06 上传 | 大小:233kb | 下载:0
[编程文档] C51yhchinses
说明:c编程高级技巧,软件高手必读 c51优化PDF中文-Senior c programming skills, software optimization C51 master reading PDF Chinese<520> 在 2025-06-06 上传 | 大小:930kb | 下载:0
[文档资料] 1
说明:计算机只能直接执行用机器语言编写的程序,但是机器语言对计算机依赖性强、直观性差、编写程序工作量大、程序结构也欠清晰。因此人们多数都是用接近自然语言的高级程序设计语言来编写程序,但计算机不能直接接受和执行用高级语言编写的这些程序,需要通过一个翻译程序将它翻译成等价的机器语言程序才能执行。 -Computer can only directly execute machine language program, but the machine language of computer-depen<黎兴> 在 2025-06-06 上传 | 大小:1.19mb | 下载:0