- 
                        文件分割合并程序 Dos版
                        
                          该程序可实现文件的分割合并,可将任意格式的文件分割成设定的大小,并且可将任意格式文件块合并成原文件。
分割程序中,写定待分割文件地址和分割后文件存放地址以及文件需分割出的大小,则分割程序可以完成该指定文件的分割。
合并程序中,输入待合并文件的地址,则可以将该文件夹下的文件合并,若缺少文件序列,则会提示,如果可以合并,会显示合并成功。                         
                            - 2022-12-24 00:00:03下载
- 积分:1
 
- 
                        一个可以统计指定目录下所有文件字节数的程序
                        
                          一个可以统计指定目录下所有文件字节数的程序-statistics can be designated a directory of all documents byte of the process                         
                            - 2022-03-18 00:31:48下载
- 积分:1
 
- 
                        New files very important
                        
                          New files very important                         
                            - 2022-02-03 14:24:30下载
- 积分:1
 
- 
                        这是一个在后台读取闪盘里所有东西的小软件。只要闪盘一插上,所有的内容都会被拷走。...
                        
                          这是一个在后台读取闪盘里所有东西的小软件。只要闪盘一插上,所有的内容都会被拷走。-This is a flash in the background to read all the things a small software. As long as the flash plug in one, all the content will be copy away.                         
                            - 2023-05-09 21:15:03下载
- 积分:1
 
- 
                        Batch file encryption, the encryption algorithm can be increased or on
                        
                          实现文件批量加密,其加密算法可以自选或者另行增加加密算法,其扩展方便-Batch file encryption, the encryption algorithm can be increased or on-demand encryption algorithm, the expansion of convenience                         
                            - 2023-02-25 14:35:04下载
- 积分:1
 
- 
                        这是一个文件操作。也非常简单。有意的网络爱好者,可以打开看看。。。。。哈哈,希望有意者能和我聊系...
                        
                          这是一个文件操作。也非常简单。有意的网络爱好者,可以打开看看。。。。。哈哈,希望有意者能和我聊系-This is a file manipulation. Very simple. Fans interested in the network, can open look. . . . . Haha, hope those who can chat line and I                         
                            - 2022-08-14 22:18:42下载
- 积分:1
 
- 
                        Pendulum.cpp
                        
                          #include"stdafx.h"
#include < iostream >
#include < conio.h >
#include < locale.h >
#include < stdio.h >
#include < math.h >
使用命名空间 std ;
作废双时间 (双 L、 双 P 双 G)
void main)
{
setlocale (LC_ALL,"RUS") ;
双 L,T;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
//ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ
L = 100 ;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
//ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ
system("cls") ;
cout «"Dведите L =";
cin» L;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
返回 0 ;
}
作废双时间 (双 L、 双 P 双 G)
{
双 M;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ
返回 M;
}                         
                            - 2022-03-13 01:33:14下载
- 积分:1
 
- 
                        10 into rounded turn into two spaces
                        
                          10进位整数转2进位-10 into rounded turn into two spaces                         
                            - 2022-02-12 17:16:33下载
- 积分:1
 
- 
                        INI文件的操作,是使用非常方便:1。首先,inifil删除…
                        
                          操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
	#include "IniFile.h",及CIniFile IniFile 
2.读取和写入:
	string = IniFile.GetString("section","item","默认") 
	int = IniFile.GetInt("section","item",666) 
	IniFile.SetString("section","item","设置值") 
	IniFile.SetInt("section","item",666) 
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include                         
                            - 2023-07-09 08:15:03下载
- 积分:1
 
- 
                        程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作...
                        
                          程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作-procedures for the operation of the file pointer, the use of indicators to quickly position in the document, other drop-in replacement operation                         
                            - 2022-06-12 02:37:43下载
- 积分:1