搜索资源列表
1996--2007xtfxsstj
- 1996--2007系统分析师试题打印版,对参加系统分析师资格考试的同志大有帮助-1996- 2007 systems analysts test print version of the systems analyst to participate in the qualifying examination comrades go a long way
Test-the-print-Status
- tests hwo the printer status works
basketball-test-system
- 本文介绍了篮球投篮自动测试系统的整体设计方案及软、硬件的功能实现,该系统能准确测试投篮成绩,并醒目地显示、打印、向主记录计算机准确传输考试成绩。克服了人工测试存在的弊端,有效地防止了考试舞弊现象。-This article describes a basketball shooting automatic test system overall design and the functionality of the software and hardware implementation, th
mfc-print
- 包含多种用于实现MFC打印功能的代码和方法介绍,用户可按需选择并测试,经本人测试后可以使用。-Contains a variety of code and methods used to implement the MFC print function introduced, users can demand options and test can be used after I tested.
prntestapi
- 用C++Builer打印测试,其中包挂Code128码的产生。-print test by C++Builder
0
- 一、用PC机产生[0,1]均匀分布的白序列{ , =1,2,3,…2000} ⑴打印出前50个数 ⑵分布检验 ⑶均值检验 ⑷方差检验 ⑸计算 (画图) -One PC, [0,1] uniformly distributed white sequence {= 1, 2, 3, ... 2000} ⑴ print out 50 number ⑵ distribution test ⑶ the mean test ⑷ variance test ⑸ calculated (
1
- 用PC机产生X(j)~N(0,1)分布的白序列, ,j=0,1,2,……2000。其中,y为[0,1]白色均匀分布。 ⑴打印出前50个数 ⑵分布检验 ⑶均值检验 ⑷方差检验 ⑸计算 , (画图) -Generated using a PC distributed white sequence X (j) ~ N (0,1), j = 0,1,2, ...... 2000. Where, y is a [0,1], white uniform distribution. ⑴
SavingsAccount
- 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(),用以改变静态数据成员rate的值。定义两个不同的SavingsAccount对象saver1和saver2,当前存款数额balanc
GB28181-TEST-SIP
- GBT28181协议测试码流,打印出测试中发送和接收端的SIP消息,供参考。-GBT28181 protocol test code flow, print out the test the sending and receiving the SIP message, for your reference.
Class-accessor
- 编写一个类,描述银行账户,包括收入、支出和账户余额三种属性,同时包括对这三种属性的读、写的访问器方法,这三种属性都定义为私有的。 该类定义的银行账户还能够通过自己的收入和支出自动计算账户余额。对于账户余额只能读取,自动计算,但不能够直接赋值,也就是不能够写。 编写一个测试类,输入收入和支出项,打印账户余额。 -Write a class that describes bank accounts, including income, expenses and account balan