代码搜索结果
找到约 10,000 项符合
Switch 的代码
switchar.c
/*
SWITCHAR.C -- uses undocumented DOS Function 3701h
switchar changes DOS switch char to - and path char to /
switchar \ restores DOS switch char to / and path char to \
*/
#include
sgditest.asm
.xlist
include stdlib.a
includelib stdlib.lib
.list
cseg segment para public 'code'
assume cs:cseg, ds:nothing
MinVal0 word ?
MinVal1 word ?
MaxVal0 word ?
MaxVal1 word
msvccmd.mak
# Copyright (C) 1997, 1998 Aladdin Enterprises. All rights reserved.
#
# This file is part of Aladdin Ghostscript.
#
# Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No au
top.pcf
SCHEMATIC START ;
// created by map version G.28 on Mon Dec 18 22:40:35 2006
COMP "LED2_SEG" LOCATE = SITE "P90" LEVEL 1;
COMP "LED2_SEG" LOCATE = SITE "P94" LEVEL 1;
COMP "LED2_SEG"
goats_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0
goats.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options
bits1.c
/*------------------------------------------------------------------*-
Bits1.C (v1.00)
------------------------------------------------------------------
Reading and writing individua
display.lst
C51 COMPILER V7.50 DISPLAY 05/28/2007 15:49:32 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
#include "mylib.h"
extern uint k;
extern uchar bufdata[2];
#ifdef display1
#define display1
void display_1()
{
//lcd_clr();
dprintf(0,1,"电 压 值=",0);
dprintf(107,1,"MV",0);
dpr
withfinally.java
//: c10:WithFinally.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Finally Guarantees cleanup.
public class WithFinally