搜索资源列表
ccdl190.zip
- 用汇编和C写的32位C语言编译器,支持C++,也可编译Windows程序和DLL文件
hellowin.zip
- 汇编写Windows程序的例子
testwin.zip
- 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件
Windows环境下32位汇编语言程序设计.rar
- Windows环境下32位汇编语言程序设计
“C语言接口”扩展程序调用接口规范
- 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a stan
实例88 DOS程序如何读写Windows剪贴板
- DOS程序如何读写Windows剪贴板,小程序供大家学习使用-procedures how to read and write DOS Windows clipboard, small learning process for everyone to use
用CSharp编写发手机中文短信息Windows服务
- 短信收发程序,能从一个目录中固定格式的文本文件中读取出相应的信息,发送出去。-SMS transceiver procedures, from a directory fixed format text file to read out the corresponding information sent.
《Windows VxD与设备驱动程序权威指南》
- 本书是讲述VxD和设备驱动程序的权威指南。主要分为两部分。第一部分(第2到第12章)讲述Windows执行环境和VxD。第二部分(第13到第19章)讲述基于DLL的驱动程序。本书几乎涵盖了设备驱动程序开发的各个层面,内容全面翔实,可读性较高。 -the book is about the VxD driver and equipment to the authority and guidance. Divided into two main parts. The first part (sect
WindowsProgram
- 《Windows程序设计》一书的全部源代码-"Windows Program Design," a book of all the source code
essential-cpp-source-for-non-windows
- c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数 -lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
java程序集合1
- JAVA程序集合1 包括窗体 文体 WINDOWS命令 对话框 画图-Java procedures, including a set of Windows Forms Style dialog box drawing
得到windows运行程序的信息
- 得到windows运行程序的信息,使用vb写的 -windows to be operational procedures for the information, the use of written vb
《Microsoft Windows CE 程序设计》书上的源代码
- 《Microsoft Windows CE 程序设计》书上的源代码
Windows环境下32位汇编语言程序设计
- Windows环境下32位汇编语言程序设计-Windows environment next 32 assembly language programming
WINDOWS
- 对话框是由线条和矩形组合而成,标准windows对话框一共使用了5种颜色,分别是: #D4D0C8,#0E296E,#FFFFFF,#808080,#404040.其中#D4D0C8是对话框主体颜色, #0E296E是标题栏颜色,其他三种颜色是对话框边框使用的颜色,对话框边框主要用于营 造对话框立体效果. 本程序由于使用的是640*480*16色显示模式,无法取到标准windows程序所需要的5种 颜色,所以使用相近的颜色进行替换.-Dialog box i
MFCWindows2
- MFC Windows程序设计(第二版)书附源码-the code for the book "MFC Windows Programming(2rd)"
[from-assembly-to-windows-kernel]
- 从基本的windows程序与汇编指令出发,讲解了windows内核的编程,调试,阅读,以及自行探索的方法。读者在使用C/C++开发windows程序基础上,能掌握windows内核的基础编程-From basic windows programs starting with the assembly instructions to explain the windows kernel programming, debugging, reading, and explore their own w
王艳平windows程序设计第二版原光盘文件
- 王艳平windows程序设计第二版原光盘文件,很喜欢这本书,把里面的文件给大家分享吧!
中科院windows程序设计课件
- 中科院的windows程序设计课件,绝对是好东西,每个例子都值得你去研究,希望能对你有所帮助
Programming-Windows-Source-code
- 这是Windows程序设计(第五版)的源代码资料-This is source code of Programming Windows