-
1。介绍这个程序是用C++语言编写的一系列的逗号…
1.简介 本程序是用C语言编的一个基于命令行的文件合并分割器。主要用于分割和合并文件,可以按大小分或者按个数等分。支持分割和合并的批处理。其中命令行以及批处理语句有一定的规则,需要用户学习后才能熟练使用。 2.功能 能够实现多个文件的合并功能 能够实现同一目录下的所有文件或所有具有相同属性(同后缀)的文件,按照文件名的顺序合并 能够实现对于一个文件的分割功能,可以按照两种要求进行分割:第一,按照用户给出的分割个数;第二,按照用户给出的每个文件大小 支持文件合并与分割功能的批处理-1. Introduction This procedure is used C language based on a series of the command line in the paper division for the merger. Mainly for segmentation and merger documents, in accordance with the size of sub-sub or by number. Support split and merger of the batch. These command line and batch statements to certain rules, requiring the user to learn the use of skilled before. 2. Function# 61548 can be achieved by merging multiple files functional# 61,548 to achieve the same directory of all documents or all of the same attributes (with extensions) of the document, according to documents from the merger order to achieve# 61,548 for a separate function of the document, according to two separate requirements : First, the
- 2023-04-25 00:35:03下载
- 积分:1
-
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独...
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独立的团。给定一组军队在战线上左右两端的位置及编号,求出所有的军团
-Corps issues, a country in a front (a straight line) on n-support forces deployed. If two or more than two neighboring armies, they will form a regiment. If an army is not adjacent to any one army, then it is also an independent regiment. Given a group of troops on the front left and right ends of the location and number, find all of the Army
- 2022-02-28 17:22:05下载
- 积分:1
-
matlab的演示程序,很有意思,大家可以试一试,欢迎下载
matlab的演示程序,很有意思,大家可以试一试,欢迎下载-Matlab demo program, very interesting, you can try downloading welcome
- 2023-03-18 15:25:03下载
- 积分:1
-
高级的加密标准的标准代码,在 c + +
高级加密标准 (AES) 是一种规范的电子成立于 2001 年由美国国家标准和技术协会 (NIST) 的数据。AES 基于 Rijndael 密码由两个密码,以及谁提交建议书给 NIST AES 选择过程中。Rijndael 是一个家庭的块大小与不同的密钥的密码。
- 2023-07-29 04:20:03下载
- 积分:1
-
优化设计C语言程序
进退法找区间、坐标轮换发、黄金分割法、区间消去法等...
优化设计C语言程序
进退法找区间、坐标轮换发、黄金分割法、区间消去法等-Optimal Design of C language program to advance and retreat method to find range, coordinates the rotation of hair, golden section method, interval elimination method, etc.
- 2022-05-14 01:40:07下载
- 积分:1
-
爬虫.java
爬虫算法
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
- 2022-10-25 20:50:03下载
- 积分:1
-
人工蜂群
这是人工蜂群蚁群算法 matlab m 文件。这种优化算法由德尔维什 Karaboga.The algortihm 非常简单,它是非常有用。
- 2023-08-02 10:25:04下载
- 积分:1
-
缓存:你会得到一个字符,你应该模拟计算机的M。
cache: you will be given a char at will and you should simulate the computer s memory and cache .-cache : you will be given a char at will and you should sim ulate the computer"s memory and cache.
- 2022-06-13 23:50:06下载
- 积分:1
-
基于pso模糊神经网络
基于pso的模糊神经网络,传统模糊神经网络使用最小二乘法来递减误差,是不断地循环局部优化,找不到最优解,使用全局优化方法pso可以获得更好的效果。
- 2022-01-22 04:08:55下载
- 积分:1
-
基于morlet小波的连续小波变换
自己编写的基于morlet小波的连续小波变换,可以修改其中参数.几个变量为输入变量,分别指信号,信号的长度以及分解的层数。输出变量,分别指小波变换的系数,频率以及尺度。就是对信号nLevel层小波变换。在实际使用的时候,只要把输入量给定,然后直接调用这个函数.但是输出与matlab自带的函数有出入,在修正中,使用的时候自己琢磨符不符合你的输入输出要求,进行算法的验证在我的程序里头是可以使用的。
- 2023-02-06 16:00:04下载
- 积分:1