-
ATA规范,硬盘等外设的标准,备由控制说明
ATA规范,硬盘等外设的标准,备由控制说明-ATA specification, hard drives and other peripherals standards, prepared by the control Note
- 2022-03-21 16:08:19下载
- 积分:1
-
statistic算法
statistic算法-statistic algorithm
- 2022-05-27 00:19:22下载
- 积分:1
-
赖斯衰落信道仿真,输出序列为赖斯型的包络。附有波形图
赖斯衰落信道仿真,输出序列为赖斯型的包络。附有波形图-Rice fading channel simulation, the output sequence for the Rice-based envelope. With waveforms
- 2022-03-11 07:19:16下载
- 积分:1
-
Huawei network infrastructure to explain the Dongdong include: routers overview...
华为的讲解网络基础的东东
包括:路由器总体介绍、ip协议、ppp协议等-Huawei network infrastructure to explain the Dongdong include: routers overview, ip protocol, ppp agreements
- 2023-03-23 00:35:03下载
- 积分:1
-
Embedded application development technology CPLDFPGA Platinum manual
CPLDFPGA嵌入式应用开发技术白金手册 》源代码 -Embedded application development technology CPLDFPGA Platinum manual
- 2023-07-21 10:10:03下载
- 积分:1
-
after concluding CSDN other books on the people of the facts may help a bit
经过别人总结的CSDN方面的书籍 对考证的人或许有点帮助-after concluding CSDN other books on the people of the facts may help a bit
- 2023-07-20 16:30:04下载
- 积分:1
-
一篇VC++ 与matlab混合编程的文章,希望对大家有帮助
一篇VC++ 与matlab混合编程的文章,希望对大家有帮助-an article about vc and matlab joint programming.
- 2022-12-22 17:30:03下载
- 积分:1
-
很好用的工具,可以将XML文件通过管道方式传输试试吧 相信对你有帮助...
很好用的工具,可以将XML文件通过管道方式传输试试吧 相信对你有帮助-good with the tools, XML documents can be transmitted through the pipeline to try to believe it help you
- 2023-06-20 08:35:03下载
- 积分:1
-
help beginners understand the wizard generates the overall structure of procedur...
帮助VC的初学者了解向导生成程序的整体结构
Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。
MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数的流程,并解决编制MDI 应用程序过程中的一些常见问题。
-help beginners understand the wizard generates the overall structure of procedures Visual C with the powerful, user-friendly and highly favored by programmers. However, at present the basic class library of the Microsoft version 4.2, some nearly 200 categories, thousands of functions, coupled with Microsoft Corp. hidden some of the technical details, enabling in-depth study MFC very difficult. MFC+5.0 generate three types of applications : Based on the dialog applications, single-file application (SDI) and multi-document applications (MDI). The first two are relatively simple structure, this paper will not dwell on. The author intended from the documents MFC/depending on the structure, the analysis of functio
- 2022-01-25 20:07:54下载
- 积分:1
-
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一...
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一个新的对象。假如类需要进一步封装创建自身实例的细节,并且控制自身实例的数目,那么可以提供静态工厂方法。
- 2023-07-11 12:10:02下载
- 积分:1