资源列表
SimpleCalc
- This is a very simple calculator with functions like Addition, Subtraction, Multiplication, division, percentage and even Power.The code is extremelysimple and very easy to understand.
verifyimage
- python代码,使用PIL库生成验证码,用于登录功能-code for login
bbb
- 计算每月利息与还款额(输入贷款额,利率,还款期限)-calculate the interest of your debt
Unit-reset-CF1501-2001
- Unit reset file for Minolta CF1501
palindrome
- 改程序的主要功能是他可以计算出一大串字符中的回文是什么,并且去掉标点-palindrome,a word or phrase that reads the same backward as forward
sudoku
- 一个数独的判断小程序,输入9*9的数独 可以判定该数独是否正确-A separate judgment program, enter 9* 9 Sudoku Can determine the number of independent correct
10.10
- 作业10.10,建立班级成绩单。包括学号,姓名,三门功课成绩。-Jobs 10.10, to establish classes transcr ipts. Including the school, name three homework scores.
mcml-bi-Dff
- Hspice 触发器模拟,用于功耗和延迟时间的计算,应该是不错的东东。-hspice simulation of flip-flops
Allan
- 自己试验写的ALLAN方差程序,很好用,拿出来分享-ALLAN write their own test variance procedure is useful to share out
BinaryTree
- 本程序用VC编写,实现建立一棵二叉树的功能,并对其进行遍历(先序、中序、后序),并且打印输出遍历结果。 1.输入的形式和输入值的范围: 输入二叉树的先序,当其结点为空时,需要输入#。(输入的先序仅含字母和#) 2.输出的形式:输出二叉树的先序、中序、后序。 3.程序所能达到的功能:实现建立一棵二叉树的功能,并对其进行遍历(先序、中序、后序),并且打印输出遍历结果。-This procedure compiles with VC, achieve the establishment
001Lonely-Senter
- 对于每一组输入数据,其第一行为三个整数 N、S 和 Q。其中 N(2<=N<=100) 表示环中站的个数。S(1<=S<=100) 表示货车的最大容量,即货车同时可以装载多少箱货物。而 Q(1<=Q<=100) 表示 B 平台所能放置的货物的总数,假定该系统中所有货运站 B 平台的最大容量都相同。 从第二行往后一共有 N 行,每行一的第一个数字代表该站 B 平台上货物的总数,之后的每个数字代表每箱货物运送到哪个站。 对于每组输入,你需要在独立的一行中输
ellipse
- This function used for calculate ellipse point to draw.