资源列表
POJ3273
- POJ3273 Monthly Expense题解 题目分析: 给出N个数,要求你合并连续的数,使其合并在满足不差过M个合并后的集合的时候,不超过M个集合的和的最大值最小。-Farmer John is an astounding accounting wizard and has realized he might run out of money to run the farm. He has already calculated and recorded the exact amo
addTwoNumbers
- Leetcode练习,将两个非负整数相加,整数一字符串的形式保存,逆向存储。要求得到的结果也是字符串。-You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a li
Large-integer-multiplication
- 大整数的计算方法实现,供c/c++初学者学习使用- Large integer calculation method of implementation for c/c++ beginners learning to use
Josephus
- 任给正整数n、k,按下述方法可得排列1,2,……,n的一个置换:将数字1,2,……,n环形排列(如图2-36所示),按顺时针方向从1开始计数,计满k时输出该位置上的数字(并从环中删去该数字),然后从下一个数字开始继续计数,直到环中所有数字均被输出为止。试编写一算法,对输入的任意正整数n、k,输出相应的置换数字序列。-Given any positive integer n, k, can be obtained as described below arrangement 1,2, ......
binary
- 设计算法把一个十进制整数转换为二进制数, 注意该十进制数可以是负数。-Design algorithm to convert a decimal integer binary number, note that the decimal number can be negative.
Chp2-Lineer
- 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确
Least-Slack-Time-Code
- Least Slack Time Code Java code
Electric-Vote-System
- C语言编写的电子投票平台 运行通过,可做课程设计-C language through electronic voting platforms, do curriculum design
Family-financial-managment-System
- C语言编写的家庭财务管理系统 运行通过,可做课程设计-C language family financial management system run by, do curriculum design
Products-managment-System
- C语言编写的商品管理系统 运行通过,可做课程设计-C language merchandise management system run by, do curriculum design
Student-grade-managment-System
- C语言编写的学生成绩管理系统 运行通过,可做课程设计-C language student achievement management system to run through, do curriculum design
Payership-management-system
- C语言编写的工资管理系统 运行通过,可做课程设计-C language wage management system is running through, do curriculum design
