资源列表
[其他小程序] Getting_Started_with_CMVC_5.0
说明:CMVC是IBM和其它著名IT企业使用的缺陷管理工具。这里给出了IBM在CMVC培训中使用的培训材料,用Lotus工具阅读。-CMVC is IBM and other well-known shortcomings of the use of IT enterprise management tools. Here is given in IBM<leon_gui> 在 2025-06-06 上传 | 大小:457kb | 下载:0
[其他小程序] JES_Command_Overview
说明:S390是IBM著名的大型机系列,包括银行、保险、金融等关系国计民生的核心应用都运行在IBM的大型机上面。这里对大型机的作业控制系统JES(Job Entry Subsystem)的命令进行了具体介绍,对于理解大型机的作业系统非常有帮助。-S390 is a well-known IBM mainfr a me series, including banking, insurance, financial and other people<leon_gui> 在 2025-06-06 上传 | 大小:228kb | 下载:0
[其他小程序] _Wiley_Synthesis_of_Arithmetic_Circuits_-_FPGA_ASI
说明:_Wiley_Synthesis_of_Arithmetic_Circuits_-_FPGA_ASIC_and_Embedded_Systems_(2006)_-_DDU一些硬體設計教學文件-_Wiley_Synthesis_of_Arithmetic_Circuits_-_FPGA_ASIC_and_Embedded_Systems_ (2006) _-_DDU some hardware design of teaching documents<劉小勇> 在 2025-06-06 上传 | 大小:2.56mb | 下载:0
[其他小程序] rectangle
说明:1.设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角 //与右上角两个点的坐标,能计算矩形的面积。 -1. Design and testing of a rectangular Rectangle class, its properties for the lower-left corner of rectangle// and the upper right corner of the coordinates of two points to calculate t<于洁> 在 2025-06-06 上传 | 大小:6kb | 下载:0
[其他小程序] 05605-19-
说明:构造哈夫曼树 哈弗曼树中没有度为一的节点,是标准的二叉树,所以有n个叶子结点时,需要一个长度为2n-1的一维数组存储哈弗曼树的结点。 (1)、n个叶子节点只有weight权值,处理非叶子节点,从ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的两个节点ht[s1]和ht[s2],这就是Select(int n,int &s1,int & s2,HTNode *ht)函数完成的功能。 (2)、调用select函数,并将ht[s1]和ht[s2]作为ht[l]的<于洁> 在 2025-06-06 上传 | 大小:11kb | 下载:0