码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
LintCode-Hash Function
In data structure Hash, hash function is used to convert a string(or any other type) into an integer smaller than hash size and bigger or equal to zer...
分类:其他好文   时间:2014-12-25 06:33:10    阅读次数:376
ocp 1Z0-051 141题---感觉有问题
141. View the Exhibit and examine the structure of CUSTOMERS and GRADES tables.You need to display names and grades of customers who have the highest ...
分类:其他好文   时间:2014-12-23 17:20:31    阅读次数:214
leetcode之LRU实现
题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of th...
分类:其他好文   时间:2014-12-23 00:22:19    阅读次数:227
Delphi 项目 结构 文件夹 组织
Delphi Project Structure Folder Organizationhttp://delphi.about.com/od/delphitips2008/qt/project_layout.htmI've been developing in Delphi for the past...
分类:Windows程序   时间:2014-12-21 20:36:54    阅读次数:333
LRU Cache -- LeetCode
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:系统相关   时间:2014-12-20 15:32:13    阅读次数:217
[论文]CA-Tree: A Hierarchical Structure for Efficient and Scalable Coassociation-Based Cluster Ensembles
作者:Tsaipei Wang, Member, IEEE发表:IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—PART B: CYBERNETICS, VOL. 41, NO. 3, JUNE 2011 这是一遍关于聚类集成的论文,作者提出了....
分类:其他好文   时间:2014-12-19 01:53:47    阅读次数:221
LeetCode Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-12-19 00:21:29    阅读次数:174
Win32 SDK - 打开文件对话框
OPENFILENAME ofn; // common dialog box structure TCHAR szFile[MAX_PATH]; // buffer for file name // Initialize OPENFILENAME ZeroMemory...
分类:Windows程序   时间:2014-12-18 13:19:26    阅读次数:365
二叉树简单实例
// ConsoleApplication2.cpp//#include "stdafx.h"#include #include #include //Define the Node structure.struct Node{ long item; unsigned int count; Node...
分类:其他好文   时间:2014-12-18 00:17:16    阅读次数:288
FFmpeg结构体彻底分析——AVCodecContext
/** ?* main external API structure. ?* New fields can be added to the end with minor version bumps. ?* Removal, reordering and changes to existing fields require a major ?* version bump. ?* P...
分类:其他好文   时间:2014-12-17 16:37:55    阅读次数:1015
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!