搜索资源列表
VB6 Mouse Wheel
- VB6集成环境鼠标滚轮修正插件。 使用VB6打开工程,将它编译至C:\\Program Files\\Microsoft Visual Studio\\Common\\MSDev98\\AddIns目录 在VB6的Add-In Manager里面激活“MouseWheel Fix”插件。你的VB6就可以使用鼠标滚轮翻动源代码了。-VB6 integrated environment that plug-in mouse wheel. Use VB6 open, it will be compil
“C语言接口”扩展程序调用接口规范
- 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a stan
SQLDirect.v4.2.8
- SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (former
pclint
- PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...微软公司把它作为代码检查工具,只有通过它才能正式发行-PClint, a very strict C / C compiler, can be embedded into VC.GCC so. It can even check out your C / C code in the inner leakage, uninitiali
lcc.4.2.tar
- c语言编译器,跨平台,4.2版本 lcc version 3.x is described in the book \"A Retargetable C Compiler: Design and Implementation\" (Addison-Wesley, 1995, ISBN 0-8053-1670-1). There are significant differences between 3.x and 4.x, most notably in the intermed
二进制阅读器
- 一个用Microsoft C++ 6.0 制定的二进制阅读器。不过只能阅读,不能编辑,功能比较单一。-a Microsoft C 6.0 enacted binary reader. But only reading, editing, function relatively simple.
C#实例程序
- 光盘上的示例程序都是在Microsoft Visual Studio .NET 2003(简体中文版)和SQL Server 2000个人版下调试通过的,不同的版本可能存在差别。另外,使用的操作系统是Microsoft Windows XP(Professional),原则上,操作系统对程序没有影响,不过,作者没有在其他操作系统平台上调试这些程序。如果读者没有在电脑上安装Microsoft Visual Studio .NET 2003或更高版本,则必须安装Framework方能运行光盘中的程序
C++200Demo
- 200个C++编程的实例,几乎涵盖了c++里面的所有基础应用。所有程序实例均在Microsoft Visual C++ 6.0开发环境中调试通过。-200 C programming examples, c cover almost all the infrastructure inside the application. Examples are all the procedures in Microsoft Visual C 6.0 development environment thro
Myspeech
- 基于microsoft speech sdk的语音识别代码程序-Microsoft speech sdk-based speech recognition procedures code
sapi
- 微软speech api SDK5.1文档-Microsoft speech api SDK5.1 document
F67179FJDMEQ2W3HND
- C++ is widely used in the software industry. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video
C
- C语言是在70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。-Microsoft C
fat32.C
- 这种格式采用32位的文件分配表,使其对磁盘的管理能力大大增强,突破了FAT16对每一个分区的容量只有2 GB的限制。由于现在的硬盘生产成本下降,其容量越来越大,运用FAT32的分区格式后,我们可以将一个大硬盘定义成一个分区而不必分为几个分区使用,大大方便了对磁盘的管理。而且,FAT32具有一个最大的优点:在一个不超过8GB 的分区中,FAT32分区格式的每个簇容量都固定为4KB,与FAT16相比,可以大大地减少磁盘的浪费,提高磁盘利用率。目前,支持这一磁盘分区格式的操作系统有Win97、Win9
C
- 微软自带计算器标准,日文版C#小型计算器,有加减乘除功能,程序繁冗,界面精致-Microsoft' s own standard calculator, the Japanese version C# small calculators, multiplication and division with addition and subtraction functions, procedures burdensome, interface refinement
vc6.0-vc2008
- 在VC6的编译器中,这样的代码是没有问题的,因为VC6的编译器为了兼容旧的Microsoft C/C++编译器,没有严格按照C++标准执行,但是从VC7开始,VC的编译器开始遵守C++标准,所以就会出现“变量i没有定义的错误”。解决的方法也很简单,按照Jim Hyslop 和 Herb Sutter的经典对话系列的第四篇中的方法-VC6 compiler, this code is no problem, because VC6 compiler for compatibility with o
Microsoft-Word--1.1a-Source-Code
- 微软Microsoft Word V1.1a的完整开发文档及源代码,采用C/C++和ASM实现,完整金山WPS,绝品大师级源代码,先驱的杰作,WINDOWS开发者研究必备。本代码及MS-DOS V1.1-V2.0源代码由潜龙(QQ:30101)倾情提供。-MS Word 1.1a (Microsoft Word for Windows Version 1.1a Source Code),MS-Word V1.1a Source Code
ATM-Simulator-in-Microsoft-Visual-CSharp
- ATM Simulator in Microsoft Visual C#
c#项目实战源码
- C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。(C# is an object-oriented, high-level programming language running on top of.NET Framework, which is published by Microsoft Corp.)
Parallel Programming With Microsoft Visual C++
- Parallel Programming With Microsoft Visual C++
AMCap
- 微软官方directshow环境下的捕获视频软件amcap源码,方便开发人员学习和进行二次开发。(Microsoft official DirectShow environment capture video software amcap source code, to facilitate developers to learn and carry out the two development.)