搜索结果
找到约 357 项符合
zero-Field 的查询结果
通讯编程文档 无线中新出来的一个NFC
无线中新出来的一个NFC,就是near field communication,刚起步的技术,是好东西,这包含了它的协议和测试方法
电子书籍 The literature of cryptography has a curious history. Secrecy, of course, has always played a centra
The literature of cryptography has a curious history. Secrecy, of course, has always played a central
role, but until the First World War, important developments appeared in print in a more or less
timely fashion and the field moved forward in much the same way as other specialized disciplines.
A ...
电子书籍 "The GRAPHICS GEMS Series" was started in 1990 by Andrew Glassner. The vision and purpose of the Ser
"The GRAPHICS GEMS Series" was started in 1990 by Andrew Glassner. The vision and purpose of the Series was - and still is - to provide tips, techniques, and algorithms for graphics programmers. All of the gems are written by programmers who work in the field and are motivated by a common desire to ...
文件格式 An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is p
An adaptive fuzzy integral sliding mode
controller for mismatched time-varying linear systems is
presented in this paper. The proposed fuzzy integral sliding
mode controller is designed to have zero steady state
system error under step inputs and alleviate the undesired
chattering around the sliding ...
微处理器开发 44b0公版的测试程序
44b0公版的测试程序, *******************************************************
* NAME : 44BINIT.S *
* Version : 10.JAn.2003 *
* Description: *
* C start up codes *
* Configure memory, Initialize ISR ,stacks *
* Initialize C-variables *
* Fill zeros into zero-initialized C-varia ...
matlab例程 Demonstration script for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 fo
Demonstration script for LSSB-AM modulation. The message signal
is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
matlab例程 Demonstration script for envelope detection. The message signal is +1 for 0 < t < t0/3, -2 fo
Demonstration script for envelope detection. The message signal
is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
matlab例程 k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor.
k-step ahead predictions determined by simulation of the
% one-step ahead neural network predictor. For NNARMAX
% models the residuals are set to zero when calculating the
% predictions. The predictions are compared to the observed output.
%
通讯/手机编程 % am.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 <
% am.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
其他 //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define
//使用gray code的解法
#include <iostream>
#include <cmath>
using namespace std
#define ZERO 0
#define ONE 1
#define ODD 1
#define EVEN 0
#define RIGHT 1
#define LEFT 0
#define MAX 10