搜索资源列表
MultiplicationOfLargeNumbers
- 用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of the array storage of large numb
Age1725B
- 上位机控制程序,原本用于老化嵌入式系统(代号1725),通过上位机下发指令,并显示嵌入式系统的DI、DO等状态。 包括1、通过以太网和嵌入式系统相连接;2、上位机的控制界面;3、其他相关逻辑功能。 -PC control program, originally used for aging embedded systems (code 1725), issued instructions through the PC and display of embedded systems D
perpetual-calendar
- 1.实现万年历功能,方便查询日期。 2.可以查看一年日期,指定月份。 3.并与一周相对应。-1. Achieve perpetual calendar function to facilitate the inquiry date. 2 year can view the date specified month. 3 corresponds with one week.