搜索资源列表
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
99
- 显示9-9乘法表和ASCII字符表(从20H--FFH) 基本功能 1 建立主菜单; 2分别显示9-9乘法表和ASCII字符表-Showing 9-9 multiplication tables and table ASCII characters (from 20H- FFH) the establishment of the basic functions of a main menu 2, respectively, show the 9-9 multiplication ta
9
- DOS下的99乘法表输出,供大家学习! ÿ -Under DOS output 99 multiplication table for everyone to learn!
learn_rom_99multi
- 基于quartus ii 9.0的99乘法器,用rom表做成的乘法器可以计算9*9的乘法,并在数码管上显示,使用时请按照自己的芯片和引脚设置。-Quartus ii 9.0 based on 99 multiplier, made by rom multiplier table can calculate the multiplication 9* 9, and in the digital control display, according to their own use when the
NineRideNine
- 九九乘法表: for (int a = 1 a <= 9 a++) { for (int b = 1 b <= a b++) { x=a*b labelShow.Text += a.ToString() + "X" + b.ToString() + "="+x.ToString()+" \t" }-Multiplication table
multiply
- 用C++编写的九九乘法表 运行后自动显示九九乘法的表格-It a table of the value of 1~9 s multiply
chenfabiao
- 一个在ie中实现的9*9乘法表,样式很简单-乘法表
1
- 这是多个小程序,求天数,显示9*9乘法表,打印月历。仅供参考-This is the number of small programs, and seeking days, 9* 9 multiplication table display, print calendar. Reference
Matlable
- 乘法表,用来计算数字乘法,从1到9的各种整数积-chengfabiao,yongyujisanshuzichengfa
TableofOneToNine
- 用Java实现的 打印一个三角形的1~9的乘法表-Java implementation of the print with a triangle of 1 to 9 multiplication tables
chengfabiao
- 9*9乘法表的源代码,一个简单的小程序,适用于初学者-9* 9 multiplication table of the source code, a simple little program for beginners
9-multiple-9
- quartus II 下 VHDL实现 九九乘法表-Quartus II VHDL 9 multiple 9
multiplication-tables
- 输出9*9乘法口诀表,可以显示9*9乘法口诀表-Output 9* 9 multiplication tables, you can display 9* 9 multiplication tables
9x9
- 9*9乘法表 不用输入任何数,把代码编译一下就可以,就可以看出华丽的9*9乘法表-9*9tablle please use it
99.c
- 9*9乘法口诀表,作为入门级的算法用C实现。-My multiplication tables share source code. As an entry-level writing, to prepare for the groundwork.
1162
- 这是多个小程序,求天数,显示9*9乘法表,打印月历。仅供参考-This is the number of small programs, and seeking days, 9* 9 multiplication table display, print calendar. Reference
for9-9
- 在c语言的环境下,使用for循环实现9*9乘法口诀表-In the C language environment, the use of for cycle 9*9 multiplication table
Print_9x9
- 9*9乘法表的打印输出,输出在命令窗口显示。-9* 9 multiplication table printout output is displayed in the command window.
test1_99plux
- 实现C语言上的9 9乘法表,并且输入要删除的数字后,除结果是要删除的外,其他的全部留下,而且位置不变。(C language on the realization of the 99 multiplication table, and the input to delete the number, in addition to the result is to be deleted, the rest of all remain, and the location remains unchang
新建文件夹 (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