-
这是一个程序,我自已做的,大家支持一下,好不好也说句话.
这是一个程序,我自已做的,大家支持一下,好不好也说句话.-This is a procedure to do my own, and U.S. support for what, good or not is also a word.
- 2022-06-15 03:30:41下载
- 积分:1
-
此程序中实现了树型控件节点拖动的功能,编译运行于VC++环境中...
此程序中实现了树型控件节点拖动的功能,编译运行于VC++环境中-this program achieved a tree node controls the scrolling function, compiler runs on VC++ environment
- 2022-02-02 06:33:55下载
- 积分:1
-
简单的自由Q局域网聊天
一个简单的局域网聊天小工具,用到了一些delphi的idserver控件,类似于iphone的界面,可以根据自己的喜好进行再编译。
- 2022-03-21 00:14:25下载
- 积分:1
-
This is with VC game series, the Russian box, and realize the game functions,
这是用VC编的小游戏,俄罗斯方块,实现了游戏功能,-This is with VC game series, the Russian box, and realize the game functions,
- 2022-10-24 15:40:02下载
- 积分:1
-
打印类源代码,帮助读者详细设计打印等计算机程序省区时间和精力...
打印类源代码,帮助读者详细设计打印等计算机程序省区时间和精力-source code, helping readers to print detailed design computer programs provinces of time and energy
- 2023-07-14 07:35:03下载
- 积分:1
-
MFC Extension Library MFC扩展界面库使用Visual C++ 6.0(15KB)
MFC Extension Library MFC扩展界面库使用Visual C++ 6.0(15KB)-MFC Extension Library expansion interface for use with Visual C 6.0 (15KB)
- 2023-03-11 03:55:03下载
- 积分:1
-
类以于RealPlayer播放器中界面的多种显示模式(如:正常、精简模式)的实现方法...
类以于RealPlayer播放器中界面的多种显示模式(如:正常、精简模式)的实现方法-category in a player RealPlayer interface of a variety of display modes (such as : normal, streamlining models) Method
- 2022-02-24 21:21:30下载
- 积分:1
-
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-MFC+5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
- 2022-02-13 03:43:27下载
- 积分:1
-
非常实用简单的智能滚动条,一学就会,一看就懂
非常实用简单的智能滚动条,一学就会,一看就懂
- 2023-09-07 04:05:04下载
- 积分: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