-
house compute
计算不同年(年限可以自己调整)等额本息还款方式下的每月还款本金与利息(Calculate the monthly repayment principal and interest under the equal principal and interest repayment method for 30 years (years can be adjusted by oneself)
- 2020-06-20 12:20:02下载
- 积分:1
-
axublog1.0.8install
axublog是一款PHP个人博客系统,努力成为最优秀国产博客建站系统
开发和测试环境
本地测试环境1,WINXP+PHPNOW
Apache/2.0.63
PHP版本:5.2.14
MYSQL版本:5.0.90
本地测试环境2,WINXP+PHPSTUDY
测试结果:
php-5.2.17+apache axublog正常运行
php-5.3.29-nts+apache axublog正常运行
php-5.4.45+apache axublog无法运行出错
php-5.4.45-nts+apache axublog正常运行
php-5.5.38+apache 电脑系统太老未能做测试
php-5.6.27-nts+apache 电脑系统太老未能做测试
php-7.0.12-nts+apache 电脑系统太老未能做测试(WINXP+PHPNOW
WINXP+PHPSTUDY
php-5.2.17+apache axublog
php-5.3.29-nts+apache axublog
php-5.4.45-nts+apache axublog)
- 2020-10-28 16:09:58下载
- 积分:1
-
调试导论
说明: 调试,是让所有OI选手头疼的一件事情。这套资料深入浅出,详细充实,提供了大量切实可行的编程技巧,是全网最好的OI调试指导资料之一。现公开分享,以宴飨各位OI选手。(Debugging is a headache for all OI players. This set of data is simple, detailed, and provides a large number of practical programming skills. It is one of the best OI debugging guidance materials in the whole network. Now share it publicly to feast all OI players.)
- 2020-06-17 06:40:01下载
- 积分:1
-
CS-SVM
布谷鸟全局搜索算法,包含中文注释,其中来为飞行部分来自X. S. Yang, Nature-Inspired Metaheuristic Algorithms, 2nd Edition, Luniver Press, (2010)。(Cuckoo global search algorithm)
- 2020-10-12 23:07:31下载
- 积分:1
-
hulf
设计一个哈夫曼编码器
要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。
① 组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。
② 输入数据序列的长度为256。
③ 先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Designing a Huffman Encoder
Huffman coding is required for a data sequence to minimize the average code length and output the coded and coded data sequence of each element.
(1) The elements that make up the sequence are the 10 digits [0-9], and each digit is represented by its corresponding 4-bit binary number. For example, 5 corresponds to 0101, 9 corresponds to 1001.
(2) The length of the input data sequence is 256.
(3) First output the encoding of each element, and then output the Huffman encoding sequence corresponding to the data sequence.)
- 2019-06-19 21:49:58下载
- 积分:1
-
《HTML5 Canvas游戏开发实战》.(张路斌)
HTML5 Canvas游戏开发实战 pdf 书籍(HTML5 Canvas game development real battle HTML5 pdf books)
- 2017-12-25 19:06:09下载
- 积分:1
-
perotel99电子电路CAD,其中的一个小电路图
perotel99电子电路CAD,其中的一个小电路图-perotel99 electronic circuit CAD, a small circuit
- 2022-04-24 03:33:15下载
- 积分:1
-
PFC5.0-2D设置模型属性
说明: pfc离散元 适合初学者学习的代码--指定属性(Pfc Discrete Element Code for Beginners to Learn--Specified Attributes)
- 2020-06-23 03:20:02下载
- 积分:1
-
2
Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
CRC16
单片机 C语言,汇编语言CRC16,MODBUS校验(MCU C Language, Assembly Language CRC16, MODBUS Verification)
- 2019-03-01 10:04:58下载
- 积分:1