Welcome![Sign In][Sign Up]
Location:
Search - cdecl

Search list

[Windows Develop孙鑫C++-Windows使用原理

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback function, the window is closed and applications from the working relationship, the use of a number of small VC skills, and cdecl calling stdcall norms, beginners often make mistakes and points for attention .
Platform: | Size: 15732 | Author: lily | Hits:

[GUI DevelopLesson01

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback function, the window is closed and applications from the working relationship, the use of a number of small VC skills, and cdecl calling stdcall norms, beginners often make mistakes and points for attention .
Platform: | Size: 23868 | Author: 鞠俊 | Hits:

[Windows DevelopWinMain

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback function, the window is closed and applications from the working relationship, the use of a number of small VC skills, and cdecl calling stdcall norms, beginners often make mistakes and points for attention .
Platform: | Size: 10616 | Author: 贾真 | Hits:

[Windows Developyuanli

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principles, message queue, the callback function, the window is closed and applications from the working relationship, the use of a number of small VC skills, stdcall and cdecl calling norms, beginners often make mistakes and tips.
Platform: | Size: 11010 | Author: 钟行 | Hits:

[Windows Developwindowsyuanli

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。 -Windows operating procedures principles and procedures for the preparation process, the window is formed, and handle principles, message queue, callback function, the window is closed and application procedures to withdraw from the working relationship, the use of a number of small VC skills, stdcall and cdecl calling norms, beginners often make mistakes and tips.
Platform: | Size: 14123 | Author: 讼师为 | Hits:

[Other resourceWindows

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures principles and procedures for the preparation process, the window is formed, and handle principles, message queue, callback function, the window is closed and application procedures to withdraw from the working relationship, the use of a number of small VC skills, stdcall and cdecl calling norms, beginners often make mistakes and tips.
Platform: | Size: 15263 | Author: 孤鸿影 | Hits:

[Other resourceLesson1

Description: 孙鑫老师VC++的视频教学!(第一章,已转化为多个FLASH文件,高质量)VC++入门必须了解的内容,Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项.-Xin Sun Video VC teachers teaching! (The first chapter, has been translated into more than FLASH document, high quality) VC entry must understand the content, procedures Windows operating principle and procedure of the preparation process, window selection process, handle principle, Message Queue, a callback function, the window is closed and application procedures to withdraw from the working relationship The use of a number of small VC skills stdcall and cdecl calling norms, Beginners often make mistakes and tips.
Platform: | Size: 37914082 | Author: 郑程诚 | Hits:

[GUI DevelopCodeZap

Description: CodeZap 是用来给 PE 文件添加额外代码的 C++ SDK。您可以通过使用熟悉而且容易工程化的 C/C++ 语言来添加大量的可执行代码。 Codez 使用非常简单,你只要模仿 ZCode 函数,写出自己的 ZCode 即可。其中 ZCode 的要求如下: 1. ZCode 必须是 CDECL 调用规范。 2. ZCode 函数最后的 __asm 块,除 #ifdef _DEBUG 包围的之外,必须保留。 3. ZCode 中不能使用字符串常量。 4. ZCode 中不能调用外部函数。 5. ZCode 中可以调用 __forceinline 声明的函数。 6. ZCode 中可以使用 CodeZap 中所有 Z 开头的函数。 7. ZCode 中的 C++ 代码可以任意添加,只要符合前面的所有条件。 8. 可以修改 #ifdef _DEBUG 中的汇编代码为你所所要情形。 9. 可以修改函数的参数(基于上一条为前提)。 CodeZap 调用示例: CodeZap(TEXT(\"C:\\\\ABC.CZ.exe\"), TEXT(\"C:\\\\ABC.exe\"), (PBYTE) ZCode) Powered By Yonsm
Platform: | Size: 5894 | Author: 张京 | Hits:

[Otherlesson1

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。
Platform: | Size: 23670 | Author: 池平平 | Hits:

[Other resourcecdecl

Description: c的申明相当晦涩,本程序能分析c语言的申明
Platform: | Size: 1180 | Author: 当地村名 | Hits:

[Windows Developlesson 1

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。
Platform: | Size: 23688 | Author: 王浩南 | Hits:

[Windows DevelopWindowruntimeTestCode

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。
Platform: | Size: 8599 | Author: 陈嵩 | Hits:

[ELanguagecdecl

Description: 一个复杂的C语言声明该如何读呢?cdecl能够读出所有负责的C语言声明-A complex C language statement on how to read it? cdecl able to read out all those responsible for the C language statement
Platform: | Size: 99328 | Author: lair | Hits:

[VC/MFCcdecl

Description: cdecl是可以直接解析C语言的声明语句的程序,也就是把申明转化为白话文-cdecl is the direct analysis of the C language statement a statement of the procedure, which is translated into the vernacular to affirm
Platform: | Size: 188416 | Author: 里几 | Hits:

[assembly languagecdecl

Description: cdecl函数调用,了解printf这样的函数调用,对比stdcall会更清楚。-cdecl function call, to understand such a function call printf, compared stdcall will be clearer.
Platform: | Size: 1024 | Author: 1 | Hits:

[Data structscdecl-blocks_cPP_-2.5.tar

Description: 分析C++中的指针或引用声明,非常有用的程序-Analysis in C++ pointers or references to statements, very useful program. .
Platform: | Size: 37888 | Author: lyuehh | Hits:

[ELanguageCdecl

Description: cdecl声明解析器,帮助你解析复杂的C语言声明。-cdecl declare the resolver, to help you to resolve the complex C language statement.
Platform: | Size: 32768 | Author: 华兄 | Hits:

[Software Engineeringcdecl-and-stdcall

Description: 关于vc++编译器选项cdecl和stdcall的详细说明,本人经过编辑和确认。-Cdecl and stdcall on vc++ compiler option, I edited and confirm.
Platform: | Size: 4096 | Author: | Hits:

[Internet-Networkcdecl

Description: cdecl 一个交互性解释c语言语义的工具 www.yandong.org-cdecl an interactive tool for the semantic interpretation of c language www.yandong.org
Platform: | Size: 44032 | Author: 4399游戏 | Hits:

[Windows Developstdcall and cdecl

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数(Windows program running principle and program writing process, window production process, handle principle, message queue, callback function)
Platform: | Size: 128000 | Author: huihui_qian | Hits:
« 12 3 4 »

CodeBus www.codebus.net