-
数组文件读取器
包 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开发的一个简单的抓图例子,适合初学者使用。-Vc This is a development of the screen in a simple example for beginners.
- 2022-02-04 15:32:59下载
- 积分:1
-
象win95里系统监视器里的逐渐向左移动的窄柱壮图
象win95里系统监视器里的逐渐向左移动的窄柱壮图-An narrow bar graph moving to left gradually which likes win95 s system monitor
- 2022-12-21 16:10:03下载
- 积分:1
-
vc 界面编程
vc 界面编程
-vc interface programming
- 2022-03-28 14:35:55下载
- 积分:1
-
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇-33-66 is: interface design articles 67-84 is: graphics processing chapter 85-100 are: Numerical Analysis Section
- 2022-02-01 00:10:31下载
- 积分:1
-
vc++ 拨号上网源码
一个c++做的拨号程序,可应用于普通拨号上网,也可添加vpn连接。内附源码可以做学习开发用
- 2022-03-11 08:42:23下载
- 积分:1
-
我们的任务是要设计并训练出一个可行、高效的 BP 网络,以实现对 0到 9共 10 个加噪声后的数字和识别。...
我们的任务是要设计并训练出一个可行、高效的 BP 网络,以实现对 0到 9共 10 个加噪声后的数字和识别。-Our mission is to design and train a viable and efficient BP networks to achieve 0-9 to a total of 10 increases the noise figure and identification.
- 2022-05-16 16:25:56下载
- 积分:1
-
vc access drives with serial numbers
用vc获取硬盘序列号-vc access drives with serial numbers
- 2022-04-24 17:52:06下载
- 积分:1
-
基于vc++实现的坐标图
基于vc++实现的坐标图,可以设置坐标的起始、结束刻度,画图区域大小可变化
- 2023-06-15 10:40:04下载
- 积分:1
-
VB 发薪系统
你好,这是我的论文项目。将处理工资报表、 打印工资单和打印工资单,摘要的简单的 vb 发薪系统。
- 2022-06-21 17:48:39下载
- 积分:1