搜索资源列表
PayMentDetail24
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% Id=Session(\"LoginSuccess\") ProductList = Session(\"ProductList\") Products = Split(Request(\"cpbm\"), \", \") For I=0 To UBound(Products) PutToShopBag
OrderListFind22
- <%@ LANGUAGE=\"VBscr ipt\" %> <!--#include file=\"conn.asp\" --> <% Id=Session(\"LoginSuccess\") ProductList = Session(\"ProductList\") Products = Split(Request(\"cpbm\"), \", \") For I=0 To UBound(Products) PutToShopBag
DTU-DATACENTER
- GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通
src
- 文件分割器,可以把大文件分割成指定大小,也可将子文件合并成一个-File Splitter can split large files into specified size, the sub-files into one
FileDivisionUniter
- 文件分割合并器,将大文件分割成若干小文件;将多个小文件合并到一个大文件。-Partition merge document, and will split large files into several small files multiple small files into one large file.
splitfile.pl
- 這個perl程式用於把文本文件按照指定的行數拆分成多個文件。-The perl program for the text file in accordance with the specified number of rows split into multiple files.
jFmenu
- Java文件分割合并工具,能实现文件的合并与分割.-Java file split merge tool, to achieve the merger of paper and partition.
Cut_machtine
- 用JAVA写的简易文件分割器,有一定的参考价值。 实现对各种文件的分割,例如图片,压缩文件,可执行文件等。分割方式可以按一定大小分割(包括字节、千字节、兆字节) 还可以按目标数目分割(分割成一定大小,可以调用系统计算器验证是否符合需要)。分割后的文件保存在目标文件夹,且有不同后缀名,标明第几部分。-Simple to use JAVA to write the file splitter, there is a certain reference value. To realize the
FileCut
- Java实现,跨平台,实现文件分割与合并-Java implementation, cross-platform, file split and merged to achieve
Split
- 简单的文件分割器,在学习IO流的时候做的简单的程序,初学者参考-Simple file splitter, the time in learning to do IO stream simple procedure reference for beginners
JJSplit.v1.23
- 一个文件分割工具,实现各种大文件到小文件的分割-A file split tool, to achieve a variety of large file to small file split
wenjiandechefen
- 此文件名为文件的拆分,希望对初学者有用啊,我也会不多啊。-This file is named file split, ah want to be useful for beginners, I would much ah.
chapter_627
- 一个java写的文件分割其的源码文件,可以对文件进行分割合并。-Write a java source file split their files, you can split the file merge.
filecutter.tar
- 一个文件分割器,可以实现文件分割功能和文件合并功能。哈尔滨工业大学软件学院java第三次实验-A file splitter, file split function and file merge function. Harbin Institute of Technology School of Software java third experiment
Splitting
- 文件分割器 对文件分割和合并,处理的结果将生成新的文件,而不会损坏原文件。-splitting tools On the file split and merge, the processing results will generate a new document, but will not damage the original file.
split
- 简单实现了文件解压缩的功能,短小精悍,对初学者来说是很好的学习借鉴资料-Simple implements file decompression functions, dapper, is good for beginners to learn from data
File
- 分割文件 思路: 1,读取源。 2,多个碎片需要被多个输出流关联。 3,碎片到底多少个,两种方式,一个按照碎片个数,碎片的大小。 4,碎片需要编号。-file split
Chunk-Large-File
- split file into chunk in java to -split file into chunk in java to
Split-and-merge-disk-file
- 它可以将大文件分割成多个指定大小的子文件,还可以将分割后的多个子文件在合并成原始文件-It can split large files into multiple sub-file specified size can also be a plurality of sub-divided files into the original file in merger
java文件分割合并
- java文件分割合并 分割文件成多个小文件(Java file split merge)