搜索资源列表
dateclassOO
- 这个程序是一个日期(包括年月日)类的具体实现有各种功能下载后即可研究,它包括了C++面向对象的几乎所有内容,对初学面向对象的学生十分有帮助.-the procedure is a date (including the date) class is a concrete realization of the various functions can be downloaded, It includes the object-oriented C in almost all the elemen
riqi
- 自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。 例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 class DateType { //自定义的日期类DateType int y,m,d //数
computedaybydate
- C++输入年月日,判断星期几?-C + + input date, the judge what day? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c++date
- 其中一部分是自己写得,一部分是摘录的,希望站长能批准,我以后一定多多努力上传!-part of their written, in part extracts of the hope that the station will approve, I certainly remains to be done after the upload!
soj1169Networking
- /* Name: soj 1169: Networking From: Computer Science Department of Sichuan University Author: LoyaltyJi Date: 03-05-06 00:35 Descr iption: 求最小生成树经典题! */-/ * Name : soj 1169 : Networking From : Computer Science Department of Sichuan
显示时间
- 显示当前系统时间,日期,,并用几中不同的格式输出-shows the current system, date, time, and used several different output formats
用c实现的商品货架算法
- 问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快
ZOj1033-Ambiguous_Dates.rar
- ZOJ 1033 Ambiguous Dates.主要运用年月日的表示和一点搜索技法. ,ZOJ 1033 Ambiguous Dates. The main use of the said date and that the search techniques.
Exercise-6
- SSD7 exercise 6. Provide your solution to the following in a file named normalization.txt. Note: The discussion in this exercise is independent of (i.e., completed unrelated to) the E-Commerce project described in the Appendix. The following tab
calc
- /* author: qiaoger from: Computer Science Department of SiChuan University date: 2008-3-27 求算术表达式(整数)的值(中序法) */ -/* Author: qiaoger from: Computer Science Department of SiChuan University date: 2008-3-27 for arithmetic expres
wangnianlidesuanfa
- 关于多工能数字时钟的年月日及闰年和平年的算法-On the multi-tasking digital clock date and the leap year algorithm Year of Peace
Dijkstra
- Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. The main cha
xsxxglxt
- 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-The preparation of a student management system, each student should include the following informatio
DATE
- 本文档是学习数据结构必须的上机实验设计,-This document is essential to learn data structures on the experiment design,
ssd5-Exam1
- ssd5 数据结构与算法 EXAM1 敬请参考下,对你应该有帮助-arithmetic and date structure
date-add
- 在一个初始的日期上加上一个日期,输出相加后的日期-Define a date ,and add some days on it ,and then ,print the result date.
date-structure
- 数据结构的基础知识和应用方法,供学习数据结构的人使用-date structure s knowledge and using way
DATE
- 一道ACM的日历问题的答案,可计算规定日期的任何一天-An ACM' s calendar answer to that question can be calculated on any given day of the specified date
Date-control
- 日期控制,可实现对日期的基本控制,包括时间差计算和星期计算-Date control, date, and time difference calculation weeks
Date
- 输入年、月、日、时、分、秒,在屏幕上模拟显示一电子计时器,不断输出下一秒的时间和日期,以及格林威治的日期和时间。-Enter the year, month, day, hour, minute, second, analog display on the screen of an electronic timer, continuous output time and date of the next second, as well as the date and time in Greenw
