-
example of the Church of the VC beginners how to use tree controls, easy to use
本例子将教会VC++初学者如何使用树形控件,简单易用-example of the Church of the VC beginners how to use tree controls, easy to use
- 2022-04-17 09:42:38下载
- 积分:1
-
这是一个C++程序,MFC。包括发送和接收消息的基本功能,…
This a c++ program in MFC. Including the basic function to send and receive msg, connection to serial port, and PDU format. -This a c program in MFC. Including the bas ic function to send and receive msg, connection to serial port, and PDU format.
- 2022-03-03 18:11:38下载
- 积分:1
-
一个简单的可用于FromView和Dialog的按分辨率自动调整控件位置、大小的例子代码...
一个简单的可用于FromView和Dialog的按分辨率自动调整控件位置、大小的例子代码-a simple FromView and can be used by the Dialog resolution automatically adjust controls location the size of the code examples
- 2022-03-23 12:07:23下载
- 积分:1
-
imitation XP style controls (source code)
仿XP风格控件(源代码)-imitation XP style controls (source code)
- 2022-07-03 19:54:56下载
- 积分:1
-
百叶窗风格(这是一个在图片框中以百叶窗的方式动态显示图形的示例)(...
百叶窗风格(这是一个在图片框中以百叶窗的方式动态显示图形的示例)(-louver-style (this is a picture of the box to shutter the dynamic display graphic examples) (
- 2022-03-12 03:04:28下载
- 积分:1
-
握文件系统对象的基础
资源描述文件系统对象FSO读者应该重点掌握,包括FileSystemObject对象、Drive对象、Folder对象、File对象及TextStream对象的属性和方法。希望读者在掌握文件系统对象的基础上能够灵活的使用
- 2022-08-19 01:34:10下载
- 积分:1
-
可调整大小的窗格
应用背景这个简单的应用程序将为您提供灵活的窗格,可以动态调整执行期间。用户将能够在幻灯片窗格和容易地调整它们的大小。该代码可以改变使垂直缩放以及。非常有用的当非常灵活的图形用户界面所需要的。类似的是,在各种微软提供的图形用户界面。关键技术该代码使用非常简单的命令和概念,所以它是非常非常非常轻。因为它不使用任何特殊的ActiveX控件的代码可以很容易地连接到任何软件。
- 2022-05-21 17:41:41下载
- 积分:1
-
数组文件读取器
包 com.mkyong.io ;导入 java.io.BufferedReader ;导入 java.io.FileReader ;导入 java.io.IOException ;公共类 BufferedReaderExample {公共静态 void 主要 (字符串 [] args) {体 br = null ; 试着 {字符串 sCurrentLine; br = 新体 (新 FileReader("C:testing.txt")); 同时 ((sCurrentLine = br.readLine()) ! = null) {System.out.println(sCurrentLine) ;}} 赶上 (抛出 e) {e.printStackTrace() ;} 最后 {尝试 {如果 (br ! = null)br.close() ;} 赶上 (ex 时抛出) {ex.printStackTrace() ;}}}}
- 2023-05-01 16:05:04下载
- 积分:1
-
Visual C++课程设计案例精编
Visual C++课程设计案例精编--浏览器设计-Visual C cases intensive curriculum design series-- browser design
- 2022-12-03 02:55:03下载
- 积分:1
-
演示快速排序算法
演示快速排序算法-demonstration Quick Sort Algorithm
- 2022-01-25 18:03:11下载
- 积分:1