资源列表
[其他小程序] 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-26 上传 | 大小: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-26 上传 | 大小: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-26 上传 | 大小: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-26 上传 | 大小:11kb | 下载:0
[其他小程序] calculator
说明:用MFC写的计算器源代码,可以计算三角函数,但其他功能还不是很完善-Calculator written using MFC source code, can calculate the trigonometric functions, but other functions is not very perfect<阳世林> 在 2025-06-26 上传 | 大小:3.49mb | 下载:0
[其他小程序] NEWSOUND
说明:程序功能:根据所填写的随机字节个数,声波A、B的频率,声波A的幅度,声波B的幅度,N个A波形代表高位,N个B波形代表低位,产生随机字节,并将产生的多个随机字节按先后顺序拼接起来,根据拼接的随机字节产生声音文件,存放在C盘根目录下。同时记录下所产生的随机字节存放在程序同一目录下-Program features: According to the fill in the number of random bytes, sound waves A, B the frequency of sound<冯增彦> 在 2025-06-26 上传 | 大小:2.15mb | 下载:0