搜索资源列表
Calc
- 输入含数字的式子(可以用多层括号嵌套),本程序给出结果。-import figures with the formula (Multi-brackets can be nested), this procedure gives results.
java排序
- javaAPI程序,实现了的数字串的排序,对于用户的非法输入进行了处理-javaAPI procedures, the realization of a string of figures, in order for the user of illegal importation of processing
键盘操作
- 常用接口电路及其编程 1. LED数码显示器的连接与编程 在单片机系统中,通常用LED数码显示器来显示各种数字或符号。由于它具有显示清晰、亮度高、使用电压低、寿命长的特点,因此使用非常广泛。 1. 八段LED显示器 引入:还记得我们小时候玩的“火柴棒游戏”吗,几根火柴棒组合起来,可以拼成各种各样的图形,LED显示器实际上也是这么一个东西。 -common programming interface and a circuit. LED digital display co
Guess_number
- 对简单计算的控制 请想一个介于0到100的数字,我来猜 \"我猜是 \" + average + \" 对吗? -1=比它小 0=正确 1=比它大\" \"猜中了,这个数字是\"+gNumber.guessNumber(0,100)-simple calculation of the control to a request from 0 to 100 figures, I guess to, "I guess it is" average &q
FullArray
- 全排列实现算法,性能非常好,能做出15个数字以内的全排列。-algorithm with the whole performance is very good, would make 15 figures within the entire order.
wodechengxu
- 本程序实现的是一个对于一个给定的数字集合,再给一个数字限制,求得这个集合的所有子集合,使子集合的各个元素之和为给定的数字限制,如果没有这样的子集合,则输入为空! 程序本身运用的是回朔算法,但是值得注意的是,我用的是非递归的形式实现的,所以就显现出了一定的难度. -this program is one for a given set of figures, to give a figure restrictions this assembly obtained all the
dreamingfangzhen
- 该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果 清除,重新显示下次运行结果。本程序在dos中或windows98中运行。-the program figures show a phalanx, procedures of the screen can be the result of the last operation to remove and re-run the results show the next. This procedure dos or runnin
1136
- 给出数n和m(m<9)个数字,求只含有m个数字的n的最小倍数.-is n and m (MLT; 9) figures, seeking contains only 000 m n digit multiples of the minimum.
奇数阶幻方
- 幻方即1至n*n自然数排成的每行、每列、每条对角线数字之和均相等的方阵。这是一个流行的解法。 含源文件及说明-that is a magic square to n * n natural numbers line up every trip, every out, and each diagonal figures and have the same matrix. This is a popular method. Sources with papers and notes
zgfz
- 征管辅助,可以打印税收通用完税证等一些常用的税收票据,代码简单,其中包含了小写数字转换成金融大写数字的程序。-collection and management support, can print tax general tax certificate and some other popular tax bills, code simple. it covers a lowercase converted into financial capital figures procedures.
number-recongnition
- 关于手写数字的识别问题,利用多种模式识别方法,例如神经网络方法,贝叶斯方法等-handwritten figures on the identification of problems and a variety of pattern recognition methods, such as neural networks, Bayesian methods
usps
- usps手写字库,用于手写数字模式识别的训练-usps handwritten font, handwritten figures for pattern recognition training
hzsj
- 这是一款用flash做的旋转数字,很有意思,运行后数字能够围绕球体旋转,希望大家能够喜欢!-This is done using flash rotating figures, it is interesting that after the figures running around the ball rotation, hope that we can like!
BatternCreateFolder
- 批量进行文件夹创建,文件夹的起始部分相同,其余部分用数字-batch file folder creation, file clips of the initial part of the same, with the rest of the figures
Javascriptfunction
- Javascr ipt函数 判断数字的合法性.doc-Javascr ipt function to judge the legality of figures. Doc
jueduisushu
- 一个自然数是素数,且它的数字位置经过任意对换后仍为素数,刚称为绝对素数,例如:13。试找出所有二位绝对素数。-a natural number is a prime number, and its position after arbitrary figures for the number of after-still, just as absolute prime, For example : 13. Tried to find out all the two absolute prime.
dzasm
- 屏幕上方的字母随机出现 第一个方框内的数字表示操作者打字正确的个数(可表示0-999) 第二个方框内的数字表示在某个等级里所出现字母的个数(可表示0-999) 第三个方框内的数字表示在所有等级里所出现字母的总个数(可表示0-999) 按空格键选择打字等级, 即字母下落的速度快慢,分六个等级,其中第一级最快,第六级最慢 按回车键确定进入游戏 按ESC键可随时退出,否则,将继续进行 按BACK键后退一格重新选择等级-screen above the
tongji-pascal
- Tongji——pascal PASCAL写的, PASCAL资源较少 这个是统计用户输入的数字的程序。。。 -Tongji -- PASCAL pascal wrote, PASCAL fewer resources to the statistical figures of user input procedures. . .
guofuskksjhithhgnuoi
- 数字时控器 题目要求: 1、 在定时范围1分钟内,用开关设置两个任意时刻t1和t2,到t1时能够自动启动某一过程,t2时停止该过程. 2、 定时精度1s 3、 时间由数码管显示. 4、要求计数器具有异步清零功能,计数控制功能 -figures controller topics : 1, the scope of a regular minutes, Switching set two arbitrary time t1 and t2, t1 can be automa
E12_0230
- 约瑟夫环 1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数的数字.当走到结尾时,再下个结点便循环回去,依此类推. 2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。,即总结点数,和密码. 3. 程序执行的命令包括:1)创建链表 2)寻找结点 3)删除结点 4. 测试数据测试数据:m初始值20,n=7,7个人密码依次为:3,1,7,2,4,8,4。首先
