
Technology Tips
hongweijin
这个作者很懒,什么都没留下…
展开
-
关于PASCAL 和 FAR
#define CALLBACK __stdcall#define WINAPI __stdcall#define WINAPIV __cdecl#define APIENTRY WINAPI#define APIPRIVATE __stdcall#define PASCAL __stdcall调用约定(Calling convention):决定函数转载 2004-08-14 19:33:00 · 3776 阅读 · 1 评论 -
Gif format
G I F (tm) Graphics Interchange Format (tm) A standard defining a mechanism for the storage and transmission of raster-based graphics information June 15, 1987转载 2006-02-21 15:53:00 · 1775 阅读 · 0 评论 -
hungariant notation
Hungarian NotationCharles Simonyi is credited with first discussing Hungarian Notation. It is a variable naming convention that includes C++ information about the variable in its name (such as data ty转载 2005-04-17 18:52:00 · 1092 阅读 · 0 评论 -
螺旋打印
#include #include #include #include #include #include #include #include //The screen is 640*480#define SCR_MAX_X 639#define SCR_MAX_Y 479//Define colors#define NOCOLOR -1#define BLACK 0#define BLU转载 2005-03-21 16:47:00 · 1403 阅读 · 0 评论 -
C#函数(Asp.NET)
1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=curre转载 2005-03-04 22:50:00 · 1206 阅读 · 0 评论 -
类型转换(entir)
http://dev.youkuaiyun.com/develop/article/12/12365.shtm转载 2004-11-07 10:12:00 · 1258 阅读 · 0 评论 -
RSS指南(转贴)
第一部分:今天互联网的新趋势互联网是一个让人兴奋而又眩晕的地方。用户常遇到两个大问题:第一是如何在浩翰的信息海洋中找到自己需要的内容;第二是如何能跟上瞬息万变,永不停息的新知识和新内容。象GOOGLE和百度这样的搜索引擎解决了第一个问题,因而成为第一代互联网工具的代表。而第二个问题的解决方法目前正悄然兴起,这就是基於RSS和ATOM技术的网络内容“推” 技术,一个可以使成千上万网民更高转载 2004-10-28 23:06:00 · 1470 阅读 · 0 评论 -
Regsvr32在实际中的应用
1.恢复图片预览功能:Windows XP的图片预览功能,对应的控件文件为thumbvw.dll。如果该功能损坏,可单击“开始”-“运行”,在“打开”框中输入:“Regsvr32 Thumbvw.dll”,单击“确定”执行命令,这时就会弹出提示框:“DllRegisterServer in Thumbvw.dll succeeded.”,这表明控件注册成功。重新启动电脑,Win转载 2004-10-06 09:42:00 · 1846 阅读 · 0 评论 -
程序设计之道
程序设计之道◎目录卷首插画自序卷一 静寂虚无卷二 古之大师卷三 构思与设计卷四 编撰程式卷五 维护卷六 管理卷七 公司智慧卷八 硬软体卷九 结语关于作者关于本书卷首插画 卷首的古代插画代表电脑程式界九个不朽。传统莲枝代表专案管理,仙鹤则是组合语言。豺狼如同走狗像转载 2004-09-30 20:55:00 · 1825 阅读 · 0 评论 -
英中术语对照
--------------------------------------------------------------------------------------------------------------------constructor 建构式declaration 宣告式definition 定义式destructor 解构式expression 算式(运算式)fun转载 2004-08-27 22:59:00 · 1999 阅读 · 0 评论 -
Beej网络socket编程指南
Beej网络socket编程指南[Version 1.5.5][ http://www.ecst.csuchico.edu/~beej/guide/net/]介绍 Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等… 好在我已转载 2004-08-30 19:57:00 · 1284 阅读 · 0 评论 -
Latex Tutorial
Latex TutorialKeywords: Latex, Postscript, PDF, how to, tutorial, guide, primerMotivationSuppose youre writing a scientific article to be published in a conference proceeding, journal or book.转载 2006-07-07 17:11:00 · 3819 阅读 · 0 评论