Unless a class is to be thrown away after a
short period of use, implementing Serializable is a serious commitment that
should be made with care. Extr...
分类:
编程语言 时间:
2014-05-09 07:49:13
阅读次数:
510
sys.c 代码分析
setregid
/*
* This is done BSD-style, with no consideration of the saved gid, except
* that if you set the effective gid, it sets the saved gid too. This
* makes it possib...
分类:
系统相关 时间:
2014-05-09 02:13:12
阅读次数:
621
Minimum Transport Cost
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7007 Accepted Submission(s): 1791
Problem Description
The...
分类:
其他好文 时间:
2014-05-09 00:34:53
阅读次数:
345
1 duration = $duration;10 $this->costtype =
$costtype;11 }12 13 function cost(){14 switch ($this->costtype){15 ...
分类:
其他好文 时间:
2014-05-08 12:02:21
阅读次数:
190
Oracle优化器一共有三种即,RULE (基于规则),COST (基于成本)以及CHOOSE
(选择性),我们大家都知道设置缺省的相关Oracle优化器,其可以通过对init.ora文件中OPTIMIZER_MODE参数的各种声明。
如RULE,COST,CHOOSE,ALL_ROWS,FIRS....
分类:
数据库 时间:
2014-05-08 06:40:42
阅读次数:
429
条款01:主要是告诉大家要将C++看作由C,C with classes、templates
C++ 、STL四个次语言组成的联邦,并极其简略的介绍了每种次语言的特点。
分类:
编程语言 时间:
2014-05-07 13:36:32
阅读次数:
265
本文是Effective_笔记系列的开篇,将原书的序整理为条款00,使之更为连续。主要介绍了3个知识点:声明和定义、构造函数、不明确行为。
分类:
编程语言 时间:
2014-05-07 12:54:59
阅读次数:
370
In this problem you will perform median filtering to enhance the quality of a noise corrupted
image. Recall from the video lecture that median filtering is effective for removing "salt-and-pepper" n...
分类:
其他好文 时间:
2014-05-07 07:20:09
阅读次数:
326
最近正在进行《Effective C++》的第二遍阅读,书里面多个条款涉及到了shared_ptr智能指针,介绍的太分散,学习起来麻烦,写篇blog整理一下。
LinJM @HQU
2014/05/05
shared_ptr是一个智能指针。在C++ 11颁布之前,它包含在TR1(Technical Report 1)当中,现在囊括在C++11的标准库中。
智能指针
智能指...
分类:
其他好文 时间:
2014-05-07 05:50:43
阅读次数:
437
我看的书是《Effective C#中文版——改善C#程序的50种方法》,Bill
Wagner著,李建忠译。书比较老了,04年写的,主要针对C#1.0,但我相信其中的观点现在仍有价值。(平心而论,和Effective
C++有差距,毕竟该书成书时对C#的研究不过几年。) 下面是对这本书条款内容的....
分类:
其他好文 时间:
2014-05-07 00:45:41
阅读次数:
500