说明书
上传时间: 2013-11-07
上传用户:tanggm
变频器资料
上传时间: 2013-11-27
上传用户:wanqunsheng
ET201用户手册V5(定稿)
上传时间: 2013-11-21
上传用户:tianyi223
C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的函数写在自编include文件内 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的结果:%d %d %d\n", a, b, c) } 程序执行结果: 由小至大排序之后的结果:1 2 3 可将内建函数的include文件展开在自编的include文件中 圆圈的面积是=201.0619264
标签: my_Include include define 3.141
上传时间: 2014-01-17
上传用户:epson850
WiseImage 是第一个能够真正进行混合图形编辑的软件,对于任何类型的扫描图象:彩色图,灰度图和单色图都具有强大的光栅转矢量功能。通过使用WiseImage 软件,您可以对扫描的图形,包括草图,地图和其他图象进行净化,编辑,更新并转换为矢量。WiseImage for Windows 引入了真正的CAD—类型编辑光栅图象。---这是中文用户手册(windows版)
上传时间: 2013-12-13
上传用户:baitouyu
WiseImage 是第一个能够真正进行混合图形编辑的软件,对于任何类型的扫描图象:彩色图,灰度图和单色图都具有强大的光栅转矢量功能。通过使用WiseImage 软件,您可以对扫描的图形,包括草图,地图和其他图象进行净化,编辑,更新并转换为矢量。WiseImage for CAD 引入了真正的CAD—类型编辑光栅图象。(这是FOR AUTOCAD的中文用户手册)
上传时间: 2013-12-24
上传用户:洛木卓
matlab关联规则源码,内含用户手册(英文)
上传时间: 2014-08-17
上传用户:离殇
uc/gui 中文说明,UC/GUI用户手册
上传时间: 2015-05-10
上传用户:wpwpwlxwlx
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
项目开发文档格式:1.任务申请,2.可行性与计划阶段--可行性研究报告,2.可行性与计划阶段--项目开发计划,3.需求分析阶段--数据要求说明书,3.需求分析阶段--需求说明书,3.需求分析阶段--用户手册概要,4.概要设计阶段--概要设计说明书的,4.概要设计阶段--数据库设计说明书,4.概要设计阶段--组装测试计划,5.详细设计阶段--详细设计说明书,6.实现阶段--模块开发说明,7.单元测试阶段--单元测试报告.
上传时间: 2014-01-26
上传用户:84425894