-
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
-
数据格式转换,实现了将dat格式文件,转换成nas格式文件,方便地导入到CAD/CAE系统中...
数据格式转换,实现了将dat格式文件,转换成nas格式文件,方便地导入到CAD/CAE系统中-data format conversion, the realization of dat format, converted into nas format and easily imported into CAD/CAE system
- 2022-01-26 04:25:46下载
- 积分:1
-
Chinese version of PowerPoint tutorials to allow readers to grasp as soon as pos...
PowerPoint中文版教程,让读者尽快的掌握PowerPoint并熟练的进行应用。-Chinese version of PowerPoint tutorials to allow readers to grasp as soon as possible, PowerPoint and skilled application.
- 2022-04-17 16:18:04下载
- 积分:1
-
hashtable 实现缓存整理等功能,table中午对象存在时间过长则序列化进入磁盘...
hashtable 实现缓存整理等功能,table中午对象存在时间过长则序列化进入磁盘-hashtable
- 2022-08-22 11:53:35下载
- 积分:1
-
虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。...
虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
- 2022-01-21 17:28:34下载
- 积分:1
-
这是一个静态的md4算法加密,是在vc++的环境中执行,c语言编写;...
这是一个静态的md4算法加密,是在vc++的环境中执行,c语言编写;-This is a static md4 encryption algorithm is the vc environment implementation, c languages;
- 2023-03-21 20:45:03下载
- 积分:1
-
文件分割合并程序 Dos版
该程序可实现文件的分割合并,可将任意格式的文件分割成设定的大小,并且可将任意格式文件块合并成原文件。
分割程序中,写定待分割文件地址和分割后文件存放地址以及文件需分割出的大小,则分割程序可以完成该指定文件的分割。
合并程序中,输入待合并文件的地址,则可以将该文件夹下的文件合并,若缺少文件序列,则会提示,如果可以合并,会显示合并成功。
- 2022-12-24 00:00:03下载
- 积分:1
-
这是一个文件监控程序,可以在应用层级别对指定目录下的文件操作进行监控,包括修改删除新建重命名等,并且可以指定文件的类型,以进行细粒度控制...
这是一个文件监控程序,可以在应用层级别对指定目录下的文件操作进行监控,包括修改删除新建重命名等,并且可以指定文件的类型,以进行细粒度控制-This is a document control procedures, the application layer level to the designated directory file operations to monitor, the new amendments include the deletion rename, and can specify the type of document, for fine-grained control
- 2022-12-19 05:45:03下载
- 积分:1
-
关于Excel文件的操作,实现Excel文件的读写和删除
关于Excel文件的操作,实现Excel文件的读写和删除-Excel documents on the operation, to achieve read and write Excel files, and delete
- 2023-06-04 10:15:03下载
- 积分:1
-
Fortran程序设计调用10个随机数
程序会输出10个1到10之间的随机数,每次执行结果会不一样,因为是随机的。这里实例了函数返回数组的方法,主程序中要用interface来说明函数的使用接口。使用接口包括参数类型及返回值类型。
- 2022-10-31 08:15:03下载
- 积分:1