摘要:
说话人头像技术: 让语音可视 【进入论坛】 【推荐朋友】 【关闭窗口】 2007年07月03日 15:29 ... 阅读全文
摘要:
FROM:http://jguatbath.spaces.live.com/blog/cns!3f2bdb193eff0b43!163.entry ths! What are the differences of the role of Project Manager (PM) between western countries' companies and Chinese companies?... 阅读全文
摘要:
^&^ Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1#include 2 3using namespace std; 4 5bool huiwen(char* str) 6{ 7 char* end=str; 8 ... 阅读全文
摘要:
主题索引: 一、剖析C++标准库智能指针(std::auto_ptr) 1.Do you Smart Pointer? 2.std::auto_ptr的设计原理 3.std::auto_ptr高级使用指南 4.你是否觉得std::auto_ptr还不够完美? 二、C++条件,寻找构造更强大的智能指针(Smart Pointer)的 策略 ... 阅读全文
摘要:
2007年11月03日 星期六 00:43 问什么是core dump,下面是转载的介绍 今天调试一个程序, 用到了core dump, 于是写出来, 记于此.什么是Core Dump?Core的意思是内存, Dump的意思是扔出来, 堆出来.开发和使用Unix程序时, 有时程序莫名其妙的down了, 却没有任何的提示(有时候会提示core dumped). 这时候可以查看一下有没有形如... 阅读全文