-
简单学生自我测验系统,可以对小学生的学习状况进行检验
简单学生自我测验系统,可以对小学生的学习状况进行检验-simple self-test system, the students can learn the status of tests
- 2022-01-26 04:51:55下载
- 积分:1
-
文件改变通知消息 监视文件、目录变化
文件改变通知消息 监视文件、目录变化-document change alerts surveillance file, directory changes
- 2022-08-19 23:16:19下载
- 积分: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
-
读取PE头来修改EXE的图标,有时挺有用的!
读取PE头来修改EXE的图标,有时挺有用的!-Read modify PE head EXE icon, and sometimes quite used to!
- 2022-07-09 06:51:00下载
- 积分:1
-
a simple breakdown of documentation procedures, will be designated as a text fil...
一个简单的分文件程序,将指定的文本文件内容,一行用作一个文件名,也用作该文件的内容,建立文件-a simple breakdown of documentation procedures, will be designated as a text file, and his party for a name, also for the contents of the document, document
- 2022-08-13 21:54:33下载
- 积分:1
-
读取文件校验和 读取文件校验和 读取文件校验和
读取文件校验和 读取文件校验和 读取文件校验和-Read the paper and read the file checksum checksum checksum read from the file read the file checksum
- 2022-02-03 19:04:04下载
- 积分:1
-
the VFP technical articles and examples of Lu Wei
VFP技术文章和例子鲁维康VFP技术文章和例子鲁维康VFP技术文章和例子鲁维康VFP技术文章和例子
- 2022-10-03 21:00:03下载
- 积分:1
-
XML文本的解析工具,调用MSXML4.0完成
XML文本的解析工具,调用MSXML4.0完成-XML text analysis tools, call completion MSXML4.0
- 2022-03-22 11:01:48下载
- 积分:1
-
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
-
this upload sample
this upload sample-this upload sample................
- 2022-03-09 23:56:30下载
- 积分:1