-
BVH文件阅读器的头文件
bvh reader header file
- 2022-12-01 00:30:03下载
- 积分: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
-
日志函数。打印信息的默认级别为info,也可通过参数的传入决定打印级别。打印信息写入固定日志文件,或通过参数控制打印到标准输出。...
日志函数。打印信息的默认级别为info,也可通过参数的传入决定打印级别。打印信息写入固定日志文件,或通过参数控制打印到标准输出。-The log function. The default level of print information for info, can also be passed through the decision to print-level parameters. The fixed print information to write the log file, or through the parameters to control printing to standard output.
- 2023-05-24 11:55:02下载
- 积分:1
-
Listas doblemente enlazadas
这是如何创建一个 dobuble 的链接的列表的示例在 C 语言。 它使用结构与 3 个字段来创建双链接。
- 2022-04-29 13:28:42下载
- 积分:1
-
对C++初学者很有用的
对C++初学者很有用的-C beginners very useful.
- 2022-01-28 12:50:37下载
- 积分:1
-
向Excel写入数据的通用程序,包含了单元格格式设置,单元格数字格式设置,合并单元格等...
向Excel写入数据的通用程序,包含了单元格格式设置,单元格数字格式设置,合并单元格等-to Excel data into the general program includes a set format cells, cells installed digital format, such as merging cells
- 2022-12-22 15:55:03下载
- 积分:1
-
自己写的文件取反加密类,对于加密不是太严格的程序来说差不多足够了,主要是用于本地消息传输。
包括从文件读数据,写入加密数据,恢复加密数据。...
自己写的文件取反加密类,对于加密不是太严格的程序来说差不多足够了,主要是用于本地消息传输。
包括从文件读数据,写入加密数据,恢复加密数据。-Himself wrote the paper check category of anti-encryption, the encryption is not very strict procedures for nearly enough, mainly for the local message transfer. Including data from the document read, write encrypted data, the restoration of encrypted data.
- 2022-07-07 07:35:28下载
- 积分:1
-
cab格式的压缩源码
cab格式的压缩源码-cab source of compressed format
- 2022-09-05 08:40:02下载
- 积分:1
-
文件捆绑器,可以把几个文件合并到一起来执行
文件捆绑器,可以把几个文件合并到一起来执行-File bundled device, you can put together a few files into an implementation
- 2022-01-25 19:36:40下载
- 积分:1
-
FormatFile Sort and Move
FormatFile Sort and Move- FormatFile Sort and Move
- 2023-03-08 01:25:03下载
- 积分:1