搜索资源列表
io-file
- 这个java类文件主要使用了java io访问及文件操作处理。电信设备产生的大量的日志文件的内容需要写入到数据库中,设备在每天将产生数以百计的日志文件,这些日志文件的内容存储遵循一定的格式,本文件实现将这些文件内容合并到一个文件中去,读者可以参考部分对java file 的使用-the java types of documents mainly uses the java io interviews and documents handle it. Telecommunications equ
QuadTree
- 从文件读取四叉树结点,按照morton码对四叉树进行编码-Read from the file quadtree node, in accordance with morton yards on the quad-tree coding
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
XmlRead
- 一个用java读和写 xml 文件的源码,演示在java中如何操作 xml文件-Read and write a xml file with java source code, demonstration of how to operate in the java file xml
SmartSplitter
- This is a command line tool used to split and combine the file write by Java.
Cut_machtine
- 用JAVA写的简易文件分割器,有一定的参考价值。 实现对各种文件的分割,例如图片,压缩文件,可执行文件等。分割方式可以按一定大小分割(包括字节、千字节、兆字节) 还可以按目标数目分割(分割成一定大小,可以调用系统计算器验证是否符合需要)。分割后的文件保存在目标文件夹,且有不同后缀名,标明第几部分。-Simple to use JAVA to write the file splitter, there is a certain reference value. To realize the
FileStream
- FileStream contains examples about how to read data from a file , write data to a file -FileStream contains examples about how to read data from a file , write data to a file . . .
FileClass
- How to read and write to file
NSG_beta_example9
- 你为写TCL代码烦恼么?推荐2款tcl文件生成器(吐血推荐NSG2) NSG1 和 NSG2的功能比较强大 NSbench不支持adhoc网络 软件都是jar的java文件 需要安装jdk (装好后linux和windows下都可运行) 谢谢大家的支持另外里面还附有NSG1的操作屏幕录像(windows only)-Write TCL code for the trouble you What? Recommendation 2 tcl file generator (hematem
weather_ym
- Java编写的天气预报软件,可以显示所在地未来5天的温度和天气状况以及当天的生活小提示。 首次运行会产生一个 city.txt 的UTF编码文件纪录城市信息。软件无需安装。可以在任何支持jre 1.6 以上的环境中运行。 运行办法:安装JRE后直接双击 QierWeather.jar 或者 双击 "启儿天气"的快捷方式 提示: 指住QierWeather.jar右键,然后选择打开方式,然后选择用JRE目录下的javaw打开,以后就可以双击运行了。
gzip-read-write
- gzip文件的读方法示例;gzip文件的写方法示例。供大家参考。-Examples of methods for gzip file reading gzip file write method for example. For your reference.
javaScripr-reader-write
- javascr ipt 读取和写入文件,js如何读取文件,js写入文件,js文件操作,js删除和转移等-javascr ipt to read and write files, js how to read the file, js file to write, js file operations, js delete and transfer
two-thread
- java双进程同步互斥的问题,一个文件写一个文件播放,播放完成后,删除这个文件,去读另外一个文件,于此同时写这个文件。-java mutually exclusive two-process synchronization problem, a file write a file to play, play is complete, delete this file, to read another file, this also write to this file.
two-files-to-read-and-write
- 在JSP中对文件的操作,实现两个文件的读写-In the JSP file operation, to achieve the two files to read and write
RandomFileTest
- 采用二进制方式将一组对象写入文件,对象以固定长度写入,并用RandomAccessFile实现随机存取;以倒序的方式从文件中读出记录,并在控制台显示-Using a set of binary object written to the file, write to object to a fixed length, and use RandomAccessFile to achieve random access in reverse order read from the file rec
read--write
- Java创建TXT文件并进行读、写、修改操作都是我收藏很久的东西 希望能对你起到帮助-Java to create TXT file to read, write and modify operations are my favorites for a long time things I hope you can play to help
1
- BMP图像文件的操作,编写C++程序,可以将一个标准24bit真彩色BMP文件中三基色图像提取出来存成独立的8bit灰度图像(BMP)-The operation of the BMP image file, write C++ program trichromatic image in a standard 24bit true color BMP files can be extracted to be saved as a separate 8bit grayscale images (B
File-system
- 1. 在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2. 文件物理结构可采用显式链接或其他方法。 3. 磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4. 文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.
file
- java关于文件上传的项目,认识的不认识的可以看看 菜鸟写的东西-java file upload project know do not know can look at the rookie write something
file
- 将指定范围内的所有素数写入整数类型的文件。-Write all primes within the specified range of the integer type of file.