代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
原始pi_pwm.c
#include
#include
typedef struct
{
unsigned int uk,uks,uont1,uont2,bt;
unsigned char pick,comand,ki,kp;
unsigned char s1,s2,ek,ek1;
}PID;
PID xdata PI;
typedef st
pi_pwm.m51
BL51 BANKED LINKER/LOCATER V5.03 08/22/2007 11:32:28 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
pi_pwm_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
386pi6.asm
;**********************************************************************
; 保护方式下的编程示例 --- 中断(386中断门) 陈家祺 1996.6
;
; 1 保护方式下的软中断调用方法
; 2 保护方式下的硬中断处理方法(时钟,键盘)
; 3 保护方式下的异常中断(13)处理方法
; *
286pi6.asm
;**********************************************************************
; 保护方式下的编程示例 --- 中断(286中断门) 陈家祺 1996.6
;
; 1 保护方式下的软中断调用方法
; 2 保护方式下的硬中断处理方法(时钟,键盘)
; 3 保护方式下的异常中断(13)处理方法
; *
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
mod2pi.c
/* Program to test range reduction of trigonometry functions
*
* -- Steve Moshier
*/
#include "mconf.h"
#ifdef ANSIPROT
extern double floor ( double );
extern double ldexp ( double, int );
extern
t2pi.m
% t2pi.m - T to Pi transformation
%
% Usage: Z123 = t2pi(Zabc)
%
% Zabc = impedances of T network = [Za,Zb,Zc]
% Z123 = impedances of Pi network = [Z1,Z2,Z3]
%
% notes: Z123 and Zabc are Lx3 ma
pi2t.m
% pi2t.m - Pi to T transformation
%
% Usage: Zabc = pi2t(Z123)
%
% Z123 = impedances of Pi network = [Z1,Z2,Z3]
% Zabc = impedances of T network = [Za,Zb,Zc]
%
% notes: Z123 and Zabc are Lx3 ma