搜索资源列表
求Fibonacci数程序设计任务书1
- 打印数列问题,可以由用户直接键入N值,通过程序计算来求比较大的数列-Print series, users can directly type N value, calculated by the pursuit of big series
覆盖率统计
- 用于计算打印机输出黑白图象时的实际使用墨粉的纸张覆盖率。-used in the calculation of black-and-white image printer output when the actual use of paper toner coverage.
vc_to_excel
- MFC写的,将程序计算结果以表格形式填入excel报表中-MFC written in the program results in tabular form fill in the excel report
calculate
- 本演示程序中,当用户输入一个合法的表达式后,能够返回正确的结果。能够计算的运算符包括:加、减、乘、除、括号;能够计算的数要求在实数范围内。对于异常表达式给出错误提示。-The demo program, when the user enters a legitimate expression, they can return the correct results. Operators can be calculated include: add, subtract, multiply, div
simple
- fortran语言 介绍计算流体动力学的 特别是对于粘性流体 非黏性流体-fortran languages on computational fluid dynamics especially for the non-viscous fluid viscous fluid
zeng
- 有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员——车轮个数wheels和车重weight放在保护段protected中;它有一个返回车轮个数的公有函数get_wheels,有一个返回车重的公有函数get_weight,有一个计算每个车轮的承载重量(车重除以车轮数)的公有函数wheel_load,一个公有的打印函数print,它将输出vehicle的车轮数和重量。 小车类car是它的私有派生类,包含一个私有数据成员载客量passenger_load,定义小车类的构造
SumOfDigits
- 任意输入一个整数,程序将计算整数中每一位数相加的结果,并打印结果-Indiscriminate importation of an integer, the program will calculate the sum of integers each digit of the results and print the results
vbprint
- vb6.0开发,调用windows打印功能,计算打印位置、方向、大小、纸张,读取数据库,可单张打印或连续打印。-vb6.0 development, call windows print function, calculated print position, direction, size, paper, read the database can be printed or continuous print leaflets.
123
- 打印日历 输入年份和月份,输入该月日历。 随便输入一个日期,要求计算出此天是星期几,此月是否是31天等 -Print calendar enter month and year, enter the monthly calendar. Easily enter a date, required to calculate the day of the week, this month is 31 days and so if
xrwlpayment
- 实现了一个小型的物流报障系统。提供打印报表、数据库维护、自动计算油价工资等功能。-Logistics achieved a small newspaper barrier system. Provide print reports, database maintenance, automatic calculation of prices wages and so on.
ip-packet
- (1) 从数据包文件如“packet.pkt”中读取分组,并输入一个整数值作为MTU。首先计算分组头校验和,判断分组接收是否正确,然后检查分组长度是否超过MTU。如果长度超过MTU,则检查DF位:若DF位为1,打印出错信息;否则对IP包进行分片,生成各分片的文件,如Fragment1.pkt、Fragment2.pkt等。 (2) 读取上一步得到的各分片文件,首先计算头校验,检查分片是否正确;然后将各个分片组装成一个完整的分组,并保存在一个数据包文件如“MergedPkt.pkt”中;比较M
5_9_3
- 实现一个ACCOUNT类,用于计算每个存款人的月息并打印结果。其中包含静态成员变量annual-ACCOUNT implement a class that contains static members of the annual, monthly interest rate calculated for each depositor and print results
prtview
- 预览带打印机控制符的文件,自动计算页面大小,支持倍高、倍宽、分页显示-Preview of the file with a printer control characters, automatic calculation of page size, support times higher, double width, page display
celuemoshi
- 文件读取打印机种类及价格,计算打折后的价格,以可视化界面展示-File reads the printer types and prices to calculate the discounted price, in order to display visual interface
ImageWidthHeightCalc
- 一个计算图片宽度高度的工具,通过输入图片的大小,计算各种可能的图像宽高,并打印出来。-A calculation of the height of the pictures width tools, through the input the picture size, the calculation of possible image wider high, and print them out.
VCprinter
- vc开发的打印系统,完成税费的一般计算和打印单据操作。-Printer system developed with visual c++,for common computing or printing bills operation.
Desktop
- 循环计算一到一百之间的素数,并将之打印输出-Cycle count from one to one hundred between the prime, and the print output
ReportDesigner
- VB报表打印设计器控件源码及实例,可以用来设计复杂的报表,包括报表标头、页面标头、报表细节、页面页脚部分、报表注脚等,每一部分之间都可以鼠标拖动改变大小,并可以像Word一样设置字体、页面打印设置等,并可以连接到数据表和查询数据,支持常规报表设计的一些元素,如数据库字段放置、计算公式、汇总等,当前只适用于Access数据库。-The VB report printing source code and examples of design controls, can be used to des
cam_picture
- 本源码计算了活塞式油泵的凸轮结构,根据所需设计参数计算出凸轮的轮廓曲线,并绘制出来。-The source calculated piston pump cam structure, according to the design parameters required to calculate the cam profile curve and drawn.
daima
- 定义一个Circle类,有数据成员Radius(半径),成员函数GetArea(),计算圆的面积,构造一个Circle的对象进行测试。-caculation the area of a circle