码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
二叉搜索树实现MAP
二叉搜索树的基本实现。 1 /* 2 Date: 2014-04-29 3 purpose: An implementation of MAP using binary search tree. 4 */ 5 6 #ifndef CUSTOMIZED_MAP_H 7 #define CUST...
分类:其他好文   时间:2014-06-12 15:59:38    阅读次数:404
Performing Time-Based or Change-Based Incomplete Recovery
OCP 053:192.What is the purpose of the until change option of the restore command?A. It allows you to select the SCN that you want to restore to.B. It...
分类:其他好文   时间:2014-06-10 13:10:23    阅读次数:315
Ubuntu下Codeblocks+wxWidgets编程,学生公寓管理系统,基于窗体(使用wxFormbuilder拉取控件)。C++,sqlite3
/**************************************************************** Name: StuManaMain.cpp* Purpose: Code for Application Frame* Author: Zhangaihua (...
分类:数据库   时间:2014-05-30 23:19:49    阅读次数:290
Limestone shaft crusher
The purpose of this profile is to provide additional information on the domestic copper mining industry. The report describes copper extraction and be...
分类:其他好文   时间:2014-05-29 16:42:18    阅读次数:265
Ubuntu下sqlite3的配置与使用(以后会说到Ubuntu下C++数据库应用开发程序(窗体程序))
/*************************************************************** * Name: CaculatorMain.h * Purpose: Defines Application Frame * Author: zhangaihua (62...
分类:数据库   时间:2014-05-27 00:37:45    阅读次数:259
四、GPIO
参考自linux-2.6.32.61\Documentation\一、简介GPIO全称是General Purpose Input/Output,其关联SOC上的一个管脚。平台会分配相应的GPIO和外设关联,诸如audio codec外设,GPIO和平台强相关。GPIO可由平台配置输入输出,输出即可...
分类:其他好文   时间:2014-05-25 23:25:57    阅读次数:352
[VC]char 和 wchar_t相互转化
#include #include //function: charTowchar //purpose:char to WCHAR 、wchar_t、LPWSTR etc void charTowchar(const char *chr, wchar_t *wchar, int size) { .....
分类:其他好文   时间:2014-05-20 11:37:00    阅读次数:326
delphi xe6 android ListView增加 Header或Footer 的方法
var Item1: TListViewItem;begin Item1 := ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;// Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:移动开发   时间:2014-05-03 22:34:33    阅读次数:547
STL 之 map 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:398
531条   上一页 1 ... 51 52 53 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!