代码搜索结果
找到约 10,000 项符合
Switch 的代码
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
localename.c
/* Determine the current selected locale.
Copyright (C) 1995-1999, 2000-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the
evaluate.java
public class Evaluate{
int max_x,max_y,max;
public void evaluate(int shape[][][]){
int i=0,j=0;
for(i=0;i
dcm44r.a51
$TITLE (iDCM 44 COMMUNICATIONS FIRMWARE: RAC TASK MODULE)
$DATE (8 AUGUST 86)
$NOMO
$PAGING
$REGISTERBANK (0)
;***************************************************************************
20-1.txt
/* 范例:20-1 */
// 0.0 File scope 开始
#include
#include
void fun_a(int a,int b); /* 1 函数原型scope(参数行属于此),其中
a,b的可见度仅限于原型声明( )内 */
void main(void)
{
6-5.txt
/* 范例:6-5 */
#include
#include
int main()
{
int Mychar;
printf("请输入a-e字符,若要结束,请按任意键(a-e除外)\n");
for(;((Mychar = getche())!= false);)
{
switch (Mychar)
/*
blocks.c
/*
* Fast block move/copy subroutines
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
/* This module requires ALIGNED and SIZEOF_INT to be defined corr
host32.h
/***************************************************************/
/* */
/* This header file is for the 32 version API of HOST32.DLL */
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
gms01.lst
0001 | module switch;
0002 | title 'switch in GAL16v8 98.8.20 FOR control'
0003 | Gms01 device 'p16v8s';
0004 | a,b,c PIN 2,3,4;
0005 | o1,o2,o3,o4,o5,o6,o7,o8 PIN 12,13,14,15