-
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打开各种数据的方法,不要用Environment,直接添加DataReport。在细节中用RptTextBox控件按自己的打印要求布局。将其DataFiel...
VB打开各种数据的方法,不要用Environment,直接添加DataReport。在细节中用RptTextBox控件按自己的打印要求布局。将其DataField属性对应相应的字段,注意不要设置DataMember-VB opened various kinds of data, not to use the Environment, direct DataReport added. The details RptTextBox controls used by the print layout requirements. Its DataField attribute with corresponding field, the attention should not erect DataMember
- 2022-05-23 01:28:55下载
- 积分:1
-
一个非常好的磁盘扇区编辑工具,可以很难读写任何教派…
一款非常优秀的磁盘扇区编辑工具,可以对硬盘的任意扇区进行读写,修改,备份!希望对你有用,另外代码有详尽注释-A very good disk sector editing tool that can be hard to read and write any sector, modify, backup! Hope that useful to you, another code has detailed notes
- 2022-06-27 03:41:01下载
- 积分:1
-
模糊的图像
我在图像中添加 blurness 和我 deblurred 图像通过使用下面的代码。我希望你喜欢它。......!
- 2022-03-29 18:23:52下载
- 积分:1
-
方便的指示所选格的行列.通过VB制作的dll控制EXCEL表格.
方便的指示所选格的行列.通过VB制作的dll控制EXCEL表格.-convenient instructions selected grid ranks. VB produced by the dll control Excel.
- 2022-05-26 16:28:57下载
- 积分:1
-
delphi operating system, so users excel reports, to achieve good results
delphi操作excel制做用户报表,达到很好的效果-delphi operating system, so users excel reports, to achieve good results
- 2022-11-17 09:10:03下载
- 积分:1
-
简单的小写字母改为大写字母的程序读取文件…
简单的把读的文件中的字母由小写改为大写
只需在程序写的相应目录建相应文件即可-Simple to read documents in lowercase letters changed to uppercase by the program just to write the corresponding directory to build the corresponding document can be
- 2022-06-26 09:03:07下载
- 积分:1
-
这如果一个汽车预览示例文件。
This if a car preview example file .
chao
- 2023-01-02 08:40:03下载
- 积分:1
-
vba程序,word自动化程序,vc操作msword,vc操作msword
vba程序,word自动化程序,vc操作msword,vc操作msword-vba procedures, word automation procedures, vc operation msword, vc operation msword
- 2022-02-03 13:41:50下载
- 积分:1
-
open and save a bmp file
open and save a bmp file
- 2023-02-26 10:05:04下载
- 积分:1