虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Public-Resource

  • 自定义一个简单的日期类DateType

    自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。 例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 class DateType { //自定义的日期类DateType int y,m,d //数据成员,表示当前日期的年、月、日 public: DateType(int y0=1, int m0=1, int d0=1) //构造函数,设定年、月、日;并设置参数默认值 void incrementDay() //增加1天 bool equal(DateType dt2) //判断二日期是否相等 void printDate() //屏幕输出日期对象的有关数据(年、月、日) }

    标签: DateType 自定义

    上传时间: 2013-12-22

    上传用户:songyue1991

  • Professional verification-A guider for advanced functional verification:Author:PAUL WILCOX Including

    Professional verification-A guider for advanced functional verification:Author:PAUL WILCOX Including:Verication practice, Resource usage,The Unified Verification Methodology.etc.

    标签: verification-A Professional verification functional

    上传时间: 2014-01-17

    上传用户:三人用菜

  • C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C+

    C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.

    标签: interfaces Standard provides Library

    上传时间: 2014-03-01

    上传用户:lizhizheng88

  • The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly.

    The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly. This refreshed resource takes an in-depth look at everything you need to know to join a network. Topics covered include all of the essential networking software that comes with the Linux operating system, plus information on a host of cutting-edge services including wireless hubs, spam filtering, and more

    标签: Linux Administrator Edition Network

    上传时间: 2015-09-19

    上传用户:

  • Problem Statement You are given a string input. You are to find the longest substring of input su

    Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)

    标签: input Statement You are

    上传时间: 2015-09-21

    上传用户:sunjet

  • Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports:

    Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports: * Main features of SSH 2 protocol * Implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication

    标签: environments Dropbear designed supports

    上传时间: 2014-01-16

    上传用户:skhlm

  • This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combin

    This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy consumption and portability. This technology has applications in a wide range of fixed and portable secured devices including access control systems, cash terminals, public transport, PCs, PDAs, Smart Card readers and motor vehicles. It can be used in almost any situation where rapid, reliable and accurate identification or authentication of an individual is required.

    标签: fingerprint FingerChip technology electronic

    上传时间: 2013-12-27

    上传用户:h886166

  • 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL

    手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE)

    标签: import java awt EventL

    上传时间: 2015-10-17

    上传用户:李彦东

  • In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandl

    In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandler helps you create an action plan for living your vision in business and in life. It features 100 proven methods to positively change the way you think and act-methods based on feedback from the hundreds of thousands of corporate and public seminar attendees Chandler speaks to each year. 100 Ways to Motivate Yourself will help you break through the negative barriers and banish the pessimistic thoughts that are preventing you from fulfilling your lifelong goals and dreams. Whether you re self-employed, a manager, or a high-level executive, it s still easy to get stuck in the daily routines of life, fantasizing about what could have been. Steve Chandler helps you turn that way of thinking around and make what could have been into what can and will be.

    标签: motivational best-seller first-ever paperback

    上传时间: 2015-10-26

    上传用户:牛津鞋

  • 主要介绍了如何使用JAVA创建一个类

    主要介绍了如何使用JAVA创建一个类,并输出Hello pudn字符。适合初学者学习使用。如类声明为public型时类名必须与文件名一样等。

    标签: JAVA 如何使用

    上传时间: 2013-12-26

    上传用户:onewq