搜索结果
找到约 115 项符合
values 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 其他 (11)
- 单片机开发 (8)
- 技术资料 (7)
- 人工智能/神经网络 (5)
- Java书籍 (4)
- Java编程 (4)
- 模拟电子 (3)
- 单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 其他书籍 (3)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 电源技术 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- 微处理器开发 (2)
- 通讯编程文档 (2)
- 汇编语言 (2)
- Applet (2)
- 数值算法/人工智能 (2)
- DSP编程 (2)
- Delphi控件源码 (2)
- 论文 (2)
- PCB相关 (1)
- 教程资料 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- Oracle数据库 (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- Jsp/Servlet (1)
- 系统设计方案 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 编译器/解释器 (1)
- 压缩解压 (1)
- 金融证券系统 (1)
- VC书籍 (1)
- 加密解密 (1)
- 电子书籍 (1)
- Windows编程 (1)
- 接口技术 (1)
- 手册 (1)
- 书籍 (1)
- VIP专区 (1)
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.
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.
单片机开发 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 ...
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.
通讯/手机编程 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 ...
数学计算 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 ...
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 ...
人工智能/神经网络 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 ...
其他 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.
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 ...