-
Controls are a number of important applications, and the whole sample or beginne...
一些重要的控件都应用上了,总体上还是初学者的范例-Controls are a number of important applications, and the whole sample or beginners
- 2023-06-25 06:05:04下载
- 积分:1
-
officexpmenu
一个officeXPmenu类的实现。
本人从网上下载的源代码,有兴趣的朋友可以参考一下。
- 2022-12-03 04:00:03下载
- 积分:1
-
msgbox version of xp interface, we can learn from XP interface to the basic meth...
msgbox的xp界面版本,可以学习到XP界面的基本实现方法,VB!-msgbox version of xp interface, we can learn from XP interface to the basic method, VB!
- 2022-11-07 00:10:03下载
- 积分:1
-
一个vc画图控件
一个vc画图控件-a vc drawing Controls
- 2023-03-09 06:25:03下载
- 积分:1
-
脸匹配
脸匹配过程,用于提取所有在大场面中的脸,特征提取,并找出是否有内部的客观性质。
- 2022-03-17 13:06:13下载
- 积分:1
-
使用浏览器实现苹果工具条 并且在浏览器下方绘制新的蓝色气泡窗口...
使用浏览器实现苹果工具条 并且在浏览器下方绘制新的蓝色气泡窗口-mac bar use ie
- 2023-08-22 02:10:04下载
- 积分:1
-
界面程序,Visual Studio2005开发,Windows平台。
界面程序,Visual Studio2005开发,Windows平台。-Visual Studio2005,Windows
- 2023-05-29 12:55:03下载
- 积分:1
-
用skin++编写的一个漂亮的界面编程,
对话框及各种控件的使用...
用skin++编写的一个漂亮的界面编程,
对话框及各种控件的使用-skin preparation with a nice interface programming, the various dialog boxes and controls the use of
- 2023-08-05 01:10:03下载
- 积分:1
-
with the development of a pop
用c#开发的自动关闭弹出窗口程序,可应用到IE中,让讨厌的广告从此离开把-with the development of a pop-up window automatically shut down procedures, can be applied to Internet Explorer, so hated to leave from the advertisements put
- 2022-03-17 19:21:58下载
- 积分: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