beautykingdom
C++博客
首頁
新隨筆
聯(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 閱讀(452) |
評(píng)論 (0)
編輯
effective c++
posted @
2012-06-01 15:00
chatler 閱讀(319) |
評(píng)論 (0)
編輯
函數(shù)指針和指針函數(shù)
posted @
2010-08-18 22:20
chatler 閱讀(306) |
評(píng)論 (0)
編輯
幾道筆試題
posted @
2010-07-23 17:15
chatler 閱讀(233) |
評(píng)論 (0)
編輯
type casting
posted @
2010-05-02 10:52
chatler 閱讀(526) |
評(píng)論 (0)
編輯
Optimization of Computer Programs in C
posted @
2010-04-08 00:53
chatler 閱讀(757) |
評(píng)論 (0)
編輯
多CPU上的原子操作
posted @
2010-04-03 21:05
chatler 閱讀(1310) |
評(píng)論 (0)
編輯
創(chuàng)建文件的幾種方式
posted @
2010-04-01 16:23
chatler 閱讀(159) |
評(píng)論 (0)
編輯
C語言優(yōu)先級(jí)
posted @
2010-03-16 12:10
chatler 閱讀(317) |
評(píng)論 (0)
編輯
幾個(gè)很有用的系統(tǒng)宏
posted @
2010-03-09 17:49
chatler 閱讀(300) |
評(píng)論 (0)
編輯
malloc and realloc
posted @
2010-03-01 22:07
chatler 閱讀(221) |
評(píng)論 (0)
編輯
如何讀取一行中的多個(gè)數(shù)據(jù)
posted @
2010-02-25 08:58
chatler 閱讀(607) |
評(píng)論 (0)
編輯
6個(gè)變態(tài)的C語言Hello World程序
posted @
2010-02-18 21:05
chatler 閱讀(243) |
評(píng)論 (0)
編輯
C Language Know-how
posted @
2010-02-03 09:16
chatler 閱讀(201) |
評(píng)論 (0)
編輯
著名程序庫的比較和學(xué)習(xí)經(jīng)驗(yàn)
posted @
2010-01-11 22:32
chatler 閱讀(939) |
評(píng)論 (3)
編輯
關(guān)鍵字的作用 auto static register const volatile extern
posted @
2010-01-11 00:35
chatler 閱讀(227) |
評(píng)論 (0)
編輯
Linux 下的C程序錯(cuò)誤號(hào)
posted @
2009-12-23 23:16
chatler 閱讀(323) |
評(píng)論 (0)
編輯
64位與32位編程的數(shù)據(jù)類型區(qū)別
posted @
2009-12-07 22:40
chatler 閱讀(3224) |
評(píng)論 (0)
編輯
c中strncmp與memcmp的區(qū)別
posted @
2009-11-24 12:04
chatler 閱讀(1871) |
評(píng)論 (0)
編輯
給一個(gè)二維字符串?dāng)?shù)組分配內(nèi)存
posted @
2009-05-27 11:57
chatler 閱讀(395) |
評(píng)論 (0)
編輯
Virtual inheritance
posted @
2009-04-29 22:53
chatler 閱讀(236) |
評(píng)論 (0)
編輯
Virtual_function
posted @
2009-04-19 23:32
chatler 閱讀(856) |
評(píng)論 (0)
編輯
typedef的用法<轉(zhuǎn)>
posted @
2009-03-27 11:19
chatler 閱讀(307) |
評(píng)論 (0)
編輯
C++----字節(jié)對齊方式《轉(zhuǎn)》
posted @
2009-03-27 10:39
chatler 閱讀(560) |
評(píng)論 (0)
編輯
C++-----虛擬函數(shù)的若干說明《轉(zhuǎn)》
posted @
2009-03-27 10:37
chatler 閱讀(213) |
評(píng)論 (0)
編輯
static關(guān)鍵字的用法《轉(zhuǎn)》
posted @
2009-03-27 10:36
chatler 閱讀(253) |
評(píng)論 (0)
編輯
const 關(guān)鍵字《轉(zhuǎn)》
posted @
2009-03-27 10:31
chatler 閱讀(235) |
評(píng)論 (0)
編輯
memcpy and memmove
posted @
2009-03-25 15:05
chatler 閱讀(211) |
評(píng)論 (0)
編輯
strlen和sizeof的聯(lián)系<轉(zhuǎn)>
posted @
2008-10-21 17:17
chatler 閱讀(514) |
評(píng)論 (0)
編輯
sizeof<轉(zhuǎn)>
posted @
2008-08-19 23:51
chatler 閱讀(134) |
評(píng)論 (0)
編輯
從一道面試題看指針與數(shù)組的區(qū)別 <轉(zhuǎn)>
摘要: 關(guān)于指針,推薦看一下csdn飛天御劍流的《再再論指針》,相信對C語言指針會(huì)有一個(gè)更為清晰全面的理解。
指針是C語言的精華,它是一柄“雙刃劍”,用的好與壞就看使用者的功力了。下面就一道面試題,看一下指針與數(shù)組的區(qū)別。
閱讀全文
posted @
2008-08-06 02:47
chatler 閱讀(862) |
評(píng)論 (1)
編輯
VC7 中匯編和C++混合的初步心得<轉(zhuǎn)載>
posted @
2008-07-23 16:28
chatler 閱讀(135) |
評(píng)論 (0)
編輯
C/C++中的近指令、遠(yuǎn)指針和巨指針<轉(zhuǎn)載>
posted @
2008-07-23 16:27
chatler 閱讀(123) |
評(píng)論 (0)
編輯
C++各大有名庫的介紹<轉(zhuǎn)載>
posted @
2008-07-20 18:17
chatler 閱讀(190) |
評(píng)論 (0)
編輯
Google C++ Style Guide
posted @
2008-07-20 09:17
chatler 閱讀(1611) |
評(píng)論 (0)
編輯
利用C++模板編寫的序列化框架<轉(zhuǎn)載>
posted @
2008-07-19 13:15
chatler 閱讀(290) |
評(píng)論 (0)
編輯
strlen源碼剖析<轉(zhuǎn)載>
posted @
2008-07-19 11:33
chatler 閱讀(268) |
評(píng)論 (0)
編輯
How to call C or C++ from each other<轉(zhuǎn)載>
posted @
2008-07-19 01:39
chatler 閱讀(157) |
評(píng)論 (0)
編輯
C++的static關(guān)鍵字<轉(zhuǎn)載>
posted @
2008-07-19 00:56
chatler 閱讀(273) |
評(píng)論 (0)
編輯
Copyright ©2025 chatler Powered By:
博客園
模板提供:
滬江博客
<
2010年1月
>
日
一
二
三
四
五
六
27
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
31
1
2
3
4
5
6
常用鏈接
我的隨筆
我的評(píng)論
我參與的隨筆
留言簿
(10)
給我留言
查看公開留言
查看私人留言
隨筆分類
(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
感覺這個(gè)博客還是不錯(cuò),雖然做的東西和我不大相關(guān),覺得看看還是有好處的
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
陳皓專欄
享受編程的樂趣
搜索
最新評(píng)論
1.?re: memcached完全剖析系列教程《轉(zhuǎn)》
mark
--zgpxgame
2.?re: 用prctl給線程命名
評(píng)論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--none
3.?re: 用prctl給線程命名
請問大俠: 用top命令的時(shí)候可以顯示修改后的線程名么?如何做呢?
--dhao123@sina.com
4.?re: 解決Linux pthread_create內(nèi)存泄漏問題
我試過,每一種方法有的時(shí)候不行。
第二種是可以的。
--朱先生
5.?re: 著名程序庫的比較和學(xué)習(xí)經(jīng)驗(yàn)
評(píng)論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--buy dissertation
6.?re: linux的消息隊(duì)列與共享內(nèi)存編程
內(nèi)容選擇得很好,謝謝
--朱志超
7.?re: 著名程序庫的比較和學(xué)習(xí)經(jīng)驗(yàn)
評(píng)論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--LillianHancock
8.?re: 解決Linux pthread_create內(nèi)存泄漏問題[未登錄]
不錯(cuò),支持一個(gè)。
--jack
9.?re: 淺談?dòng)螒蚍?wù)器---功能模塊上來看[未登錄]
不錯(cuò) 好文!! 期待博主繼續(xù)
--cppexplore
10.?re: 全面整理的C++面試題
評(píng)論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--chatler
11.?re: 微軟面試中簡單的算法題目(轉(zhuǎn))
評(píng)論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--chatler
12.?re: Browsers, processes, cookies and session state
每個(gè)IE Instance該是不同的進(jìn)程吧,可以獲取進(jìn)程ID,在每個(gè)instance里建一個(gè)名稱包含進(jìn)程id的目錄名,就可以分目錄存儲(chǔ)了吧。
--chatler
13.?re: Browsers, processes, cookies and session state
文章說的很清楚,多謝
我有一個(gè)問題:
如何為每個(gè)ie instance ie實(shí)例的 Persistent cookies cookie 指定不同的存儲(chǔ)目錄?
--domolo
14.?re: 從一道面試題看指針與數(shù)組的區(qū)別
一個(gè)字,強(qiáng)!
--路過
15.?re: 一個(gè)關(guān)于單向鏈表的面試題
評(píng)論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--chatler
閱讀排行榜
1.?Windows Socket五種I/O模型(8319)
2.?最大公約數(shù)(Gcd)兩種算法(Euclid && Stein)<轉(zhuǎn)>(5477)
3.?用prctl給線程命名(5029)
4.?Linux core dump file詳解 <轉(zhuǎn)>(4471)
5.?算法面試題(3389)
6.?64位與32位編程的數(shù)據(jù)類型區(qū)別(3224)
7.?解決Linux pthread_create內(nèi)存泄漏問題(3105)
8.?NUMA與英特爾下一代Xeon處理器學(xué)習(xí)心得<轉(zhuǎn)>(2978)
9.?c語言抓取網(wǎng)頁數(shù)據(jù)(2819)
10.?CVSNT服務(wù)器配置——添加用戶、解決無法登陸(2722)
11.? pthread_join函數(shù)及l(fā)inux線程(2633)
12.?為 C/C++ 項(xiàng)目構(gòu)建您自己的內(nèi)存管理器
(2541)
13.?一個(gè)基于Event Poll(epoll)的TCP Server Framework,淺析epoll(2538)
14.?memcached完全剖析系列教程《轉(zhuǎn)》(2494)
15.?G++編譯選項(xiàng)(2385)
16.?STL容器 erase的使用陷井<轉(zhuǎn)載>(2174)
17.?epoll使用例子(2104)
18.?linux的消息隊(duì)列與共享內(nèi)存編程(2056)
19.?gdb帶參數(shù)調(diào)試(2054)
20.?The Linux Kernel Module Programming Guide(1997)
21.?一個(gè)關(guān)于單向鏈表的面試題(1895)
22.?c中strncmp與memcmp的區(qū)別(1871)
23.?優(yōu)化Derby數(shù)據(jù)庫技巧(1812)
24.?一個(gè)基于完成端口的TCP Server Framework,淺析IOCP(1737)
25.?自己整理的指令(1729)
26.?autotools制作Makefile 和configure文件(1616)
27.?Google C++ Style Guide(1611)
28.?linux系統(tǒng)調(diào)用函數(shù)(1610)
29.? vim大小寫轉(zhuǎn)換(1571)
30.?An In-Depth Look into the Win32 Portable Executable File Format(1570)
31.?淺談?dòng)螒蚍?wù)器---功能模塊上來看(1529)
32.?教你用c實(shí)現(xiàn)http協(xié)議(1482)
33.?MIPS architecture
(1473)
34.?Aix下查看占用端口的進(jìn)程(1463)
35.?史上最強(qiáng)bash函數(shù)庫(1394)
36.?linux trap詳解(1335)
37.?ms,google,vmware,nvidia美國總部面試題(1313)
38.?多CPU上的原子操作(1310)
39.?power函數(shù)寫法《轉(zhuǎn)》(1269)
40.?Critical Section
(1236)
評(píng)論排行榜
1.?著名程序庫的比較和學(xué)習(xí)經(jīng)驗(yàn)(3)
2.?用prctl給線程命名(2)
3.?Browsers, processes, cookies and session state
(2)
4.?解決Linux pthread_create內(nèi)存泄漏問題(2)
5.?從一道面試題看指針與數(shù)組的區(qū)別 <轉(zhuǎn)>(1)
6.?全面整理的C++面試題(1)
7.?微軟面試中簡單的算法題目(轉(zhuǎn))(1)
8.?一個(gè)關(guān)于單向鏈表的面試題(1)
9.?memcached完全剖析系列教程《轉(zhuǎn)》(1)
10.?linux的消息隊(duì)列與共享內(nèi)存編程(1)
11.?淺談?dòng)螒蚍?wù)器---功能模塊上來看(1)
12.?C Language Know-how(0)
13.?shell中管道兩邊的進(jìn)程是怎么通信的(0)
14.?Linux 內(nèi)核筆記2 – 進(jìn)程調(diào)度(0)
15.? 如何準(zhǔn)確的截取出IP段(0)
16.?LINUX命令xargs的簡單應(yīng)用及舉例(0)
17.?查看系統(tǒng)調(diào)用和信號(hào)的命令--strace(0)
18.?brk__sbrk(0)
19.?6個(gè)變態(tài)的C語言Hello World程序(0)
20.?如何寫一個(gè)網(wǎng)絡(luò)蜘蛛(0)
21.?open和fopen的區(qū)別(0)
22.?如何讀取一行中的多個(gè)數(shù)據(jù)(0)
23.?Context Switch Definition(0)
24.?VIM技巧(0)
25.?What is the difference between user level threads and kernel level threads?(0)
26.?如何在Linux內(nèi)核中寫文件(0)
27.?簡歷中的自我評(píng)價(jià)用語(0)
28.?雅虎給出的34條網(wǎng)站加速方法(0)
29.?必看的70道面試題回答(0)
30.?linux常用C函數(shù)(0)
31.?Linux下的文件操作:系統(tǒng)調(diào)用還是庫函數(shù)調(diào)用?(0)
32.?malloc and realloc(0)
33.?五大非常見Linux命令(0)
34.?Hash Function related(0)
35.?gdb know-how(0)
36.?Knuth–Morris–Pratt algorithm(0)
37.?幾個(gè)很有用的系統(tǒng)宏(0)
38.?Hash 算法及其應(yīng)用(0)
39.?process and thread屬性讀取(0)
40.?C語言優(yōu)先級(jí)(0)
亚洲精品乱码久久久久久按摩
|
91久久精品视频
|
久久中文字幕人妻丝袜
|
久久国产成人精品麻豆
|
久久亚洲AV成人无码国产
|
亚洲精品乱码久久久久久不卡
|
97久久精品国产精品青草
|
久久精品国产精品亚洲精品
|
伊人久久大香线蕉综合热线
|
AV色综合久久天堂AV色综合在
|
久久亚洲精品无码aⅴ大香
|
狠狠色噜噜狠狠狠狠狠色综合久久
|
亚洲国产欧美国产综合久久
|
91精品国产高清久久久久久国产嫩草
|
亚洲精品乱码久久久久久中文字幕
|
久久综合给久久狠狠97色
|
久久93精品国产91久久综合
|
中文字幕一区二区三区久久网站
|
亚洲精品视频久久久
|
精品久久久久久国产三级
|
性做久久久久久久
|
久久91精品国产91久
|
国产精品久久毛片完整版
|
亚洲中文久久精品无码
|
久久精品亚洲中文字幕无码麻豆
|
青青青青久久精品国产h久久精品五福影院1421
|
亚洲精品视频久久久
|
久久久精品国产Sm最大网站
|
久久天天躁狠狠躁夜夜2020老熟妇
|
久久亚洲国产精品五月天婷
|
国产精品久久久久久久久
|
av无码久久久久久不卡网站
|
无码国产69精品久久久久网站
|
97香蕉久久夜色精品国产
|
日本欧美国产精品第一页久久
|
品成人欧美大片久久国产欧美
|
亚洲精品午夜国产va久久
|
亚洲色欲久久久久综合网
|
久久影视综合亚洲
|
久久乐国产综合亚洲精品
|
久久99热这里只有精品66
|