beautykingdom
C++博客
首頁(yè)
新隨筆
聯(lián)系
聚合
管理
posts - 297, comments - 15, trackbacks - 0
C++_BASIS
Fundementals of CPP , no GP or STL related
程序員面試題精選100題(08)-求1+2+...+n[C/C++/C#] <轉(zhuǎn)>
posted @
2012-07-05 10:04
chatler 閱讀(457) |
評(píng)論 (0)
編輯
effective c++
posted @
2012-06-01 15:00
chatler 閱讀(323) |
評(píng)論 (0)
編輯
函數(shù)指針和指針函數(shù)
posted @
2010-08-18 22:20
chatler 閱讀(309) |
評(píng)論 (0)
編輯
幾道筆試題
posted @
2010-07-23 17:15
chatler 閱讀(233) |
評(píng)論 (0)
編輯
type casting
posted @
2010-05-02 10:52
chatler 閱讀(529) |
評(píng)論 (0)
編輯
Optimization of Computer Programs in C
posted @
2010-04-08 00:53
chatler 閱讀(759) |
評(píng)論 (0)
編輯
多CPU上的原子操作
posted @
2010-04-03 21:05
chatler 閱讀(1312) |
評(píng)論 (0)
編輯
創(chuàng)建文件的幾種方式
posted @
2010-04-01 16:23
chatler 閱讀(159) |
評(píng)論 (0)
編輯
C語(yǔ)言優(yōu)先級(jí)
posted @
2010-03-16 12:10
chatler 閱讀(319) |
評(píng)論 (0)
編輯
幾個(gè)很有用的系統(tǒng)宏
posted @
2010-03-09 17:49
chatler 閱讀(301) |
評(píng)論 (0)
編輯
malloc and realloc
posted @
2010-03-01 22:07
chatler 閱讀(223) |
評(píng)論 (0)
編輯
如何讀取一行中的多個(gè)數(shù)據(jù)
posted @
2010-02-25 08:58
chatler 閱讀(609) |
評(píng)論 (0)
編輯
6個(gè)變態(tài)的C語(yǔ)言Hello World程序
posted @
2010-02-18 21:05
chatler 閱讀(244) |
評(píng)論 (0)
編輯
C Language Know-how
posted @
2010-02-03 09:16
chatler 閱讀(202) |
評(píng)論 (0)
編輯
著名程序庫(kù)的比較和學(xué)習(xí)經(jīng)驗(yàn)
posted @
2010-01-11 22:32
chatler 閱讀(945) |
評(píng)論 (3)
編輯
關(guān)鍵字的作用 auto static register const volatile extern
posted @
2010-01-11 00:35
chatler 閱讀(231) |
評(píng)論 (0)
編輯
Linux 下的C程序錯(cuò)誤號(hào)
posted @
2009-12-23 23:16
chatler 閱讀(324) |
評(píng)論 (0)
編輯
64位與32位編程的數(shù)據(jù)類(lèi)型區(qū)別
posted @
2009-12-07 22:40
chatler 閱讀(3229) |
評(píng)論 (0)
編輯
c中strncmp與memcmp的區(qū)別
posted @
2009-11-24 12:04
chatler 閱讀(1876) |
評(píng)論 (0)
編輯
給一個(gè)二維字符串?dāng)?shù)組分配內(nèi)存
posted @
2009-05-27 11:57
chatler 閱讀(396) |
評(píng)論 (0)
編輯
Virtual inheritance
posted @
2009-04-29 22:53
chatler 閱讀(242) |
評(píng)論 (0)
編輯
Virtual_function
posted @
2009-04-19 23:32
chatler 閱讀(868) |
評(píng)論 (0)
編輯
typedef的用法<轉(zhuǎn)>
posted @
2009-03-27 11:19
chatler 閱讀(312) |
評(píng)論 (0)
編輯
C++----字節(jié)對(duì)齊方式《轉(zhuǎn)》
posted @
2009-03-27 10:39
chatler 閱讀(560) |
評(píng)論 (0)
編輯
C++-----虛擬函數(shù)的若干說(shuō)明《轉(zhuǎn)》
posted @
2009-03-27 10:37
chatler 閱讀(215) |
評(píng)論 (0)
編輯
static關(guān)鍵字的用法《轉(zhuǎn)》
posted @
2009-03-27 10:36
chatler 閱讀(255) |
評(píng)論 (0)
編輯
const 關(guān)鍵字《轉(zhuǎn)》
posted @
2009-03-27 10:31
chatler 閱讀(237) |
評(píng)論 (0)
編輯
memcpy and memmove
posted @
2009-03-25 15:05
chatler 閱讀(223) |
評(píng)論 (0)
編輯
strlen和sizeof的聯(lián)系<轉(zhuǎn)>
posted @
2008-10-21 17:17
chatler 閱讀(515) |
評(píng)論 (0)
編輯
sizeof<轉(zhuǎn)>
posted @
2008-08-19 23:51
chatler 閱讀(135) |
評(píng)論 (0)
編輯
從一道面試題看指針與數(shù)組的區(qū)別 <轉(zhuǎn)>
摘要: 關(guān)于指針,推薦看一下csdn飛天御劍流的《再再論指針》,相信對(duì)C語(yǔ)言指針會(huì)有一個(gè)更為清晰全面的理解。
指針是C語(yǔ)言的精華,它是一柄“雙刃劍”,用的好與壞就看使用者的功力了。下面就一道面試題,看一下指針與數(shù)組的區(qū)別。
閱讀全文
posted @
2008-08-06 02:47
chatler 閱讀(866) |
評(píng)論 (1)
編輯
VC7 中匯編和C++混合的初步心得<轉(zhuǎn)載>
posted @
2008-07-23 16:28
chatler 閱讀(137) |
評(píng)論 (0)
編輯
C/C++中的近指令、遠(yuǎn)指針和巨指針<轉(zhuǎn)載>
posted @
2008-07-23 16:27
chatler 閱讀(125) |
評(píng)論 (0)
編輯
C++各大有名庫(kù)的介紹<轉(zhuǎn)載>
posted @
2008-07-20 18:17
chatler 閱讀(191) |
評(píng)論 (0)
編輯
Google C++ Style Guide
posted @
2008-07-20 09:17
chatler 閱讀(1616) |
評(píng)論 (0)
編輯
利用C++模板編寫(xiě)的序列化框架<轉(zhuǎn)載>
posted @
2008-07-19 13:15
chatler 閱讀(290) |
評(píng)論 (0)
編輯
strlen源碼剖析<轉(zhuǎn)載>
posted @
2008-07-19 11:33
chatler 閱讀(270) |
評(píng)論 (0)
編輯
How to call C or C++ from each other<轉(zhuǎn)載>
posted @
2008-07-19 01:39
chatler 閱讀(159) |
評(píng)論 (0)
編輯
C++的static關(guān)鍵字<轉(zhuǎn)載>
posted @
2008-07-19 00:56
chatler 閱讀(276) |
評(píng)論 (0)
編輯
Copyright ©2025 chatler Powered By:
博客園
模板提供:
滬江博客
<
2010年4月
>
日
一
二
三
四
五
六
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
常用鏈接
我的隨筆
我的評(píng)論
我參與的隨筆
留言簿
(10)
給我留言
查看公開(kāi)留言
查看私人留言
隨筆分類(lèi)
(307)
Algorithm(22)
apache(1)
Assembly(1)
browser(2)
C++_BASIS(39)
Compiling Theorem(1)
CPU(1)
cvs(3)
Database(8)
Designed Patterns(3)
FileFormat(4)
FileSystem(1)
freebsd(1)
Game(2)
gdb(1)
Gossips(12)
GP_STL(3)
interview(8)
java
life and living(1)
linux kernel(12)
Linux_Coding(43)
Linux_Driver
Linux_SysAdmin(26)
makefile(3)
misce(5)
MultiCore(1)
Network(14)
OS(18)
RegularExpression(1)
schedule(1)
SearchEngine(1)
security(2)
Shell(25)
Socket(18)
storage(2)
Template(4)
VC_MFC(4)
vi(5)
website(1)
windows(7)
隨筆檔案
(297)
2012年10月 (1)
2012年9月 (1)
2012年7月 (1)
2012年6月 (7)
2012年5月 (3)
2012年4月 (2)
2011年9月 (3)
2011年8月 (3)
2011年6月 (3)
2011年5月 (2)
2011年3月 (2)
2011年1月 (1)
2010年12月 (2)
2010年11月 (6)
2010年10月 (4)
2010年9月 (7)
2010年8月 (12)
2010年7月 (6)
2010年6月 (5)
2010年5月 (11)
2010年4月 (16)
2010年3月 (20)
2010年2月 (18)
2010年1月 (26)
2009年12月 (34)
2009年11月 (36)
2009年10月 (5)
2009年9月 (1)
2009年7月 (2)
2009年6月 (3)
2009年5月 (6)
2009年4月 (6)
2009年3月 (11)
2009年2月 (6)
2008年11月 (1)
2008年10月 (1)
2008年9月 (3)
2008年8月 (4)
2008年7月 (16)
algorithm
andytan
algorithm, linux, os, network,etc
EXACT STRING MATCHING ALGORITHMS
httperf -- a web perf test tool
Java多線程
編程夜未眠
布薩空間
結(jié)構(gòu)之法
沈一峰 google技術(shù)博客
小兵的窩
Books_Free_Online
Book Fire Center
C++
Bjarne Stroustrup's C++ Style and Technique FAQ
boyplayee column
C Plus Plus
CPP Reference
LearnC++Website
Welcome to Bjarne Stroustrup's homepage!
database
mydear Database
mysql高性能筆記
Linux
獨(dú)孤閣
Linux shell
linux
飛翔
linux socket
linux socket programming
sock programming
misce
cloudward
感覺(jué)這個(gè)博客還是不錯(cuò),雖然做的東西和我不大相關(guān),覺(jué)得看看還是有好處的
network
nginx
OSS
Google Android
Android is a software stack for mobile devices that includes an operating system, middleware and key applications. This early look at the Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.
os161 file list
overall
linux related
linux_overall
loop_in_nodes
tiaot
Ubuntu Zone
陳皓專(zhuān)欄
享受編程的樂(lè)趣
搜索
最新評(píng)論
1.?re: memcached完全剖析系列教程《轉(zhuǎn)》
mark
--zgpxgame
2.?re: 用prctl給線程命名
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--none
3.?re: 用prctl給線程命名
請(qǐng)問(wèn)大俠: 用top命令的時(shí)候可以顯示修改后的線程名么?如何做呢?
--dhao123@sina.com
4.?re: 解決Linux pthread_create內(nèi)存泄漏問(wèn)題
我試過(guò),每一種方法有的時(shí)候不行。
第二種是可以的。
--朱先生
5.?re: 著名程序庫(kù)的比較和學(xué)習(xí)經(jīng)驗(yàn)
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--buy dissertation
6.?re: linux的消息隊(duì)列與共享內(nèi)存編程
內(nèi)容選擇得很好,謝謝
--朱志超
7.?re: 著名程序庫(kù)的比較和學(xué)習(xí)經(jīng)驗(yàn)
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--LillianHancock
8.?re: 解決Linux pthread_create內(nèi)存泄漏問(wèn)題[未登錄](méi)
不錯(cuò),支持一個(gè)。
--jack
9.?re: 淺談?dòng)螒蚍?wù)器---功能模塊上來(lái)看[未登錄](méi)
不錯(cuò) 好文!! 期待博主繼續(xù)
--cppexplore
10.?re: 全面整理的C++面試題
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--chatler
11.?re: 微軟面試中簡(jiǎn)單的算法題目(轉(zhuǎn))
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--chatler
12.?re: Browsers, processes, cookies and session state
每個(gè)IE Instance該是不同的進(jìn)程吧,可以獲取進(jìn)程ID,在每個(gè)instance里建一個(gè)名稱(chēng)包含進(jìn)程id的目錄名,就可以分目錄存儲(chǔ)了吧。
--chatler
13.?re: Browsers, processes, cookies and session state
文章說(shuō)的很清楚,多謝
我有一個(gè)問(wèn)題:
如何為每個(gè)ie instance ie實(shí)例的 Persistent cookies cookie 指定不同的存儲(chǔ)目錄?
--domolo
14.?re: 從一道面試題看指針與數(shù)組的區(qū)別
一個(gè)字,強(qiáng)!
--路過(guò)
15.?re: 一個(gè)關(guān)于單向鏈表的面試題
評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
--chatler
閱讀排行榜
1.?Windows Socket五種I/O模型(8328)
2.?最大公約數(shù)(Gcd)兩種算法(Euclid && Stein)<轉(zhuǎn)>(5485)
3.?用prctl給線程命名(5046)
4.?Linux core dump file詳解 <轉(zhuǎn)>(4482)
5.?算法面試題(3393)
6.?64位與32位編程的數(shù)據(jù)類(lèi)型區(qū)別(3229)
7.?解決Linux pthread_create內(nèi)存泄漏問(wèn)題(3118)
8.?NUMA與英特爾下一代Xeon處理器學(xué)習(xí)心得<轉(zhuǎn)>(2985)
9.?c語(yǔ)言抓取網(wǎng)頁(yè)數(shù)據(jù)(2824)
10.?CVSNT服務(wù)器配置——添加用戶、解決無(wú)法登陸(2730)
11.? pthread_join函數(shù)及l(fā)inux線程(2636)
12.?一個(gè)基于Event Poll(epoll)的TCP Server Framework,淺析epoll(2555)
13.?為 C/C++ 項(xiàng)目構(gòu)建您自己的內(nèi)存管理器
(2546)
14.?memcached完全剖析系列教程《轉(zhuǎn)》(2499)
15.?G++編譯選項(xiàng)(2396)
16.?STL容器 erase的使用陷井<轉(zhuǎn)載>(2182)
17.?epoll使用例子(2108)
18.?linux的消息隊(duì)列與共享內(nèi)存編程(2060)
19.?gdb帶參數(shù)調(diào)試(2057)
20.?The Linux Kernel Module Programming Guide(2002)
21.?一個(gè)關(guān)于單向鏈表的面試題(1902)
22.?c中strncmp與memcmp的區(qū)別(1876)
23.?優(yōu)化Derby數(shù)據(jù)庫(kù)技巧(1820)
24.?一個(gè)基于完成端口的TCP Server Framework,淺析IOCP(1746)
25.?自己整理的指令(1738)
26.?autotools制作Makefile 和configure文件(1622)
27.?Google C++ Style Guide(1616)
28.?linux系統(tǒng)調(diào)用函數(shù)(1613)
29.?An In-Depth Look into the Win32 Portable Executable File Format(1591)
30.? vim大小寫(xiě)轉(zhuǎn)換(1576)
31.?淺談?dòng)螒蚍?wù)器---功能模塊上來(lái)看(1540)
32.?教你用c實(shí)現(xiàn)http協(xié)議(1489)
33.?MIPS architecture
(1485)
34.?Aix下查看占用端口的進(jìn)程(1470)
35.?史上最強(qiáng)bash函數(shù)庫(kù)(1400)
36.?linux trap詳解(1337)
37.?ms,google,vmware,nvidia美國(guó)總部面試題(1318)
38.?多CPU上的原子操作(1312)
39.?power函數(shù)寫(xiě)法《轉(zhuǎn)》(1274)
40.?Critical Section
(1243)
評(píng)論排行榜
1.?著名程序庫(kù)的比較和學(xué)習(xí)經(jīng)驗(yàn)(3)
2.?解決Linux pthread_create內(nèi)存泄漏問(wèn)題(2)
3.?用prctl給線程命名(2)
4.?Browsers, processes, cookies and session state
(2)
5.?全面整理的C++面試題(1)
6.?linux的消息隊(duì)列與共享內(nèi)存編程(1)
7.?一個(gè)關(guān)于單向鏈表的面試題(1)
8.?從一道面試題看指針與數(shù)組的區(qū)別 <轉(zhuǎn)>(1)
9.?淺談?dòng)螒蚍?wù)器---功能模塊上來(lái)看(1)
10.?微軟面試中簡(jiǎn)單的算法題目(轉(zhuǎn))(1)
11.?memcached完全剖析系列教程《轉(zhuǎn)》(1)
12.?死鎖和活鎖 deadlock and livelock(0)
13.?IT公司筆試算法題(0)
14.?effective c++(0)
15.?為 C/C++ 項(xiàng)目構(gòu)建您自己的內(nèi)存管理器
(0)
16.?Comparing Two High-Performance I/O Design Patterns
(0)
17.?boost 庫(kù) enable_shared_from_this 實(shí)現(xiàn)原理分析<轉(zhuǎn)>(0)
18.?Which is asymptotically larger: lg(lg* n) or lg*(lg n)$? <
>(0)
19.?TCMalloc : Thread-Caching Malloc(0)
20.?有抗癌效果的神奇食物(0)
21.?ubuntu下編譯內(nèi)核(0)
22.?MySQL索引背后的數(shù)據(jù)結(jié)構(gòu)及算法原理(0)
23.?wget進(jìn)行整站下載<轉(zhuǎn)>(0)
24.?What are the difference between DDL, DML and DCL commands?<轉(zhuǎn)載>(0)
25.?通過(guò)證書(shū)方式實(shí)現(xiàn)ssh的無(wú)密碼登陸<轉(zhuǎn)>(0)
26.?50個(gè)有關(guān)編程的至理名言<轉(zhuǎn)>(0)
27.?How I explained Design Patterns to my wife《reprint》(0)
28.?How to explain OOD to my wife-code project《轉(zhuǎn)載》(0)
29.?ifconf.c《轉(zhuǎn)載》(0)
30.?vim configuration(0)
31.?<轉(zhuǎn)>how to start a kernel thread(0)
32.?Linux系統(tǒng)性能指標(biāo)介紹(0)
33.?Linux進(jìn)程的狀態(tài)和調(diào)度(0)
34.?關(guān)鍵字的作用 auto static register const volatile extern (0)
35.?epoll使用例子(0)
36.?Windows Socket五種I/O模型(0)
37.?TCP的流量控制 (0)
38.?Linux下各類(lèi)TCP網(wǎng)絡(luò)服務(wù)器的實(shí)現(xiàn)源代碼《轉(zhuǎn)》(0)
39.?fopen 文本文件與二進(jìn)制文件區(qū)別(0)
40.?Linux目錄掃描程序(0)
国内精品久久久久影院免费
|
国产A级毛片久久久精品毛片
|
国产精品久久免费
|
人人狠狠综合久久亚洲婷婷
|
情人伊人久久综合亚洲
|
久久精品国产欧美日韩
|
2021国产精品午夜久久
|
精品永久久福利一区二区
|
亚洲国产精品热久久
|
久久国产AVJUST麻豆
|
韩国免费A级毛片久久
|
精品久久久久久99人妻
|
一本色道久久综合狠狠躁
|
久久久久久a亚洲欧洲aⅴ
|
亚洲精品NV久久久久久久久久
|
狠狠色婷婷久久综合频道日韩
|
精品久久久久久久久中文字幕
|
久久人人爽人人爽人人片AV东京热
|
久久狠狠爱亚洲综合影院
|
国产成人久久精品区一区二区
|
久久人搡人人玩人妻精品首页
|
亚洲人成精品久久久久
|
香港aa三级久久三级
|
国色天香久久久久久久小说
|
18禁黄久久久AAA片
|
国产成人无码久久久精品一
|
久久综合亚洲欧美成人
|
国产精品嫩草影院久久
|
亚洲AV无码久久精品狠狠爱浪潮
|
久久99精品久久久久久水蜜桃
|
亚洲精品乱码久久久久66
|
久久中文字幕视频、最近更新
|
亚洲AV无码1区2区久久
|
久久天天躁狠狠躁夜夜2020
|
99久久免费国产精品热
|
久久精品无码一区二区WWW
|
久久久噜噜噜久久中文字幕色伊伊
|
久久精品人人做人人爽97
|
久久精品国产一区二区
|
久久精品国产99国产电影网
|
欧洲人妻丰满av无码久久不卡
|