-
vb教程
vb教程-vb tutorial
- 2023-06-01 10:25:03下载
- 积分:1
-
通过对ANSI转义序列支持终端的实现。这个...
通过实现对 ANSI 的终端转义序列的支持.这个应用程序还更好地利用了 MIDP 的用户界面功能,并具有对用于用户输入的键盘和定制窗体的支持。您可以组合和匹配这些软件组建来为新的种类的网络意识(network-aware)移动应用程序提供基础。-through the realization of the right ANSI terminal escape sequences support. The application also to make better use of the MIDP user interface functions, and features for user input to the keyboard and Custom Window support. You can mix and match software to the formation of new types of network awareness (network-aware) mobile applications provide the infrastructure.
- 2022-10-28 19:25:03下载
- 积分:1
-
这是看雪论坛的Ollydbg的新手入门教程,很值得一看。
这是看雪论坛的Ollydbg的新手入门教程,很值得一看。-This is the look of snow Forum Ollydbg beginners tutorial, it is worth a visit.
- 2022-06-30 05:44:45下载
- 积分:1
-
vc game programming books, games programming applicable to beginners, many Enlig...
vc游戏编程的书籍,适用于游戏编程初学者,有很多启蒙思想-vc game programming books, games programming applicable to beginners, many Enlightenment
- 2022-07-04 21:31:59下载
- 积分:1
-
窗口游戏编程技巧教程,最新的集成技术和…
windows游戏编程技巧教程,融合最新游戏编程技巧与方法-windows game programming skills tutorials, the latest integration techniques and methods Game Programming
- 2022-03-06 09:51:56下载
- 积分:1
-
本书为operiting书
e book for operiting book
ت ر ج م ه ل ك ت ا ب ن ظ م ا ل ت ش غ ي ل -e book for operiting book
ت ر ج م ه ل ك ت ا ب ن ظ م ا ل ت ش غ ي ل
- 2022-01-26 04:33:35下载
- 积分:1
-
最新版谭浩强《c++语言程序设计》所有习题的原代码,适合于初学者。(和习题的对应关系见其中的说明)...
最新版谭浩强《c++语言程序设计》所有习题的原代码,适合于初学者。(和习题的对应关系见其中的说明)-The new version of writted by TAN Haoqiang. This book is suitable for beginner
- 2023-01-04 02:15:03下载
- 积分:1
-
second part of the book! The computer program structure and interpret (the origi...
本书第二部分!
计算机程序的构造和解释(原书第2版)》 本书1984年出版,成型于美国麻省理工学院(MIT)多年使用的一本教材,1996年修订为第2版。在过去的二十多年里,本书对于计算机科学的教育计划产生了深刻的影响。 第2版中大部分重要程序设计系统都重新修改并做过测试,包括各种解释器和编译器。作者根据其后十余年的教学实践,还对其他许多细节做了相应的修改。 本书自出版以来,世界各地已有100多所院校采用本书做教材,其中包括美国斯坦福大学、美国普林斯顿大学、英国牛津大学、日本东京大学等。 相关网站有本书源代码及其他教辅资料,网址为:www-mitpress.mit.edu/sicp/ 作者简介: Harold Abelson是MIT1992年度MacVicarFacultyFellow。Gerald JaySussman是Matsushita电子工程教授。他们都在MIT电子工程和计算机科学系工作.都得到过最重要的计算机科学教育奖:如Abelson得到了IEEE计算机学会的Booth奖。Sussman得到了ACM的Karlstrom奖。 Julie Sussman是作家和编辑,同时使用自然语言和计算机语言写作。 每一位严肃的计算机科学家都应该阅读这本书。由于本书清晰、简洁和富于才智,我们强烈推荐本书,它适合所有希望深刻理解计算机科学的人们。 -second part of the book! The computer program structure and interpret (the original book version 2), "the book published in 1984. Forming in the Massachusetts Institute of Technology (MIT) years of a teaching materials, as amended in 1996, 2nd edition. In the past 20 years, the book on computer science education program has had a profound impact. Version 2 most important system design procedures are
- 2022-01-22 12:21:23下载
- 积分:1
-
VC专题教程
VC专题教程 -- 第一章 Internet相关开发 打包下载 --- 1.1 如何编写CGI程序 ------ 1.2 一种更亲切的CGI开发系统WinCGI ------ 1.3 利用ISAPI开发CGI程序 ------ 1.4 利用WinInet开发Internet程序 +-- 第二章 ActiveX控件开发 打包下载 ------ 2.1 ActiveX控件介绍 ------ 2.2 利用MFC开发ActiveX控件 ------ 2.3 利用ATL(ActiveX模板库)创建ActiveX控件 ------ 2.4 调试并使用ActiveX控件 +-- 第三章 调试技术与异常(错误)处理 打包下载 ------ 3.1 跟踪与中间过程输出 ------ 3.2 变量/对象合法性检查 ------ 3.3 内存泄露检查 ------ 3.4 异常捕捉与处理 +-- 第四章 进程/线程控制 打包下载 ------ 4.1 为什么需要多进程/线程 ------ 4.2 进程控制 ------ 4.3 线程控制 ------ 4.4 进程/线程间同步 +------ 4.5 进程间通信 +-- 第五章 文件操作 打包下载 +------ 5.1 磁盘文件的打开与关闭 +------ 5.2 磁盘文件的正常读写与异步读写 +------ 5.3 磁盘文件的查找 +------ 5.4 磁盘文件的其他操作 +------ 5.5 串口的操作 +-- 第六章 内存管理 打包下载 +------ 6.1 Win32下的内存管理介绍 +------ 6.2 虚存的使用-VC Guide feature-- the first chapter related to the development of packaged Internet download how to prepare--- 1.1--- 1.2 CGI program a more cordial CGI Development System 1.3 WinCGI--- the use of CGI to develop procedures ISAPI 1.4--- Internet using WinInet development process-- the second chapter Active
- 2022-08-07 06:10:36下载
- 积分:1
-
ADOAPP.zip
ADOAPP.zip
- 2023-06-24 09:05:04下载
- 积分:1