-
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
-
VC资料,值得一读。
编程交流请E_mail Me:ghcyq@263.net
VC资料,值得一读。
编程交流请E_mail Me:ghcyq@263.net-VC information, it is worth a read. Exchange program please reproduced Me : ghcyq@263.net
- 2022-05-15 01:29:54下载
- 积分:1
-
程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作...
程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作-procedures for the operation of the file pointer, the use of indicators to quickly position in the document, other drop-in replacement operation
- 2022-06-12 02:37:43下载
- 积分:1
-
using the VB one operation INI file class, achieving a number of operations, the...
采用VB开发的一个操作INI文件类,实现了多项操作,对文件操作的一个类-using the VB one operation INI file class, achieving a number of operations, the operation of a document type
- 2022-02-07 06:16:20下载
- 积分:1
-
A component that allows you to perform file operations (copy, move, delete) usin...
A component that allows you to perform file operations (copy, move, delete) using the ShFileOperation Windows API function, showing the "flying files" Windows 95 standard dialog box. 使用ShFileOperation函数操作文件-A component that allows you to perform file operations (copy, move, delete) using the Windows API function ShFileOperation, showing the "flying files" 95 standard Windows dialog box. Use ShFileOperation function operation documents
- 2022-09-25 15:00:03下载
- 积分:1
-
Is to download a simple procedure, enter the URL can be downloaded directly on y...
是下载的一个简单的程序,输入网址就直接就可以下载啦-Is to download a simple procedure, enter the URL can be downloaded directly on you
- 2023-06-23 01:00:04下载
- 积分:1
-
用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能:
(1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个...
用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能:
(1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中;
(2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序;
(3)分别按顺序输出两个班的成绩表。
(4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序;
(5)按成绩由高到低的顺序输出两个班的成绩总表,含班级、学号、成绩信息。
-C language programming, a single-linked list structure for storage, for the performance of their students, call for the following functions : (a) a duty free importation of at least 10 people, the school, achievements, data based on merit is in the order kept in a single-linked list; free importation of two classes of at least 10 people, the school, achievements, data based on merit is in the order of another single-linked list; (2) at least four pairs of accomplishments that, the importation of class, school and accomplishments amendments, such as 5,-3,-10, 2, but they still maintain data based on merit ranking and orderly; (3) the sequence of two classes of output reports. (4) the two classes of sin
- 2023-08-05 15:45:03下载
- 积分:1
-
一个excel文件读写的例子
一个excel文件读写的例子-an excel document literacy example
- 2022-01-23 10:10:00下载
- 积分:1
-
To break passoword in an excel file
To break passoword in an excel file
- 2023-05-27 18:50:03下载
- 积分:1
-
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!...
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!-With VC++ Treatment procedure string, very comfortable, suitable for primary students to learn the reference!
- 2022-03-22 19:18:16下载
- 积分:1