搜索结果
找到约 110 项符合
Four 的查询结果
按分类筛选
- 全部分类
- 书籍 (9)
- 单片机编程 (7)
- 其他 (7)
- 技术资料 (6)
- 电源技术 (5)
- 其他书籍 (5)
- VC书籍 (4)
- matlab例程 (4)
- Java书籍 (4)
- 嵌入式Linux (3)
- 通讯编程文档 (3)
- 数值算法/人工智能 (3)
- 文章/文档 (3)
- 系统设计方案 (3)
- Java编程 (3)
- 测试测量 (2)
- 单片机开发 (2)
- 通讯/手机编程 (2)
- 人工智能/神经网络 (2)
- Linux/Unix编程 (2)
- 其他嵌入式/单片机内容 (2)
- 行业发展研究 (2)
- 其他文档 (1)
- 行业应用文档 (1)
- 资料/手册 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 通信网络 (1)
- 传感与控制 (1)
- 无线通信 (1)
- 技术书籍 (1)
- 开发工具 (1)
- PCB相关 (1)
- 可编程逻辑 (1)
- 软件工程 (1)
- 技术管理 (1)
- Delphi控件源码 (1)
- 汇编语言 (1)
- 驱动编程 (1)
- 加密解密 (1)
- 书籍源码 (1)
- 金融证券系统 (1)
- 游戏 (1)
- VHDL/FPGA/Verilog (1)
- 其他数据库 (1)
- USB编程 (1)
- 编译器/解释器 (1)
- 认证考试资料 (1)
- DSP工具/软件 (1)
Java书籍 DESIGN PATTERNS JAVA COMPANION Design patterns began to be recognized more formally in the early 1
DESIGN PATTERNS JAVA COMPANION
Design patterns began to be recognized more formally in the early
1990s by Helm (1990) and Erich Gamma (1992), who described patterns
incorporated in the GUI application framework, ET++. The culmination of
these discussions and a number of technical meetings was the pu ...
matlab例程 % This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartes
% This program calculates Dilution of Precision with respect to a GPS *
% receiver given its Cartesian ECEF position and the positions of four or *
% more visible GPS satellites. It is a validation of the DOP algorithm and *
% contains reference positions for which the DOP results are known. * ...
汇编语言 All programs were tested using a breadboard containing a DS80C320, 32K Program memory, 32K Data me
All programs were tested using a breadboard containing a DS80C320,
32K Program memory, 32K Data memory, two 8-segment bar graph
LEDs/drivers, and an 11.0592 MHz crystal. The four 8-segment bar graph
LEDs/drivers were connected to ports 1, and 3 to display their
pins states.
驱动编程 KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程
KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~)
0.2 关于KmdKit
KmdKit的全称是Kernel Mode Driver ...
matlab例程 JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the p
JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for c ...
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
系统设计方案 The P89LPC938 is a single-chip microcontroller, available in low cost packages, based on a high per
The P89LPC938 is a single-chip microcontroller, available in low cost packages, based on
a high performance processor architecture that executes instructions in two to four clocks,
six times the rate of standard 80C51 devices. Many system-level functions have been
incorporated into the P89LPC938 in ...
通讯/手机编程 超宽带UWB,包括:uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_
超宽带UWB,包括:uwb.mdl: UWB model - open this to begin.
uwb_lib.mdl: Library blocks for UWB model.
uwb_init.m: Initialization called before model is loaded.
uwb_settings: Sets up structure containing system parameters ( uwb in workspace).
uwb_imr.m: Initializes UWB channel impulse response.
uwb_sv_* ...
书籍源码 MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces t
MATLAB Code for Optimal Quincunx Filter
Bank Design
Yi Chen
July 17, 2006
This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms
1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of
quincunx filter banks with perfect reconstruction, linear ...
matlab例程 Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimen
Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimensions than two). For an introduction, refer to the Wikipedia article on Quaternions.
Quaternion toolbox for Matlab&reg extends Matlab&reg to allow calculation with matrices of quaternions in almost t ...