搜索资源列表
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
luowenfeng
- 建立试题库文件,随机产生n个题目; 题目涉及加减乘除,带括弧的混合运算; 利用栈求解表达式的值; 随时可以退出; 保留历史分数,能回顾历史,给出与历史分数比较后的评价- The establishment of test database file, the subject of n randomly generated topics related to addition, subtraction, mixed operations with parentheses
Little_Student.rar
- 某小学给学生留作业,要求为一个5000以内的加减乘除括号四则运算的题目。 要求: 1. 程序每次运行都生成30道包含+,-,*,/,(,)的题目。 2. 操作符号顺序是随机的。 3. 因为是小学生,没有代数和以及负数的概念,所以任何时刻减法都必须是减数小于被减数。 4. 任何中间过程中的除法都必须能整除,无分数的概念。 5. 所有中间结果和最终结果都要小于5000. 6. 将正确结果也输出出来,但是用16进制表示 7.
youxi
- 实现小学生做练习题(加减乘除)的功能(随机出题),题量可控,并打分,给出成绩,分类(优良中差)-Exercises to do to achieve primary and secondary school students (Math
Siyunsuan
- 本程序实现随机数值内的四则运算(加减乘除)-Random value of the program within the four operations (addition and subtraction multiplication and division)
teaching
- 通过编程使计算机随机产生一位数的加减乘除测试题目,供小学生作答。。。可用于家教的教学-Programmed so that a number of randomly generated computer calculation test subject for students to answer. . . Teaching can be used to tutor
twoPlaceEqual29
- 29以内加减法自动出题系统,可以将生成后的题目复制到Word,打印后进行练习。使用IE就可以生成题目。答题位置前中后随机出现。-Auto Generate Maths Test (0-29)
c_math
- c编写一个随机产生两个随机数,并进行随机的加减运算-c write a randomly generated two random numbers, and conduct random addition and subtraction operations
Arithmetic
- 编写程序,随机出20道100以内的算术题,每题5分,加减乘除随机,每出一道题,用户答一次,并统计当前得分,最后显示总分及准确率,并把错误题目列出。-Java Language
Matrix
- 稀疏矩阵的运算,主要用于测试算法实现,矩阵由系统随机生成,由用户选择需要的操作,包括矩阵的加减乘运算,稀疏矩阵的输入形式采用“三元组”表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix operations, mainly for testing algorithms, matrix randomly generated by the system, select the desired operation by the user, including matrix a
001new
- 0—100 整数加减乘除四则运算,如结果为小数四舍五入保留小数点后两位。 根据输入题数出题,题目应为随机,每次应不一样。
zidongchuti
- 一款小学算术自动出题系统,随机产生100以内的加减乘除算式,由用户控制出题数量,答题完毕后显示评分、错误题目和正确答案-A primary school math questions system, randomly generated within 100 Math formula, by the user to control a number of questions, answer after the show ratings, error questions and correct a
yunsuanqi
- 制作一个可供小学数学运算的程序。0—100 整数加减乘除四则运算,如结果为小数四舍五入保留小数点后两位。根据输入题数出题,题目应为随机,每次应不一样。-Create a program for elementary school math. Math 0-100 integer arithmetic, as the result of rounding decimals to retain two decimal places. Enter the number of questions bas
Fourtheunit
- 制作一个可供小学数学运算的程序。范围为0—100 整数加减乘除四则运算,如结果为小数四舍五入保留小数点后两位。 根据输入题数出题,题目应为随机,每次应不一样。 -Make a for primary school of mathematical. Range of 0 100 integerAdds, subtracts, divides the operation of the fourAs a result of decimals, keep two. after the dec
24Game
- 24点游戏,上小学时侯大家应该都有玩过,系统随机出四张牌,通过加减乘除算出24即可!-24game, the primary school when we should have played, the system are four cards, and adds, subtracts, divides is 24 may.
aa
- 单机版的24点智力小游戏,随机提供的四个数通过加减乘除运算得到24便顺利-Stand-alone 24 point intelligence small games
card
- 单机版的24点智力小游戏,随机提供的四个数通过加减乘除运算得到24便顺利-Stand-alone 24 point intelligence small games
meth-problems
- 随机出100以内加减乘除法,并记录做题时间及程序-Produce math problems including sumation/substraction/multiplication/division randomly, record the time and scores.
小学加减乘除游戏
- 小学进行随机出题可以设置题量和答题机会的小游戏(Can be random set and can be set up add, subtract, multiply and divide the opportunity to answer questions)
小学随机出题程序
- 先随机出10以内的的两个自然数,再随机出加减乘除其中的一个符号,要求输入结果,然后对比结果,一共十道题,最后输出答对了几道题。