搜索资源列表
AutoExamPaper
- 面向教育考试的选择题自动组卷系统。实现完全随机从数据库中随机抽取指定数量的题目、按照分类限定从数据库中随机抽取题目、题库管理、题库导入、导出(Excel)-Education-oriented multiple-choice exam Automatic Test Paper System. Be completely random random from the database a specified number of topics, according to categories def
chouqian
- 篮球赛抽签系统,先输入球队数,由随机函数在1-N抽取一个数,作为初始密码,出列第一支球队,然后根据各队输入本队密码,利用joseph环,使每次出列的球队密码作为新的密码,直到所有球队出列,即可确定分组顺序-Basketball lottery system, first enter the team number by the random function in the 1-N taken a number, as the initial password, the first teams o
02
- 把从C语言库中随机给的15个数每5个一行输出,并把每3个数相加的和再进行输出.-Random from the C language library to 15 the number 5 line of output, and the sum of every three number and then output.
xjs
- VFP中的随机数生成有问题,此程序解决生成1~n的随机自然数。 -VFP random number generation problem, this procedure to solve the stochastic nature of 1~n number.
Lucky
- 该随机抽奖程序抽出的中奖号码为5位(0~9)阿拉伯数字。在程序执行时的初始界面中按下“开始”按钮后,5个文本框中随机滚动0~9共十个阿拉伯数字,按下键盘中的空格键产生第一位幸运数字,后4个文本框中仍然随机滚动数字,再按下键盘中的空格键就可以产生第二位幸运数字,后3个文本框仍然随机滚动数字,依次操作下去……,直到产生最后一个幸运数字,并在屏幕中醒目显示该组幸运数字。 -The random draw process winning numbers drawn for the five (0-9
SQL语言基础1(1)
- --1.编写程序计算1+2+...+100的和 --2.编写计算n!(n=20)的SQL语句,并显示计算结果 --3.使用系统函数: --a.将身份证号的生日日期提取出来,例如19900913 --b.将你的手机号码中间第4至7位号码隐藏为****,138****9008. --c.获取1-10之间的随机整数 --d.从你的身份证号获取年龄 --4.尝试求解所有的水仙花数。水仙花数是三位数,它的各位数的立方和等于这三位数本身。(--1. writes programs to com