-
Adaptive and Robust control theory
Adaptive and Robust control theory
- 2023-08-29 01:35:06下载
- 积分:1
-
ROMBERG ALGORITHM
* * To approximate I = integral ( ( f(x) dx ) ) from a to b:* * INPUT: endpoints a, b; integer n.** OUTPUT: an array R. ( R(2,n) is the approximation to I. )** R is computed by rows; only 2 rows saved in storage
- 2022-08-09 17:55:35下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
SMALL C 语言数学库
SMALL C 语言数学库 -SMALL C language math
- 2022-02-18 14:56:05下载
- 积分:1
-
爬山法搜索的程序实现
爬山法搜索的程序实现-mountaineering Act Search Program
- 2022-07-23 03:23:59下载
- 积分:1
-
算数运算测试
JAVA课程设计大作业,算数运算测试,通过100以内的加减法,进行算数测试,并能够计算出正确答案,与输入答案进行对比,判断题目是否正确,最终计算出所得分数。
- 2023-05-11 00:50:03下载
- 积分:1
-
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。...
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。-Maze algorithm, to solve from the point of origin to the end of the maze path, or there is no path to draw conclusions.
- 2022-09-29 07:20:02下载
- 积分:1
-
遗传算法库及Demo
很详细的遗传算法使用和例子。
包括VS下单独的遗传算法库和vs下遗传算法库的使用demo。
- 2022-12-16 00:45:03下载
- 积分:1
-
massive mimo about NYU
应用背景2011: Peer-to-Peer 38 and 60 GHz in Austin Texas
Cellular (rooftop-to-ground)
2012: Cellular 28 GHz in New York City
2013: Cellular and Backhaul 72 GHz in New York City
2013: Capacity Analysis and Channel Models for 5G关键技术Links made at large range of receiver and transmitter angles
• Many scatterers near both RX and TX when placed 1.5m above
ground
• Antenna Beam-steering can help make several NLOS links
• Objects, such as brick, reflect 38 GHz better than 60 GHz due to lower
diffusive scattering.
- 2022-01-26 04:31:04下载
- 积分:1
-
单向链表操作详解
单链表非常常用,里面代码很多巧妙用法,
目的:学习单向链表的创建、删除、
插入(无序、有序)、输出、
排序(选择、插入、冒泡)、反序
- 2022-12-24 09:15:04下载
- 积分:1