-
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
-
通过读取DXF文件中的BOM表获得材料的详细信息
通过读取DXF文件中的BOM表获得材料的详细信息-DXF file reader through the material BOM access detailed information
- 2022-01-25 20:58:13下载
- 积分:1
-
File类应用实例,文件的打开、新建、移动、复制、删除
File类应用实例,文件的打开、新建、移动、复制、删除-File type application examples, documents opened, new, move, copy, delete
- 2022-03-31 16:07:17下载
- 积分: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
-
所以请不要把文件放在这两家目录
so please do not put files on these two directory
- 2022-08-06 20:34:03下载
- 积分:1
-
可以把你选择的文件类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序...
可以把你选择的文件类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序-You can open the file you chose with the program you chose.You also can choose the icon,with SDK program source code.A good program.
- 2022-01-26 00:24:13下载
- 积分:1
-
c prepared with a built
用c++编写的一个比windows自带的好一些的计算器-c prepared with a built-in over the windows of some good calculators
- 2023-05-31 12:50:03下载
- 积分:1
-
实现文件绑定的代码.
实现文件绑定的代码.-files bundled with the code.
- 2022-01-26 00:09:41下载
- 积分:1
-
这是一个应用程序,包含源码,用于播放flash文件。
这是一个应用程序,包含源码,用于播放flash文件。-This is an application that includes source for the broadcast of flash paper.
- 2022-01-26 06:06:09下载
- 积分:1
-
文件操作,读取文件,并同时写进另一个文件中去 。
文件操作,读取文件,并同时写进另一个文件中去 。-file manipulation, reading the paper and also included in another document.
- 2022-05-14 00:55:25下载
- 积分:1