代码搜索结果

找到约 10,000 项符合 Control 的代码

control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "..\ucos-ii\includes.h" /* uC/OS interface */ #include "..\inc\drv\figure.h" #include "..\inc\drv\display.h" #include "..\ucos

control.s

;*************************************************************************** ; Copyright

control.s

;*************************************************************************** ; Copyright

control.s

;****************************************************************************** ; Copyright

control.java

package javazoom.jl.decoder; /** * Work in progress. */ public interface Control { /** * Starts playback of the media presented by this control. */ public void start(); /*

control.java

/* * Control.java */ /* * Copyright (c) 1999 by Matthias Pfisterer * * * This program is free software; you can redistribute it and/or modify * it under the te

control.cpp

# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides

control.m

function y=control(n) a=20; if n==0 y=a+1; elseif n==1 y=a*(1+n); elseif n==2 y=a+n; else y=a; end

control_.h

/*---------------------------------------------------------------------------+ | control_w.h | |