-
数组文件读取器
包 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
-
vc++界面编程技术附带代码
vc++界面编程技术附带代码,很好的学习例子.第一章至第十一章;
控件界面编程,IE 自绘控件
- 2022-01-31 00:19:41下载
- 积分:1
-
numerical algorithm data structure and implementation
数据结构 数值算法与实现-队列解决农夫过河问题-numerical algorithm data structure and implementation-Queue solve farmers problems river
- 2022-08-08 04:05:42下载
- 积分:1
-
use jdom operation xml data, generate containing the applet Jtree
使用jdom操作xml数据,生成含Jtree的applet-use jdom operation xml data, generate containing the applet Jtree
- 2022-09-05 17:40:02下载
- 积分:1
-
控件数组,可以方便的创建控件数组,设置其触发函数
控件数组,可以方便的创建控件数组,设置其触发函数-control array can facilitate the creation of the control array, installed its trigger function
- 2022-05-07 22:21:00下载
- 积分:1
-
利用模板模式和正则表达式开发随心所欲开发您想要的文本框。...
利用模板模式和正则表达式开发随心所欲开发您想要的文本框。-The use of the template patterns and development of arbitrary regular expressions develop your desired text box.
- 2022-11-01 03:00:02下载
- 积分:1
-
炫酷duilib界面,可以打包资源
炫酷duilib界面,可以打包资源,透明窗口,皮肤打包在程序里,防止人为修改
- 2023-02-02 01:10:05下载
- 积分:1
-
Background: I use a derived class CListBox realize the host (owner
背景:我用一个CListBox派生类实现宿主(owner-draw)列表框,这个列表框的项目宽度超过了列表框本身的宽度,因此当鼠标指针指向大宽度的列表框项时,我想显示一个类似Toolbar的提示窗口,在窗口中显示完整的列表框项目文本...
-Background: I use a derived class CListBox realize the host (owner-draw) list box, the list box the width of the project exceeds the width of the list box itself, so when the mouse pointer point to large width of the list box, I would like to show a similar Toolbar prompt window, the window to display the complete text of the list box item ...
- 2023-06-26 08:10:03下载
- 积分:1
-
这是一些xp风格的控件和界面,前几天用一个用户名上传了,结果此用户名和密码忘了,就用这个以前的用户名再传一边,它里面包含XP风格的对话框程序,单文档界面,各种控...
这是一些xp风格的控件和界面,前几天用一个用户名上传了,结果此用户名和密码忘了,就用这个以前的用户名再传一边,它里面包含XP风格的对话框程序,单文档界面,各种控件。-This is some xp style controls and interface, a few days ago with a user who uploads a result, user names and passwords forgotten, with the user name before the new fiscal side, which contains XP-style dialog box procedure, single-document interface and controls.
- 2022-11-16 02:50:04下载
- 积分:1
-
HTMLayout实现的工程面板控制台界面
用HTMLayout实现的victel工程类面板控制界面源码,完全超越市面上大多数皮肤类界面效果,可以学习和了解HTMLayout作为一款优秀UI引擎的必备源码。有兴趣者可以加入官方中文交流群: 145775715
- 2022-02-26 22:55:38下载
- 积分:1