搜索结果
找到约 111 项符合
necessary 的查询结果
按分类筛选
- 全部分类
- 书籍 (14)
- 电源技术 (7)
- 单片机开发 (7)
- 其他书籍 (6)
- 其他 (5)
- 单片机编程 (4)
- 其他嵌入式/单片机内容 (4)
- matlab例程 (4)
- 微处理器开发 (4)
- 模拟电子 (3)
- 嵌入式综合 (3)
- 通讯/手机编程 (3)
- Java编程 (3)
- 数学计算 (2)
- 人工智能/神经网络 (2)
- 驱动编程 (2)
- VxWorks (2)
- 文章/文档 (2)
- 行业发展研究 (2)
- 通讯编程文档 (2)
- 技术资料 (2)
- 教程资料 (1)
- 教程资料 (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- 仿真技术 (1)
- DSP编程 (1)
- Applet (1)
- Linux/Unix编程 (1)
- 软件设计/软件工程 (1)
- SQL Server (1)
- 编译器/解释器 (1)
- 电子书籍 (1)
- 操作系统开发 (1)
- MTK (1)
- 系统设计方案 (1)
- Delphi控件源码 (1)
- VHDL/FPGA/Verilog (1)
- 加密解密 (1)
- Java书籍 (1)
- 软件工程 (1)
- 数值算法/人工智能 (1)
- MySQL数据库 (1)
- 驱动程序 (1)
- 技术书籍 (1)
- DSP工具/软件 (1)
- 源码 (1)
- 软件 (1)
单片机开发 系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的
系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的,在每个地方会不一样,因为它们是两个不同的椭球基准。 // WGS2GK.CPP : C++ version of Ottmar Labonde s WGSDHDN3.PAS with CPU time measurement // compile with MS Visual C++ version 6.0 or do the necessary modifications ...
单片机开发 This example implements a gameport translator on the PIC16C765. The firmware translates a gaming d
This example implements a gameport translator on the PIC16C765. The
firmware translates a gaming device plugged into the gameport to a USB
gaming device. The firmware is set up to translate the DexxaTM
eight-button gamepad. Changes to the firmware will be necessary
for a different gaming device. ...
DSP编程 DSP音频处理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that
DSP音频处理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that
were engineered without it. When the program is not built from the ground up using the
DSP/BIOS kernel and real-time analysis features, the lack of familiarity prevents engineers
from reaping t ...
Applet The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c
The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (w ...
单片机开发 MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers requi
MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary
power supply is taken from the LPT port.
数学计算 Expert Choice represents a significant contribution to the decision making process 工t assists a deci
Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the expertise of the decision maker , not the computer . ...
Linux/Unix编程 Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not
Micro In-System Programmer Brief Installation Notes
Enter the src directory.
If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the
Makefile to remove support for direct I/O port access (that may be
necessary on non-PC architectures). Parallel port access should still
work if you ...
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
数学计算 平均因子分解法
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangul ...
软件设计/软件工程 Design Specification Introduction Goals and Objectives GameForge is a graphical tool used
Design Specification
Introduction
Goals and Objectives
GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user w ...