/*
* Copyright (c) 2013, 烟台大学计算机学院
* All rights reserved.
* 作 者:马广明
* 完成日期:2014 年 5 月 13 日
* 问题介绍: 班长信息
* 版 本 号:v1.0
*/
#include
#include
using namespace std;
class Stu //声明基类
{
pu...
分类:
其他好文 时间:
2014-05-15 15:17:02
阅读次数:
241
/*
* Copyright (c) 2013, 烟台大学计算机学院
* All rights reserved.
* 作 者:马广明
* 完成日期:2014 年 5 月 13 日
* 问题介绍: 继承的判断
* 版 本 号:v1.0
*/
#include
using namespace std;
class A //A为基类
{...
分类:
其他好文 时间:
2014-05-15 07:03:51
阅读次数:
282
ExtJs表单控件用formPanel来做为表单元素的容器。默认情况下,是使用Ajax异步提交。大家知道要使用Extjs必须引入他的库,所以我们要引入以下几个文件:ext-all.cssext-base.jsext-all.jsPS:笔者采用的是extjs3.0版本那怎么加载插件呢?放心,extjs...
分类:
Web程序 时间:
2014-05-14 23:03:55
阅读次数:
420
重定向dup和dup2函数[cpp] view
plaincopyprint?#includeintdup(intfile_descriptor);intdup2(intfile_descriptor_one,intfile_descriptor_two);dup创建一个新的文件描述符,
此描述符和...
分类:
系统相关 时间:
2014-05-14 22:34:09
阅读次数:
479
【题目】
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases.
Notes: It is intended for this problem to be s...
分类:
其他好文 时间:
2014-05-14 21:00:57
阅读次数:
304
控制台钢琴小程序
static void Main(string[] args)
{
WindowsMediaPlayer wmp = new WindowsMediaPlayer();
wmp.URL=@"f:\all of musics\kukuku\hisaishi joe - ballade.mp3";...
分类:
其他好文 时间:
2014-05-14 20:28:08
阅读次数:
257
expdpsystem/oracledirectory=DB_BAKdumpfile=zhzy.dmpschemas=zhzyexpdpsystem/SYSTEMdirectory=DB_BAKdumpfile=sde__zyyh_zhzy.dmpschemas=(sde,zyyh,zhzy)logfile=expdp_all.logexpdpsystem/SYSTEMdirectory=DB_BAKdumpfile=sde__zyyh_zhzy.dmpschemas=(sde,zyyh,zhzy)logfi..
分类:
数据库 时间:
2014-05-14 16:12:39
阅读次数:
360
node.js API 英文原版
http://nodejs.org/api/all.html
node.js API 中文翻译
http://nodeapi.ucdok.com/#/api/
node.js API 中文翻译下载
http://download.csdn.net/detail/bad19876414641/4608699
javascrip...
分类:
Web程序 时间:
2014-05-14 15:15:10
阅读次数:
329
/*
* Copyright (c) 2013, 烟台大学计算机学院
* All rights reserved.
* 作 者:马广明
* 完成日期:2014 年 5 月 13 日
* 问题介绍: 继承的判断
* 版 本 号:v1.0
*/
#include
using namespace std;
class Animal //动物类
{
public:
...
分类:
其他好文 时间:
2014-05-14 15:00:46
阅读次数:
199
/*
* Copyright (c) 2013, 烟台大学计算机学院
* All rights reserved.
* 作 者: 马广明
* 完成日期:2014 年 5 月 6 日
* 版 本 号:v1.0
* 输入描述:无
* 问题描述:储存班长信息
* 程序输出:班长信息
* 问题分析:继承与派生
* 算法设计:略
*/
#include
using nam...
分类:
其他好文 时间:
2014-05-14 14:44:24
阅读次数:
253