CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 9 9乘法表

搜索资源列表

  1. 9

    0下载:
  2. DOS下的99乘法表输出,供大家学习! ÿ -Under DOS output 99 multiplication table for everyone to learn!
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:679byte
    • 提供者:aa
  1. 1

    0下载:
  2. 这是多个小程序,求天数,显示9*9乘法表,打印月历。仅供参考-This is the number of small programs, and seeking days, 9* 9 multiplication table display, print calendar. Reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:979byte
    • 提供者:yan
  1. 2

    0下载:
  2. (1)在屏幕上按如下格式输出乘法口诀表: 1X1=1 1X2=2 2X2=4 1X3=3 2X3=6 3X3=9 … 其中,每行的多个乘法公式之间用‘\t’分割 (2)编写一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:7.44kb
    • 提供者:wenzi
  1. Test6

    0下载:
  2. 用控制台程序倒着输出九九乘法表;输出结果按下图所示: 1*9=9 2*9=18 3*9=27 4*9=36 5*9=45 6*9=54 7*9=63 8*9=72 9*9=81 …… 1*3=3 2*3=6 3*3=9 1*2=2 2*2=4 1*1=1 - 1*9=9 2*9=18 3*9=27 4*9=36 5*9=45 6*9=54 7*9=63 8*9=72 9*9=81 …
  3. 所属分类:Other systems

    • 发布日期:2016-01-22
    • 文件大小:1kb
    • 提供者:jay
  1. multiplication-tables

    0下载:
  2. 输出9*9乘法口诀表,可以显示9*9乘法口诀表-Output 9* 9 multiplication tables, you can display 9* 9 multiplication tables
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.6kb
    • 提供者:陈雨晨
  1. Multiplication

    0下载:
  2. 乘法口诀表。1*1到9*9,主要是这种功能,TC环境下运行。-Multiplication table. 1*1 to 9*9, this is the main function, running under TC environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.76kb
    • 提供者:
  1. for9-9

    0下载:
  2. 在c语言的环境下,使用for循环实现9*9乘法口诀表-In the C language environment, the use of for cycle 9*9 multiplication table
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:635.87kb
    • 提供者:zy
  1. Normal-Algorithm

    0下载:
  2. 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.19mb
    • 提供者:刘楠
  1. Print_9x9

    0下载:
  2. 9*9乘法表的打印输出,输出在命令窗口显示。-9* 9 multiplication table printout output is displayed in the command window.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5.54mb
    • 提供者:杜松
  1. 99-multiplication-table

    0下载:
  2. 99乘法表,实现1到9 以内的乘法运算,帮助学习-99 multiplication table
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:康凯
  1. 新建文件夹 (2)

    0下载:
  2. #include<stdio.h> int main() { int i,j; for(i=1;i<=9;i++) { for(j=1;j<=i;j++) printf("%d*%d=%d ",j,i,i*j); printf("\n"); } return 0; }(very good.Steve Jobs was one of the fathers of the personal
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:64kb
    • 提供者:miraclefan
搜珍网 www.dssz.com