-
DSP-BASED IMPLEMENTATION DOA
许多基于传感器阵列测量的声源波达方向(DOA)估计算法已经得到了很好的发展,并通过计算机模拟和/或小规模水槽实验进行了验证。然而,这些
- 2022-02-03 11:42:58下载
- 积分:1
-
一个非常好的磁盘扇区编辑工具,可以很难读写任何教派…
一款非常优秀的磁盘扇区编辑工具,可以对硬盘的任意扇区进行读写,修改,备份!希望对你有用,另外代码有详尽注释-A very good disk sector editing tool that can be hard to read and write any sector, modify, backup! Hope that useful to you, another code has detailed notes
- 2022-06-27 03:41:01下载
- 积分:1
-
a document inquiries integrated with the operation of the code can find the orig...
一个集文件查询与操作的综合原码 可以查询文件以及备份文件并且管理文件-a document inquiries integrated with the operation of the code can find the original documents of the backup file and document management
- 2023-02-19 02:05:04下载
- 积分:1
-
excel all function in vs2008 no error and warnning version 30, add unicode path...
excel所有函数在vs2008无错误和警告版本30中,添加unicode路径保存
- 2022-04-17 20:11:15下载
- 积分:1
-
还在为硬盘上音乐分散发愁吗?不用担心了,现在我们一起来打造一个硬盘音乐搜索利器。...
还在为硬盘上音乐分散发愁吗?不用担心了,现在我们一起来打造一个硬盘音乐搜索利器。-also drives for music scattered in distress? No need to worry about now, we build up a music search drives a weapon.
- 2022-03-25 08:36:37下载
- 积分:1
-
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。...
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
- 2022-05-15 21:08:08下载
- 积分:1
-
Perl脚本的FTP客户端
Perl Script Ftp Client - Connect the Ftp server and some file operation like create directly and file etc-Perl Script Ftp Client- Connect the Ftp server and some file operation like create directly and file etc
- 2022-03-16 11:46:20下载
- 积分: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
-
can process output datas call database
can write and read documents
可以调用数据库进行对输出数据的处理 可以写进输出文档-can process output datas call database
can write and read documents
- 2022-03-14 05:40:10下载
- 积分:1
-
实现文本串的自由拆分,可用于命令行分解和字符管理部分
实现文本串的自由拆分,可用于命令行分解和字符管理部分-free separation can be used to the command line management of decomposition and some characters
- 2022-01-28 15:32:42下载
- 积分:1