登录
首页 » Windows开发 » 介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。...

介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。...

于 2022-08-02 发布 文件大小:540.13 kB
0 215
下载积分: 2 下载次数: 1

代码说明:

介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DOS保护模式下汇编程序设计
    DOS保护模式下汇编程序设计
    2022-07-17 14:47:31下载
    积分:1
  • a good mahjong procedures, from Jiangxi Jiujiang of mahjong rules
    一个不错的麻将程序,取自江西九江的麻将规则-a good mahjong procedures, from Jiangxi Jiujiang of mahjong rules
    2022-08-24 17:39:37下载
    积分:1
  • multithreading examples procedures
    多线程的例子程序-multithreading examples procedures
    2023-01-21 15:35:04下载
    积分:1
  • system to support the Math : PI! ^% SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TA...
    系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Exp)/Trunc(Exp):把Exp截断取整。Round(Exp):把Exp四舍五入。Abs(Exp):取Exp的绝对值。Frac(Exp):取Exp的小数部分。Sin(Exp):求Exp的正玄。Cos(Exp):求Exp的余玄。Tan(Exp):求Exp的正切。ArcSin(Exp):求Exp的反正玄。ArcCos(Exp):求Exp的反余玄。ArcTan(Exp):求Exp的反正切。Ln(Exp):求Exp的自然对数。Log2(Exp):求Exp的以2为低的对数。Log10(Exp):求Exp的以10为低的对数。-system to support the Math : PI! ^% SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN LN ARCSIN ARCCOS ARCTAN LOG2 LOG10PI : pi. Exp. : Computational Exp (expression) of the referral by. Exp1 ^ Exp2 : computational power of Exp1 the Exp2. Exp1% Exp2 : Exp1 calculated by dividing Exp2 the remainder. Monaco (Exp) : Exp calculating the square. Sqrt (Exp) : Exp calculating the square root. Int (Exp)/Trunc (Exp) : With Exp disconnected from the whole. Round (Exp) : With Exp rounding. Abs (Exp) : Exp take the absolute valu
    2023-02-10 21:40:04下载
    积分:1
  • 傅立叶变换用于电力系统谐波分析,全是用c++编的很有价值,不信看看啊...
    傅立叶变换用于电力系统谐波分析,全是用c++编的很有价值,不信看看啊-A c++ code for analysis of harmonic wave of electronic system by Fourier transformation.
    2022-03-03 14:33:20下载
    积分:1
  • 编程步骤:
    编程步骤: 1, 创建新工程(Win32 Console Application)。 2, 添加如下源文件: List.cpp ?链表类的实现 Operater.cpp ?操作类的实现 Main.cpp ?程序入口 添加如下头文件: List.h ?链表类的头文件 Operater.h ?操作类的头文件 3, 添加代码......... 4, 编译,调试,除错,完成.-Programming steps: 1.Create a new project(Win32 Console Application) 2.Add source codes as following:List.cpp__the implementation of list type Operater.cpp__the implementation of operater type Main.cpp__the start point of the program Then, Add head file as following:List.h__the head file of list type Operater.h__the head file of operater type. 3. Add code......... 4. compile, debug,correct and the finish
    2022-01-28 12:46:25下载
    积分:1
  • 实现计算器基本功能,如基本的加减乘除,还有三角函数等
    实现计算器基本功能,如基本的加减乘除,还有三角函数等-Achieve the basic function calculator
    2022-12-26 20:20:04下载
    积分:1
  • 一个虚拟桌面的源码, Visual C++实现, 包装成类, 方便使用!
    一个虚拟桌面的源码, Visual C++实现, 包装成类, 方便使用!-A virtual desktop of the source code, Visual C++ Realize, packing into a category, user-friendly!
    2022-05-08 16:21:11下载
    积分:1
  • Software Quality is linked to the majority of programmers in mind in the mouth r...
    软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以 前捏造的C++/C 程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1 个读者的 建议。-Software Quality is linked to the majority of programmers in mind in the mouth rather than things! In addition to full and genuine programming lay outside experts, read the book early, you will be the first to feel the panic: " wow! I used to fabricate the C++/C process how there were so many problems?" Do not be sad, the author only A few years ago than you, more than just a few panic-stricken. Please take 12 hours to read through 100 of this book, you will be benefited, which is N-1 in front of the recommendations of readers.
    2022-06-13 13:23:33下载
    积分:1
  • 我自己用api编的一个写字板程序,初学者可以学习一下。
    我自己用api编的一个写字板程序,初学者可以学习一下。-This is my notepad, which code by API directly. for beginer ref.
    2022-02-26 04:46:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载