搜索结果

找到约 671 项符合 Input 的查询结果

按分类筛选

显示更多分类

人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and ...
https://www.eeworm.com/dl/650/192600.html
下载: 73
查看: 1024

单片机开发 * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type mu ...
https://www.eeworm.com/dl/648/193633.html
下载: 172
查看: 1098

Java编程 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互

本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。 界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作: 1. 将界面上的当前温度映射为模糊控制器的输入温度 2. 输 ...
https://www.eeworm.com/dl/633/193849.html
下载: 36
查看: 1032

其他 (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to us

(1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to use the JTAG ports for in-system programming, this pin is not available as a user I/O pin. (2) The user I/O pin count includes dedicated input pins and all I/O pins.
https://www.eeworm.com/dl/534/197458.html
下载: 68
查看: 1045

串口编程 一个简单的SPI IP核

一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol ...
https://www.eeworm.com/dl/624/198141.html
下载: 112
查看: 1037

人工智能/神经网络 this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up

this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, s ...
https://www.eeworm.com/dl/650/198173.html
下载: 153
查看: 1075

matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...
https://www.eeworm.com/dl/665/199083.html
下载: 108
查看: 1098

企业管理 This software designs the document management system may replace the tedious low effect the manual m

This software designs the document management system may replace the tedious low effect the manual management, has used the c language programming, realized the document input to loan, the information management and the data compilation three big cores function
https://www.eeworm.com/dl/632/200196.html
下载: 180
查看: 1036

其他 Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ ...

Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ .... When n is odd input, the function call 1/1+1/3+ ... +1/n (using function pointer)
https://www.eeworm.com/dl/534/205802.html
下载: 89
查看: 1038

压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder

We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
https://www.eeworm.com/dl/617/206209.html
下载: 151
查看: 1053