-
translate Excell to txt file
translate Excell to txt file-create spin and slider toolbar
- 2023-01-05 02:35:03下载
- 积分:1
-
1808root设置
基于AM1808文件系统,修改文件系统自动登录。
- 2023-04-18 03:50:03下载
- 积分:1
-
私家珍藏的EXCEL文件建立和读取程序,可以将其中的部分直接加入你工程中...
私家珍藏的EXCEL文件建立和读取程序,可以将其中的部分直接加入你工程中-EXCEL private collection of documents and reading procedures, some of which can be directly into your project
- 2022-11-02 06:35:03下载
- 积分:1
-
nRF2401 收发器设计
这包含原理图和 pcb 设计的 NRF2401 收发器与天线老鹰格式中的布局。这是想要知道如何创建示意性的电子设计器和收发器的 pcb 布局非常有用。这里使用的天线是一个跟踪或微带天线。
- 2022-02-02 01:52:59下载
- 积分:1
-
有关WCE文件操作方面的源代码,用EVC写的。文件查找。
有关WCE文件操作方面的源代码,用EVC写的。文件查找。-WCE documents relating to operational aspects of the source code, written by EVC. Document search.
- 2022-07-04 23:27:38下载
- 积分:1
-
stopwat.zip
stopwat.zip
- 2022-11-02 23:45:03下载
- 积分:1
-
C语言读取txt文件,非常好用,很简单,
c语言读txt文件,非常好用,非常简单,-c language read txt file, very easy to use, very simple,
- 2022-11-26 11:25: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
-
- 2022-06-28 04:46:15下载
- 积分:1
-
I have written Run Length Encoder Decoder program which compress files with RLE...
I have written Run Length Encoder Decoder program which compress files with RLE algorithm.
- 2022-01-26 03:01:16下载
- 积分:1