代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/320069/13433394
eqn part4.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/320069/13433602
eqn part7.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/319471/13451450
pas about.pas
unit About;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls,shellApi;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIc
www.eeworm.com/read/310348/13653232
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/310348/13653238
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/310187/13656582
asm vectors.asm
;
; Spectrum Digital Test code for EVM320C240
; Copyright (c) 1997.
; Spectrum Digital, Inc.
; ALL RIGHTS RESERVED
;
;
; RTXC assembly language code, vectors for test code on EVM320C2
www.eeworm.com/read/310187/13656609
asm adc.asm
st0_temp .usect ".b20",1 ;60
st1_temp .usect ".b20",1 ;61
context .usect ".b20",7 ;62-68
STACK .usect ".stack",40
ADCOUNT .usect ".data0",1 ;288
ADRESULT .use
www.eeworm.com/read/310187/13656628
asm sci.asm
st0_temp .usect ".b20",1 ;
st1_temp .usect ".b20",1 ;
context .usect ".b20",7 ;62-68
SCI_FLAG .usect ".data0",1 ;SCI标志寄存器
TXD_PTR .usect ".data0",8 ;发送的数据存放区
RXD_PTR .usect
www.eeworm.com/read/310187/13656636
asm can.asm
st0_temp .usect ".b20",1 ;
st1_temp .usect ".b20",1 ;
context .usect ".b20",7 ;62-68
CAN_FLAG .usect ".data0",1 ;CAN 标志寄存器
DP_USER .set 5 ;DP指向280H-300H单元
.include
www.eeworm.com/read/309010/13684052
asm vectors.asm
;
; Spectrum Digital Test code for EVM320C240
; Copyright (c) 1997.
; Spectrum Digital, Inc.
; ALL RIGHTS RESERVED
;
;
; RTXC assembly language code, vectors for test code on EVM320C2