-
C #读/写文件操作。很简单的代码。
C# read/write file operation. Very simple code.
- 2022-02-20 13:40:47下载
- 积分:1
-
vc++开发的xml解析程序源代码有利于学习vc++好的程序
vc++开发的xml解析程序源代码有利于学习vc++好的程序-vc++ development xml parser source code conducive to learning vc++ good procedures
- 2022-09-12 22:05:05下载
- 积分:1
-
literacy ini file type, which can be used to read and write ini file,
读写ini文件类,可以用于读写ini文件,-literacy ini file type, which can be used to read and write ini file,
- 2022-03-23 12:15:57下载
- 积分:1
-
editor for a good software TextEditor30.zip
用于文档编辑的一个很好的软件
TextEditor30.zip-editor for a good software TextEditor30.zip
- 2022-02-02 22:41:44下载
- 积分: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 code is written in vc platform, code, there is some reference value
本代码是在vc平台写的代码,有一定的参考价值-This code is written in vc platform, code, there is some reference value
- 2022-03-30 22:59:24下载
- 积分:1
-
excel的函数范例,既全面又易学,适合收藏
excel的函数范例,既全面又易学,适合收藏-excel function example, is both comprehensive and easy to learn, for collection
- 2023-06-17 09:50:03下载
- 积分:1
-
Delete the cycle with a certain characteristics of folders and files. The main s...
循环删除具有某一个特征的文件夹和文件. 主要用清除受版本控制源码的痕迹. -Delete the cycle with a certain characteristics of folders and files. The main source version control clearance by the traces.
- 2022-03-21 13:50:58下载
- 积分:1
-
日志文件处理,根据应用程序的需要,及时处理成理想的日志文件,便于分析。...
日志文件处理,根据应用程序的需要,及时处理成理想的日志文件,便于分析。-Deal with log files, according to application needs, as an ideal and timely treatment of the log file for analysis.
- 2022-02-27 04:25:56下载
- 积分:1
-
bat,免费将蝙蝠成exe文件
bat转exe,可以自由将bat转化成exe文件-bat to exe, free will bat into exe files
- 2022-04-30 08:34:35下载
- 积分:1