码迷,mamicode.com
首页 >  
搜索关键字:included    ( 465个结果
Using RUNDLL32.exe to call a function within a dll
Using RUNDLL32.exe to call a function within a dll Rundll32 is a utility included with Windows that allows you to execute an exported DLL-function fr....
分类:其他好文   时间:2015-08-02 16:29:56    阅读次数:111
Nginx之红黑树
/*  * Copyright (C) Igor Sysoev  * Copyright (C) Nginx, Inc.  */ #ifndef _NGX_RBTREE_H_INCLUDED_ #define _NGX_RBTREE_H_INCLUDED_ #include #include typedef ngx_uint_t ...
分类:其他好文   时间:2015-07-21 22:17:19    阅读次数:212
应用系统开发--银行系统
Bank.h: #ifndef BANK_H_INCLUDED #define BANK_H_INCLUDED #include #include using namespace std; const int upNum=2000;//系统最多容纳的用户数 class Bank; class User { public: void setUser(int acc,...
分类:其他好文   时间:2015-07-18 12:36:40    阅读次数:102
课程实训(银行系统)
/* *copyright(c) 2015,烟台大学计算机学院 *All rights reserved。 *文件名称:第十九周(银行系统) *作者:王忠 *完成日期:2015.7.17 *版本号:v1.0 * *问题描述:做一个简单的,与当前银行ATM类似的程序 *输入描述:按照菜单栏提示输入 *程序输出: #ifndef HEAD_H_INCLUDED #defi...
分类:其他好文   时间:2015-07-17 22:51:46    阅读次数:144
隐式的类类型转换
如果构造函数只接受一个实参,则它实际上定义了转换为此类类型的隐式转换机制。将这种构造函数称为转换构造函数。#ifndef MAIN_H_INCLUDED#define MAIN_H_INCLUDED#include using namespace std;class ClassTest{public...
分类:其他好文   时间:2015-07-16 21:32:28    阅读次数:120
USRP内部的寄存器
usrp_regs.hpp #ifndef INCLUDED_USRP2_REGS_HPP #define INCLUDED_USRP2_REGS_HPP //////////////////////////////////////////////////////////////////////// // Define slave bases /////////////////////////...
分类:其他好文   时间:2015-07-15 22:47:44    阅读次数:170
053第425题
425.Which of the following are included in a transportable tablespace set? (Choose all that apply.) A. The datafiles that make up a self-contained group of tablespaces required for copy B. The syste...
分类:其他好文   时间:2015-07-13 14:04:57    阅读次数:144
MFC Wizard创建的空应用程序中各个文件内容的解析
创建的MFC应用程序名为:wd,那么: 一、wd.h解析 // wd.h : main header file for the WD application // #if !defined(AFX_WD_H__89BE48D2_F377_4DF1_8C44_4D7372A61CE0__INCLUDED_) #define AFX_WD_H__89BE48D2_F377_4DF1_...
分类:编程语言   时间:2015-06-23 21:38:44    阅读次数:244
数据结构 二叉树大部分操作的实现
#ifndef BINTREE_H_INCLUDED #define BINTREE_H_INCLUDED #include #include #include #include using namespace std; template class BinTree; template class BinTreeNode { public: friend class BinT...
分类:其他好文   时间:2015-06-19 15:25:51    阅读次数:139
POJ 1338 Ugly Numbers
Description Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence  1, 2, 3, 4, 5, 6, 8, 9, 10, 12, ...  shows the first 10 ugly numbers. By convention, 1 is included.  Give...
分类:其他好文   时间:2015-06-18 11:39:10    阅读次数:121
465条   上一页 1 ... 32 33 34 35 36 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!