-
文件切割器,可以切割任意格式的文件,在将小文件组合起来...
文件切割器,可以切割任意格式的文件,在将小文件组合起来-paper cutter, cutting arbitrary document format, in small paper combination
- 2022-04-10 14:58:34下载
- 积分:1
-
directory search path, then amend the content of the document, such as advertisi...
查找目录路径,然后修改文件的内容,如广告,文件路径等-directory search path, then amend the content of the document, such as advertising, paper trails, etc.
- 2022-03-30 16:18:24下载
- 积分:1
-
一个监控文件夹源程序
一个监控文件夹源程序-a source control folder
- 2022-03-17 15:42:11下载
- 积分:1
-
该代码例子提供了一个对文件进行压缩和解压文件操作过程
该代码例子提供了一个对文件进行压缩和解压文件操作过程-The code provides an example of the documents to document compression and decompression operation
- 2022-01-25 22:40:36下载
- 积分: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
-
通过磁盘驱动器的智能搜索文件的2个组成部分。它扫描…
Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd). Thread based search algorithm saves system resources for best background performance. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set). 两个聪明的查找文件的元件-Two components for smart searching for files through your disk drives. It scans user specified paths for drives or selected files by file mask. File mask can contain multiple masks (for example :*. exe,*. dll,*. exe* . vxd). Thread based search algorithm saves system resources for best performance background. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and sp
- 2023-01-22 12:25:04下载
- 积分:1
-
eprom code
DataFlash设备的电源必须介于2.7V和3.6V之间,才能正确使用
- 2022-03-09 18:13:43下载
- 积分:1
-
source description : Export favorites to the contents of a document html
源码简介: 导出收藏夹的内容到一个html文件中 -source description : Export favorites to the contents of a document html
- 2022-04-07 09:26:54下载
- 积分:1
-
VC操作Word的几个例子
压缩包中有六个小程序,分别对Word做出了不同的操作,如打开、关闭、新建、向Word输入内容、读取Word中的内容(文本)
- 2022-06-21 01:33:34下载
- 积分: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