-
SPI这个RAR文件使用闪烁的串行闪存
spi rar this rar file use to flashing serial flash
- 2022-05-31 21:51:00下载
- 积分:1
-
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接-CAD file DXF files to read information in order to achieve vb connection procedures and cad
- 2022-07-13 07:45:27下载
- 积分: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
-
主要是文件操作的,如设密码,文件复制等命令的C语言源代码。...
主要是文件操作的,如设密码,文件复制等命令的C语言源代码。-about files operation by c, such as setting password,
copying files and so on.
- 2022-08-11 23:25:14下载
- 积分:1
-
xml 的parser,可以兼容任何平台,纯C++,没有任何库要求
xml 的parser,可以兼容任何平台,纯C++,没有任何库要求-the xml parser, any compatible platform, pure C, there is no requirement for
- 2022-02-24 23:51:13下载
- 积分:1
-
file manipulation of the source code, documents containing It is reported on the...
文件操作的源代码,包含它的文档报告的详细代码,请参考实现使用
- 2023-01-30 02:15:03下载
- 积分:1
-
定时清理Windows的指定的目录程序源码,在它运行时它会毫不客气地把指定目录下的东西Kill掉,不可恢复...
定时清理Windows的指定的目录程序源码,在它运行时它会毫不客气地把指定目录下的东西Kill掉,不可恢复-regularly clean up the Windows directory specified procedures source, it will run when it bluntly designated directory Kill things out, not to resume
- 2022-03-24 21:09:14下载
- 积分:1
-
FDISK硬盘分区工具实现源码。有完整的源代码…
硬盘分区工具FDISK的实现源码。有完整的源码和详细的文档。-FDISK the hard disk partition tool to realize source. Have complete source code and detailed documentation.
- 2022-03-12 16:25:16下载
- 积分:1
-
Reading, writing rich text file document can then. Doc file operations.
读,写rich text file文件,即可对.doc文件操作。-Reading, writing rich text file document can then. Doc file operations.
- 2022-07-07 23:41:37下载
- 积分:1
-
文件操作课程设计报告,有程序源代码,绝对正确
文件操作课程设计报告,有程序源代码,绝对正确-files operate coure design,have code ,it is correct.
- 2022-03-31 02:09:43下载
- 积分:1