代码搜索:Realize
找到约 977 项符合「Realize」的源代码
代码结果 977
www.eeworm.com/read/485536/6552600
txt mcu realize i2c bus communication.txt
#ifndef _I2C_H // 防止I2C.h被重复引用
#define _I2C_H
#include // 引用标准库的头文件
#include
#define uchar unsigned char
#define uint unsigned int
sbit SDA = P1^0; //
www.eeworm.com/read/255577/12072660
m f_freqz.m
function [H,f] = f_freqz (b,a,N,fs,bits,realize)
%F_FREQZ: Compute frequency response of discrete-time system using DFT
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) =
www.eeworm.com/read/255577/12072742
asv f_freqz.asv
function [H,f] = f_freqz (b,a,N,fs,bits,realize)
%F_FREQZ: Compute frequency response of discrete-time system
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) = ----------
www.eeworm.com/read/230384/14291258
m f_freqz.m
function [H,f] = f_freqz (b,a,N,fs,bits,realize)
%F_FREQZ: Compute frequency response of discrete-time system using DFT
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) =
www.eeworm.com/read/230384/14291310
asv f_freqz.asv
function [H,f] = f_freqz (b,a,N,fs,bits,realize)
%F_FREQZ: Compute frequency response of discrete-time system
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) = ----------
www.eeworm.com/read/162614/5522527
c access10.c
// { dg-do assemble }
// PRMS Id: 4839
// Bug: The initializer of a static member of a class has the same acess
// rights as a member function. g++ doesn't realize that.
class X
{
X (int);
sta
www.eeworm.com/read/462969/7191124
jmf开发指南5
百度空间 | 百度首页 | 登录
MonkeyTree
无主题主题空间
主页博客相册|个人档案 |好友
查看文章
JMF开发指南-5 播放器状态管理
2008-05-24 02:06
5 播放器状态管理
bigbigant翻译自http://java.sun.com/javase/technologies/desktop/media/jmf/1
www.eeworm.com/read/307491/13721889
prc sunzenith.prc
HEADER
; IDL Visual Widget Builder Resource file. Version 1
; Generated on: 01/30/2008 17:33.04
VERSION 1
END
WID_BASE_0 BASE 5 5 443 232
REALIZE "OnRealize_TLB"
TLB
CAPTION "太阳高度角、方位角计算"
X
www.eeworm.com/read/255577/12072240
m f_filter.m
function y = f_filter (b,a,x,bits,realize)
%F_FILTER: Compute the zero-state response of the following filter
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) =
www.eeworm.com/read/255577/12072310
asv f_filter.asv
function y = f_filter (b,a,x,bits,realize)
%F_FILTER: Compute the zero-state response of the following filter
%
% b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m)
% H(z) =