虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Fuzzy-Set-The<b>or</b>y

  • 【问题描述】 在一个N*N的点阵中

    【问题描述】 在一个N*N的点阵中,如N=4,你现在站在(1,1),出口在(4,4)。你可以通过上、下、左、右四种移动方法,在迷宫内行走,但是同一个位置不可以访问两次,亦不可以越界。表格最上面的一行加黑数字A[1..4]分别表示迷宫第I列中需要访问并仅可以访问的格子数。右边一行加下划线数字B[1..4]则表示迷宫第I行需要访问并仅可以访问的格子数。如图中带括号红色数字就是一条符合条件的路线。 给定N,A[1..N] B[1..N]。输出一条符合条件的路线,若无解,输出NO ANSWER。(使用U,D,L,R分别表示上、下、左、右。) 2 2 1 2 (4,4) 1 (2,3) (3,3) (4,3) 3 (1,2) (2,2) 2 (1,1) 1 【输入格式】 第一行是数m (n < 6 )。第二行有n个数,表示a[1]..a[n]。第三行有n个数,表示b[1]..b[n]。 【输出格式】 仅有一行。若有解则输出一条可行路线,否则输出“NO ANSWER”。

    标签: 点阵

    上传时间: 2014-06-21

    上传用户:llandlu

  • face detection Face detection can be regarded as a more general case of face localization In face

    face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this additional information. Early face-detection algorithms focused on the detection of frontal human faces, whereas newer algorithms attempt to solve the more general and difficult problem of multi-view face detection. That is, the detection of faces that are either rotated along the axis from the face to the observer (in-plane rotation), or rotated along the vertical or left-right axis (out-of-plane rotation),or both.

    标签: detection face localization regarded

    上传时间: 2014-01-10

    上传用户:wfeel

  • A routing scheme for content based networking. Content-based network is a network which does nt make

    A routing scheme for content based networking. Content-based network is a network which does nt make use of the source or the destination address to forward a message. This network is quite different from the traditional network.

    标签: network Content-based networking routing

    上传时间: 2013-11-25

    上传用户:lizhen9880

  • 离散实验 一个包的传递 用warshall

     实验源代码 //Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(int a=0;a<k;a++) { printf("请输入矩阵第%d 行元素:",a); for(int b=0;b<n;b++) { scanf ("%d",&temp[a][b]); } } for(i=0;i<k;i++){ for( j=0;j<k;j++){ if(temp[ j][i]==1) { for(t=0;t<n;t++) { temp[ j][t]=temp[i][t]||temp[ j][t]; } } } } printf("可传递闭包关系矩阵是:\n"); for(i=0;i<k;i++) { for( j=0;j<n;j++) { printf("%d", temp[i][ j]); } printf("\n"); } } void main() { printf("利用 Warshall 算法求二元关系的可传递闭包\n"); void warshall(int,int); int k , n; printf("请输入矩阵的行数 i: "); scanf("%d",&k); 四川大学实验报告 printf("请输入矩阵的列数 j: "); scanf("%d",&n); warshall(k,n); } 

    标签: warshall 离散 实验

    上传时间: 2016-06-27

    上传用户:梁雪文以

  • R-SLAM--Resilient localization and mapping

    Accurate pose estimation plays an important role in solution of simultaneous localization and mapping (SLAM) problem, required for many robotic applications. This paper presents a new approach called R-SLAM, primarily to overcome systematic and non-systematic odometry errors which are generally caused by uneven floors, unexpected objects on the floor or wheel-slippage due to skidding or fast turns.The hybrid approach presented here combines the strengths of feature based and grid based methods to produce globally consistent high resolution maps within various types of environments.

    标签: localization environments challenging Resilient mapping R-SLAM and in

    上传时间: 2019-09-15

    上传用户:zhudx2007

  • Deploying+Wireless+Networks

    At the time of writing, and to an extent never seen before, there is an expectation that almost any information or service that is available through communication systems in the office or home will be available wherever the user happens to be. This is placing incredible demands on wireless communications and has been the driver for the gen- esis and deployment of three generations of cellular systems in the space of 20 years.

    标签: Deploying Wireless Networks

    上传时间: 2020-05-27

    上传用户:shancjb

  • EMI+Protection+for+Communication+Systems

    Communication today is not as easy as it was in the past. Protecting numerous com- munication services, which are operating in the same or adjacent communication channels, has become increasingly challenging. Communication systems have to be protected from both natural and manmade interference. Electromagnetic interfer- ence can be radiated or conducted, intentional or unintentional. 

    标签: Communication Protection Systems EMI for

    上传时间: 2020-05-27

    上传用户:shancjb

  • High-Frequency Oscillator Design

    OSCILLATORS are key building blocks in integrated transceivers. In wired and wireless communication terminals, the receiver front-end selects, amplifies and converts the desired high-frequency signal to baseband. At baseband the signal can then be converted into the digital domain for further data processing and demodula- tion. The transmitter front-end converts an analog baseband signal to a suitable high- frequency signal that can be transmitted over the wired or wireless channel. 

    标签: High-Frequency Oscillator Design

    上传时间: 2020-05-27

    上传用户:shancjb

  • Implementing+802.11

    Communication, a word that many associate with modern technology, actually has nothing to do with technology. At its core, communication involves nothing more than the spoken or written word, and symbolic languages like art and music. Technology has become synonymous with communication because technology has historically been the method by which communication to or by the general population takes place. 

    标签: Implementing 802.11

    上传时间: 2020-05-27

    上传用户:shancjb

  • Interference+Cancellation6

    In this book, we study the interference cancellation and detection problem in multiantenna multi-user scenario using precoders. The goal is to utilize multiple antennas to cancel the interference without sacrificing the diversity or the com- plexity of the system.

    标签: Cancellation6 Interference

    上传时间: 2020-05-27

    上传用户:shancjb