-
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
-
VB produced a document conversion device that functions as follows : the binary...
用VB制作的一个文件转换器,实现功能如下:将二进制文件中的内容转换为*.xls文件中的内容-VB produced a document conversion device that functions as follows : the binary content of the document converted to*. xls document, the contents of
- 2022-06-20 22:48:12下载
- 积分:1
-
DDM (Delicate Document Manager) is a tool f or searching, browsing and managing...
DDM(Delicate Document Manager) is a tool for searching, browsing and managing PDF documents. It provides an Explorer-like view of PDF files with their titles instead of file names. It embeds a fast incremental search function for finding PDF files. -DDM (Delicate Document Manager) is a tool f or searching, browsing and managing PDF documents. It provid es an Explorer-like view of PDF files with their titles instead of file names. It embeds in a fast cremental search function for finding PDF file s.
- 2022-01-26 07:14:06下载
- 积分:1
-
多元统计是求样本矩阵的离差矩阵,在C下写的程序。
多元统计是求样本矩阵的离差矩阵,在C下写的程序。-multivariate statistical sample matrix is the pursuit of deviation matrix, written in C procedures.
- 2022-01-25 16:07:54下载
- 积分:1
-
把文本文件,转换成数组,以换行回车符作为间隔。
在做多国语言显示的时候会有所帮助。...
把文本文件,转换成数组,以换行回车符作为间隔。
在做多国语言显示的时候会有所帮助。-The text file into an array to wrap as a carriage return interval. In multiple languages to do when the show will be helpful.
- 2022-06-15 13:09:59下载
- 积分:1
-
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面...
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面-a simple anti-debug source code by the system debugging spaces corresponding to prohibit additional debugger process, mainly used shell software, encryption software, etc.
- 2022-04-07 20:04:06下载
- 积分:1
-
E
An e-book of File Structures
- 2022-01-21 04:12:27下载
- 积分:1
-
VS2005 on the basis of the source code to operate xml, query, add, delete and so...
该源码基于vs2005基础上操作xml,包括查询,添加,删除等.在平时配置设置中经常使用xml,该例可作参考-VS2005 on the basis of the source code to operate xml, query, add, delete and so on. In the usual configuration settings in the frequent use of xml, the cases should be used for reference
- 2023-04-10 10:35:04下载
- 积分:1
-
整理文档时将所有小文件合并为大文件的简易程序
整理文档时将所有小文件合并为大文件的简易程序-Document finishing all the small files into large file of summary procedure
- 2022-09-27 08:30:03下载
- 积分:1
-
用于批量更改文件的后缀名(或者文件的类型)
用于批量更改文件的后缀名(或者文件的类型)-volume changes for the suffix document (or file type)
- 2022-12-25 05:10:03下载
- 积分:1