-
数组文件读取器
包 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
-
listctrl控件,用回调函数进行排序
listctrl控件,用回调函数进行排序-listctrl controls, using a callback function Ranking
- 2023-05-31 01:40:03下载
- 积分:1
-
比如教堂的VC初学者如何使用滚动控件和EAS…
本例子将教会VC初学者如何使用滚动条控件,简单易学-example of the Church of the VC beginners how to use the scroll controls and easy
- 2023-06-13 13:55:02下载
- 积分:1
-
非常实用简单的智能滚动条,一学就会,一看就懂
非常实用简单的智能滚动条,一学就会,一看就懂
- 2023-09-07 04:05:04下载
- 积分:1
-
类似Winamp的窗体停靠
类似Winamp的窗体停靠-similar Winamp Form berth
- 2022-04-17 11:01:58下载
- 积分:1
-
to achieve serial transceiver functions is the first time I set out on the thing...
能够实现串口的收发功能,我是第一次上载东西,希望这个能对那些新手有帮助。同时也希望各位高手指点指点。-to achieve serial transceiver functions is the first time I set out on the things that the novice to those who can help. It also hopes to master guiding instructions.
- 2022-07-09 03:09:07下载
- 积分:1
-
实时教学评价体统界面
资源描述
本项目是一个基于Android平台的应用软件,利用了社会机会网络搜集信息,再对这些信息进行统计分析,最后返还到教师端,进行响应。分为学生端和教师端,主要目的是实现教学互动。
- 2023-07-16 03:30:04下载
- 积分:1
-
易语言取文件MD5(带进度条)
易语言取多文件 文件夹、文件MD5(带进度条)能取多文件MD5码 速度很快 带进度条。。
- 2023-01-05 22:05:04下载
- 积分:1
-
traditional attributes single attribute table design example, the development of...
传统的属性单属性表设计实例,开发语言为C++,相当不错。-traditional attributes single attribute table design example, the development of language C++, which is pretty good.
- 2022-01-25 22:52:11下载
- 积分:1
-
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术...
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-obstructive manner with the socket so chat, the use of the multithreading technology and signal volume
- 2022-09-21 17:40:03下载
- 积分:1