-
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;...
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;-since the preparation of a list of designated clearing procedures; I used it to launch the windows, remove the temporary directory;
- 2022-06-29 05:31:32下载
- 积分:1
-
读ms word文件并以文本方式打印出来
读ms word文件并以文本方式打印出来-Reading ms word document and print out the text
- 2023-04-10 05:55:08下载
- 积分:1
-
generate a regular text files gas detection procedures, the document format for...
一个定时生成瓦斯检测文本文件的程序,文件格式为KJF2000系列.-generate a regular text files gas detection procedures, the document format for KJF2000 series.
- 2022-10-04 21:35:03下载
- 积分:1
-
VB实现的文件各种操作,主要针对初学者,希望有所帮助
VB实现的文件各种操作,主要针对初学者,希望有所帮助-VB various operational documents, mainly aimed at beginners, some help
- 2023-04-29 19:25:03下载
- 积分:1
-
一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。...
一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。-Ini to read and write a configuration file example. List1 in读出数据from written to ini file, ini file from the write to list2.
- 2022-01-22 01:10:49下载
- 积分:1
-
墨香itemlist.bin查看器e语言源代码
墨香itemlist.bin查看器
可以按照相同的格式加载skill monster等等
e语言可能报毒请放行
- 2023-08-02 19:55:03下载
- 积分:1
-
文件合并器,将多个文件合并到一个文件,文件名需要以固定格式进行命名,否则无法处理。...
文件合并器,将多个文件合并到一个文件,文件名需要以固定格式进行命名,否则无法处理。-documents for the merger, a number of documents will be merged into one document, from the need for a fixed format named, not handling.
- 2022-08-12 09:33:12下载
- 积分: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
-
递规地枚举文件,获取文件名、大小、最后修改时间、版本号等文件属性。...
递规地枚举文件,获取文件名、大小、最后修改时间、版本号等文件属性。-delivery to Enumerate regulatory documents, access to a file name, size, last modification date, version and other file attributes.
- 2022-02-09 23:24:07下载
- 积分:1
-
inquiries driver for file system is FAT16, or FATR32
查询驱动器的文件系统,是FAT16,或FATR32-inquiries driver for file system is FAT16, or FATR32
- 2023-08-27 05:25:03下载
- 积分:1