自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 202

转载 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 183

转载 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 725

转载 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 977

转载 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 182

转载 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 458

转载 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 306

转载 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 697

转载 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 252

转载 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 302

转载 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 256

原创 WinMain

写代码好几年了,突然想到自己学编程刚入门的那会最熟悉的代码,今天又把这段代码重新敲写了一遍,在此贴出来缅怀一下,也感谢《Windows程序设计》的作者:Charles Petzold 。 #include //////////////////////////////////////////////////////////////////////////////// LRESULT C

2015-09-01 23:02:32 211

新一代视频压缩编码标准H.264

毕-新一代视频压缩编码标准H.264.pdf,经过本人整理,增加导航阅读的书签方便阅读。

2013-07-27

Windows高级调试(英文版)

介绍Windows环境下的高级调试技术,微软技术丛书。

2013-07-27

XVID应用编程API简介

视频编解码库Xvid的应用编程接口API的简介。

2013-07-27

openssl编程 OpenSSL是一个强大的安全套接字层密码库

OpenSSL包含一个命令行工具用来完成OpenSSL库中的所有功能,更好的是,它可能已经安装到你的系统中了。 OpenSSL是一个强大的安全套接字层密码库,Apache使用它加密HTTPS,OpenSSH使用它加密SSH,但是,你不应该只将其作为一个库来使用,它还是一个多用途的、跨平台的密码工具。

2010-11-28

GB2312点阵汉字字库文件生成器、浏览器【C#源代码】

该代码是本人这几天写的,主要是为做LED汉字显示设备所使用的汉字字符库的点阵数据而设计的一个文件生成器;另一个文件浏览器,主要是在方便对字库文件的检查和审阅设计。

2009-10-13

基于VMware虚拟机环境的网络实验指导书

基于VMware虚拟机环境的网络实验指导书

2008-12-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除