代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/454843/7382371
c dsp28_gpio.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Gpio.c
//
// T
www.eeworm.com/read/449288/7509232
c epower.c
// #define DRIVER
//
// Include files needed for WDM driver support
//
#include
#include "stdarg.h"
#include "stdio.h"
//
// Include files needed for USB support
//
#include "usbdi
www.eeworm.com/read/447783/7545686
c coordinator.c
/*
Microchip ZigBee Stack
Demo Coordinator
This demonstration shows how a ZigBee coordinator can be set up. This demo allows
the PICDEM Z Demostration Board to act as either a
www.eeworm.com/read/447309/7554495
lst l51_bank.lst
A51 MACRO ASSEMBLER L51_BANK 03/23/2009 13:06:23 PAGE 1
MACRO ASSEMBLER A51 V8.00d
OBJECT MODULE PLACED IN l51_bank.OBJ
ASSEMBLE
www.eeworm.com/read/447309/7554513
txt abstract.txt
This example program shows how to use RTX51 Tiny in Code Banking
Applications. The system contains 4 tasks and is very similar
to the RTX51 Tiny Example EX2.
However, the system avoids Round-R
www.eeworm.com/read/447020/7560259
m switchsafe.m
function theResult = switchsafe(x)
% switchsafe -- Make an empty item safe for "switch" command.
% switchsafe(x) returns a version of x, where x is empty,
% that is safe to use in a "switch" s
www.eeworm.com/read/445500/7594932
cmd hex5509.cmd
lcd.out
-map lcd.mxp
-o lcd.hex
-m2
-v5510:1
-boot
-emif32
ROMS
{
PAGE 0 : ROM : o=0x400000, l=0x100000
}
/*
SECTIONS
{
.vectors boot
.stack boot
.text
www.eeworm.com/read/443342/7634259
m newtoncotes.m
function I = NewtonCotes(f,a,b,type)
%type = 1 科茨公式
%type = 2 牛顿-科茨六点公式
%type = 3 牛顿-科茨七点公式
I=0;
switch type
case 1,
I=((b-a)/90)*(7*subs(sym(f),findsym(sym(f)),a)+...
www.eeworm.com/read/442939/7641580
m execnxt.m
%% Exceute Path for Robot
% Emad Hasan - Master's Project code
%
%%
function [done]=execnxt(srch_path)
if ~isempty(srch_path)
done=0;
global co crn exec;
% Perform transformations
www.eeworm.com/read/439700/7702824
m newtoncotes.m
function I = NewtonCotes(f,a,b,type)
%type = 1 科茨公式
%type = 2 牛顿-科茨六点公式
%type = 3 牛顿-科茨七点公式
I=0;
switch type
case 1,
I=((b-a)/90)*(7*subs(sym(f),findsym(sym(f)),a)+...