-
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中...
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中-the program achieved a number of documents to read in the paper path, it will select a number of file path displayed in lists, but also to achieve a certain folder options could be selected folder path displayed in lists
- 2023-05-04 10:30:04下载
- 积分:1
-
打开一个文件,将不对齐的源代码进行对齐缩进等操作,相当于格式化字符串...
打开一个文件,将不对齐的源代码进行对齐缩进等操作,相当于格式化字符串-Open a file, will not be aligned source code indentation, such as alignment operation, the equivalent of formatted string
- 2022-10-05 20:10:03下载
- 积分: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
-
access to file attributes. A typical VC program, the full source to facilitate t...
获取文件属性。典型的VC编程,全部源代码,方便大家下载,可直接运行。-access to file attributes. A typical VC program, the full source to facilitate the download, can be directly run.
- 2022-05-15 15:15:12下载
- 积分:1
-
很好文件搜索工具,支持多线程搜索,还能搜索隐藏和系统属性的文件...
很好文件搜索工具,支持多线程搜索,还能搜索隐藏和系统属性的文件-good document search tools, supports multi-threaded search, but also search hidden and system attributes of document
- 2022-02-11 22:46:55下载
- 积分:1
-
the sample file for C or C++
the sample file for C or C-the sample file for C or C++
- 2022-01-22 14:08:45下载
- 积分:1
-
The importation of a certain period of a day, this is the one to judge the first...
输入某年某月某日,判断这一天是这一年的第几天?-The importation of a certain period of a day, this is the one to judge the first few days this year?
- 2022-01-21 02:34:23下载
- 积分:1
-
随着图像生成的代码使用PDFlib,PDF文件附件
本代码利用PDFLIB生成带图像、附件的PDF文档-PDFLIB the code generated with the use of images, PDF document attachments
- 2022-06-03 17:09:12下载
- 积分:1
-
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。-the program can translate avi to mpg
- 2022-04-06 11:03:43下载
- 积分:1
-
读取DLL资源,可以把DLL资源里面的东东读到自己的程序里
读取DLL资源,可以把DLL资源里面的东东读到自己的程序里-reader DLL resources, it can DLL resources inside the Wanton read their own procedures Lane
- 2022-11-27 07:25:03下载
- 积分:1