搜索结果

找到约 115 项符合 values 的查询结果

Java书籍 A Java virtual machine instruction consists of an opcode specifying the operation to be performed, f

A Java virtual machine instruction consists of an opcode specifying the operation to be performed, followed by zero or more operands embodying values to be operated upon. This chapter gives details about the format of each Java virtual machine instruction and the operation it performs.
https://www.eeworm.com/dl/656/147599.html
下载: 38
查看: 1074

Java书籍 A Java virtual machine instruction consists of an opcode specifying the operation to be performed, f

A Java virtual machine instruction consists of an opcode specifying the operation to be performed, followed by zero or more operands embodying values to be operated upon. This chapter gives details about the format of each Java virtual machine instruction and the operation it performs.
https://www.eeworm.com/dl/656/147600.html
下载: 84
查看: 1046

单片机开发 This example program shows how to configure and use the A/D Converter of the following microcontroll

This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project ...
https://www.eeworm.com/dl/648/148378.html
下载: 173
查看: 1087

Applet SelectionDemo also has code (not included in the preceding snippet) that changes the table s selecti

SelectionDemo also has code (not included in the preceding snippet) that changes the table s selection orientation. By changing a couple of boolean values, you can make the table allow either column selections or individual cell selections, instead of row selections.
https://www.eeworm.com/dl/634/148400.html
下载: 197
查看: 1049

通讯/手机编程 This m-file displays the time waveform for the Gaussian pulse function and the first and second deri

This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program uses the actual first and second derivative equations ...
https://www.eeworm.com/dl/527/150235.html
下载: 22
查看: 1216

数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an inci ...
https://www.eeworm.com/dl/641/152718.html
下载: 25
查看: 1069

DSP编程 Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR

Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a(0) to a(ip) Output parameters: psdr : Real array of ...
https://www.eeworm.com/dl/516/161961.html
下载: 86
查看: 1057

人工智能/神经网络 The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take

The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is started with some initial configuration and the network dynamics ...
https://www.eeworm.com/dl/650/165314.html
下载: 144
查看: 1097

其他 This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C

This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C++. It uses templates. The advantage of templates is that the types of kernel values and data points can be varied to suit the problem.
https://www.eeworm.com/dl/534/171025.html
下载: 120
查看: 1052

Linux/Unix编程 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M

The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) * using values before they have been initialized * inco ...
https://www.eeworm.com/dl/619/177351.html
下载: 167
查看: 1057