-
ATL object wizard is just not restricted for ATL COM appwizards. It can be used
ATL object wizard is just not restricted for ATL COM appwizards. It can be used in any application provided the project meets certain requirements. You can use this appwizard to create ordinary(non - COM) Win32 application utilizing the ATL window classes or develop console OLEDB consumer applications. ATL对象向导不限于 ATL COM 应用程序向导。它也可以用于满足要求的项目的任何应用程序中。你可以使用这个向导来创建普通的(非COM) Win32 应用程序,使用ATL窗口类或开发控制台OLEDB消费者应用程序。 来源: http://www.codeguru.com/atl/atlcompappwz.shtml-ATL object wizard is just not restricted for ATL COM appwizards.
It can be used in any application provided the project meets certain
requirements. You can use this appwizard to create ordinary (non-
COM) Win32 application utilizing the ATL window classes or develop
console OLEDB consumer applications. the ATL object guide is not
restricted in ATL the COM application procedure guide. It also may use
in the project any application procedure which answers the purpose.
You may use this guide to found (non- COM) ordinary the Wi
- 2022-02-10 10:47:45下载
- 积分:1
-
- 2022-03-26 07:04:36下载
- 积分:1
-
own compilers, and not all functions, Members can coach
自己做的编译器,功能不见全,请大家多多执教-own compilers, and not all functions, Members can coach
- 2022-12-22 19:30:03下载
- 积分:1
-
VB的1500个WINDOWSAPI类全集
VB的1500个WINDOWSAPI类全集-VB-1500 WINDOWSAPI Class Collection
- 2022-07-11 17:31:02下载
- 积分:1
-
directory search box
文件目录搜索对话框-directory search box
- 2022-03-01 23:11:55下载
- 积分:1
-
窗口置顶功能,防止其他窗口挡住指定窗口,使其能一直显示在最前端...
窗口置顶功能,防止其他窗口挡住指定窗口,使其能一直显示在最前端-Top features a window to prevent other windows to block the designated window, so that they can always show in the most front-end
- 2022-03-23 01:46:27下载
- 积分:1
-
java的数据流
3.11 流
知道流的分类
掌握IO常用操作
Java中的流代表程序中数据的流通,是以先进先出方式发送信息的通道。
图3- 11 输入流和输出流
流可以分为不同的类型,按照不同的分类方式,从不同的角度来观察,概念上会有重叠。
按照流的方向,可以将流分为输入流和输出流:
输入流(InputStream):只能从中读取数据,而不能向其写入数据。
输出流(OutputStream):只能向其写入数据,而不能从中读取数据。
按照处理流的基本单位可以将流分为字节流和字符流:
字节流:在流中处理的基本单位为字节(8位的byte)的流。
字符流:在流中处理的基本单位为字符(16位的Unicode)的流。
按照流的角色分,可以将流分为节点流和过滤流:
节点流:可以从/向一个特定的IO设备(如磁盘或网络)读/写数据的流,节点流又常被称为低级流(Low Level Stream),节点通常是指文件、内存和管道。
过滤流:实现对一个已经存在的流的连接和封装,通过所封装的流的功能调用实现数据读/写功能的流。这种对流进行处理的流称为过滤流。
字节流中存放的是字节序列,无论是输入还是输出,都是直接对字节进行处理。InputStream和OutputStream为字节输入/输出流类的顶层父类。字符流中存放的是字符序列,无论是输入还是输出,都是直接对字符处理。字符流的顶层父类是Reader和Writer。节点流通常直接对特定的IO设备(如磁盘或网络)进行读写,而过滤流通常对已存在的流进行连接和封装,从而对已有的流进行特殊处理。
对象的序列化就是把对象写到一个输出流中,对象的反序列化是指从一个输入流中读取一个对象。
总结:
字节流:
输入流 输出流
FileInputStream FileOut
- 2022-01-25 23:22:03下载
- 积分:1
-
基于Android的微信页面开发
基于Android2.2.2版本,Android应用源码高仿微信5.2内测版UI项目,内含微信的四个主要界面,并且包含Android的四大组件中的内容,特别使用到了Fargment组件,值得一提的是该项目特别适合一些Android的初学者,对他们理解这些急促问题提供很大帮助
- 2022-02-06 10:53:30下载
- 积分:1
-
快速选择刀具库
数控加工模块(Pro/Engineer CAM)二次开发,快速选择刀具库项目实例源代码。-CNC machining module (Pro/Engineer CAM) secondary development, quick selection tool library project source code examples.
- 2023-07-31 17:05:03下载
- 积分:1
-
ppc拨号面板,forwm6.1的
ppc拨号面板,forwm6.1的 -ppc dial panel, forwm6.1 the
- 2022-07-06 08:35:25下载
- 积分:1