窗口创建的标志#define WM_CF_HASTRANS (1<<0) /* Has transparency. Needs to be defined for windows which do not fill the entire ...
分类:
其他好文 时间:
2014-11-18 17:23:44
阅读次数:
197
最近项目出现点小Bug,需要调试跟踪代码,于是乎写了份打印日志的代码。CLogFile.h文件 1 #if !defined(AFX_LOGFILE_H__288388CA_9A3E_4F3D_A2B8_F1078E1F6A6B__INCLUDED_) 2 #define AFX_LOGFILE_....
分类:
编程语言 时间:
2014-11-18 15:53:27
阅读次数:
397
Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtree of a node contains only n...
分类:
其他好文 时间:
2014-11-17 14:02:09
阅读次数:
146
Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtree of a node contains only n...
分类:
其他好文 时间:
2014-11-17 09:12:02
阅读次数:
179
关于这道题目,不得不感慨leetcode真的是一个不错的网站,之前的代码是有bug的,当时AC了,现在测试用例更加完善了,于是不能AC了。
题目描述:
Given a binary tree, determine if it is a valid binary search tree (BST).
Assume a BST is defined as follows:
The le...
分类:
其他好文 时间:
2014-11-16 23:08:48
阅读次数:
362
Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtree of a node contains only n...
分类:
其他好文 时间:
2014-11-16 01:52:28
阅读次数:
227
原文:Oracle 用户(user)和模式(schema)的区别概述:
(一)什么Oracle叫用户(user): A user is a name defined in the database that can connect to and access objects.
大意:Oracle用户...
分类:
数据库 时间:
2014-11-15 18:28:33
阅读次数:
217
#ifdef 和 #if defined 的区别在于,后者可以组成复杂的预编译条件你要判断单个宏是否定义时#ifdef 和 #if defined 效果是一样的,但是当你要判断复杂的条件时,只能用 #if
分类:
其他好文 时间:
2014-11-15 12:50:57
阅读次数:
253
这篇论文和IOFlow相比较,更加地注重软件定义存储的框架(利用已有的框架来创建新的框架,然后使用已有的协议),而不是像IOFlow那样注重通信的协议。并且这个框架还是软件定义环境的框架,而不仅仅是存储的框架,不过全文注重说了存储(更有挑战性)。特别地,关于可软件定义的存储逻辑,从这里可以管中窥豹。...
分类:
其他好文 时间:
2014-11-14 12:37:04
阅读次数:
319
0x00 什么是SDR?"软件无线电"(Software Defined Radio -- SDR). 实际上软件无线电技术的研究和开发已经有几十年的历史了,最初源于美军的多制式电台项目. 目前我们日常使用的移动通信系统中其实已经大量使用软件无线电技术, 比如基站中的信号处理大量的使用可编程的FPG...
分类:
其他好文 时间:
2014-11-13 20:34:03
阅读次数:
210