- 博客(12)
- 资源 (7)
- 收藏
- 关注
转载 ReverseFile
/** * Use RandomAccessFile to reverse a file. * * To use this program, specify the name of the file. * For example, to reverse a file called test.txt use the * following command line: * *
2015-10-27 22:37:20
232
转载 InvertCopy
/** * Use a BufferedReader and a BufferedWriter to * copy a text file, inverting the case of letters * in the process. * * To use this program, specify the name of the * source file and the des
2015-10-27 22:18:22
211
转载 WriteChars
/** * Use FileWriter to write an array of storage to a file. */package FileIO;import java.io.*;/** * @author Administrator * */public class WriteChars { /** * @param args */ public
2015-10-27 11:28:13
770
转载 ShowFile
/** * Use a FileReader to display a text file. * * To use this program, specify the name * of the file that you want to see. * For example, to see a file called Test.txt, * use the following co
2015-10-27 11:14:02
1096
转载 BufferedFileCopy
/** * Use buffered streams to copy a file. * * To use this program, specify the name * of the source file and the destination file. * For example, to copy a file called sample.dat * to a file c
2015-10-27 03:06:00
212
转载 WriteBytes
/** * Use FileOutputStream to write the bytes to a file. */package FileIO;import java.io.*;/** * @author Administrator * */public class WriteBytes { /** * @param args */ public stat
2015-10-26 12:29:51
493
转载 HexDump
/** * Display a file in hex. * * To use this program, specify the name * of the file that you want to see. * For example, to see a file called test.exe, * use the following command line: *
2015-10-25 13:24:55
373
转载 SetFileAttributes
/** * Set file attributes. * * To use the program, specify the name of the file * on the command line. for example, to set the attributes * for a file called test.tst, use the following command
2015-10-25 12:26:03
735
转载 SplitDemo
/** * Use split() to extract substrings from a string. */package StrRegex;/** * @author Administrator * */public class SplitDemo { static void showSplit(String[] strs) { for (String str :
2015-10-10 10:35:05
290
转载 IgnoreCaseSort
/** * Sort an array of strings, ignore case difference. */package StrRegex;import java.util.*;/** * Create a Comparator that returns the outcome * of a case-insensitive string comparison. */
2015-10-08 12:03:47
328
转载 RevStrSort
/** * Sort an array of strings in reverse order. */package StrRegex;import java.util.*;/** * Create a comparator that returns the outcome * of a reverse string comparison. */class RevStrC
2015-10-08 12:01:19
281
原创 WinMain
写代码好几年了,突然想到自己学编程刚入门的那会最熟悉的代码,今天又把这段代码重新敲写了一遍,在此贴出来缅怀一下,也感谢《Windows程序设计》的作者:Charles Petzold 。#include ////////////////////////////////////////////////////////////////////////////////LRESULT C
2015-09-01 23:02:32
239
openssl编程 OpenSSL是一个强大的安全套接字层密码库
2010-11-28
GB2312点阵汉字字库文件生成器、浏览器【C#源代码】
2009-10-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人