代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/288931/8592774
inc psocgpioint.inc
; Generated by PSoC Designer ver 4.4 b1884 : 14 Jan, 2007
;
; CSD_1SW16 address and mask equates
CSD_1SW16_Data_ADDR: equ 0h
CSD_1SW16_DriveMode_0_ADDR: equ 100h
CSD_1SW16_DriveMode_1_ADDR: equ
www.eeworm.com/read/288931/8592819
h psocgpioint.h
/******************************************************************************
* Generated by PSoC Designer ver 4.4 b1884 : 14 Jan, 2007
**********************************************************
www.eeworm.com/read/288931/8593225
inc psocgpioint.inc
; Generated by PSoC Designer ver 4.4 b1884 : 14 Jan, 2007
;
; CSD_1SW16 address and mask equates
CSD_1SW16_Data_ADDR: equ 0h
CSD_1SW16_DriveMode_0_ADDR: equ 100h
CSD_1SW16_DriveMode_1_ADDR: equ
www.eeworm.com/read/288931/8593238
h psocgpioint.h
/******************************************************************************
* Generated by PSoC Designer ver 4.4 b1884 : 14 Jan, 2007
**********************************************************
www.eeworm.com/read/431996/8640231
txt verilog.txt
module LED_Ctrl(clk, rst_n, sw, LED);
input clk;
input rst_n;
input [1:0] sw;
output [1:0] LED;
reg [1:0] LED ;
reg [1:0] CS ;
reg [1:0] NS
www.eeworm.com/read/387447/8675736
pas about.pas
unit about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, jpeg, ShellApi;
type
TFormAbout = class(TForm)
www.eeworm.com/read/287619/8678565
m real_noise.m
function [x1,x2,n1,n2]=real_noise(x1,x2,snr,s1,s2)
% ===================================================
% function [x1,x2,n1,n2]=real_noise(x1,x2,snr,s1,s2)
%
% Adds noise to processes x1(n) and x2(
www.eeworm.com/read/287443/8686282
asm digital_pid_vec.asm
.include "lf2407_regs.h" ;引用头部文件
;建立中断向量表
.sect ".vectors" ;定义主向量段
Reset_VEC B _cy_begin ;PM 0 Reset Vector 1
INT1 B GISR1 ;PM 2 Int level 1 4
INT2 B PHANT
www.eeworm.com/read/287443/8686291
asm fuzzy_pi_vec.asm
.include "lf2407_regs.h" ;引用头部文件
;建立中断向量表
.sect ".vectors" ;定义主向量段
Reset_VEC B _cy_begin ;PM 0 Reset Vector 1
INT1 B GISR1 ;PM 2 Int level 1 4
INT2 B PHANT
www.eeworm.com/read/431224/8695407
m fm_limit.m
function fm_limit
% FM_LIMIT compute Limit-Induced Bifurcation (LIB)
% by means of a Newton-Raphson routine.
%
% FM_LIMIT
%
% LIB.type: 1 = 'Vmax' for maximum voltage limit
%