-
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
-
文件合并分离器,平时看到很多文件捆绑器,可是要分析其程序必须要分离,从网上找到的不是太好用,也不可控,就自己做了1个...
文件合并分离器,平时看到很多文件捆绑器,可是要分析其程序必须要分离,从网上找到的不是太好用,也不可控,就自己做了1个-merger document separator, usually see a lot of paper-bound, but should analyze its procedures must be separated from the Internet is not handy, nor controllable, it had become a
- 2022-07-27 02:18:27下载
- 积分:1
-
你好
Hello
This matlab files are useful for rs coding.
- 2022-11-28 05:55:03下载
- 积分:1
-
这个程序的puurpoise是解析表达式从输入文件和DIS…
the puurpoise of this program is to parse expressions from an input file and display token type and value in an output file
- 2022-01-26 01:56:38下载
- 积分:1
-
模糊规则为基础的分类器设计
1.简介 - 分众的介绍 - 简介进化计算 - 简要介绍了模糊规则为基础的分类 2.审查模糊规则为基础的系统研究 - 从人类专家的模糊规则 - 精度最大化 - 改进的可解释性 - 多目标的方法 3.进化的模糊分类器设计 - 进化模糊规则的选择 - 模糊遗传学为基础的学习机 4.目前的热点问题和未来发展方向
- 2022-05-08 20:53:45下载
- 积分:1
-
一个获取和设置文件属性的BCB程序!第一次上载,请站长及高手们多多指教^__^...
一个获取和设置文件属性的BCB程序!第一次上载,请站长及高手们多多指教^__^-an access and document attributes of BCB procedures! On the first set, and the master chief who exhibitions ^ __ ^
- 2022-02-09 11:33:47下载
- 积分:1
-
我自己做的可以管理自己的电脑文件更新的小软件,非常简单VB+ACCE...
我自己做的可以管理自己的电脑文件更新的小软件,非常简单VB+ACCE-I can do to manage their computer files updated software small, very simple VB ACCE
- 2022-01-21 22:50:05下载
- 积分:1
-
来自《Visual C++程序设计技巧与实例》第6单元
来自《Visual C++程序设计技巧与实例》第6单元-from "Visual C programming skills and examples" of the first six modules
- 2023-08-28 03:15:04下载
- 积分:1
-
Packaging, a recorded log function reusable imitate Log4j development tools VC
封装了 记录日志的功能 可重用
模仿Log4j
开发工具 VC-Packaging, a recorded log function reusable imitate Log4j development tools VC
- 2022-08-24 15:11:37下载
- 积分:1
-
两个目录下的文件比较工具,应用于源程序更新
两个目录下的文件比较工具,应用于源程序更新-two files in the directory comparison tool that should be used to update the source.
- 2022-02-25 01:43:19下载
- 积分:1