Title is No Title

not very good here!

导航

上一页 1 2 3 4 5 6 7 8 ··· 13 下一页

2004年4月13日 #

How to get a Chinese character's PinYin automaticly?

摘要: 1:get the file :imegen.exe in computer,and open and create a txt file:WINPY.txt2:use next code to seek and get.CString desStr="素";char pszPathName[]="WINPY.TXT"; CFile File; CStdioFile sFile;if (!File... 阅读全文

posted @ 2004-04-13 13:59 abraham 阅读(1142) 评论(1) 推荐(0) 编辑

2004年4月9日 #

PE format is very important,so learn it.

摘要: Peering Inside the PE: A Tour of the Win32 Portable Executable File Format Matt Pietrek March 1994 Matt Pietrek is the author of Windows Internals (Addison-Wesley, 1993). He works at Nu-Mega Techn... 阅读全文

posted @ 2004-04-09 16:23 abraham 阅读(1910) 评论(2) 推荐(0) 编辑

2004年4月7日 #

create a dll by hand.

摘要: i have search for many time about this aspect,but there is little about it,not let us share my work about do it.the theory about dll is simple ,but to do it by hand it 's not so easy.1 first,the file:... 阅读全文

posted @ 2004-04-07 12:26 abraham 阅读(1347) 评论(0) 推荐(0) 编辑

2004年3月31日 #

static/register/atuo/extern/volatile/const

摘要: static l 静态变量作用范围在一个文件内,程序开始时分配空间,结束时释放空间,默认初始化为0,使用时可改变其值。 l 静态变量或静态函数,即只有本文件内的代码才可访问它,它的名字(变量名或函数名)在其它文件中不可见。 l 在函数体内生成的静态变量它的值也只能维持 int max_so_far( int curr )//求至今(本次调用)为止最大... 阅读全文

posted @ 2004-03-31 17:06 abraham 阅读(1013) 评论(1) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 13 下一页