代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/242732/4538005
s v86m_sup.s
/*
* FILE: ntoskrnl/ke/i386/v86m_sup.S
* COPYRIGHT: See COPYING in the top level directory
* PURPOSE: Virtual 8086 (V86) Mode Support
* PROGRAMMER: Alex Ionescu (
www.eeworm.com/read/236412/4640557
c blinky.c
/* Blinky.C - LED Flasher for the Keil LPC900 EPM Emulator/Programmer Module */
#include // register definition
void delay (unsigned int cnt)
{
while (--cnt);
}
void main()
www.eeworm.com/read/232016/4706604
c blinky.c
/* Blinky.C - LED Flasher for the Keil LPC900 EPM Emulator/Programmer Module */
#include // register definition
void delay (unsigned int cnt)
{
while (--cnt);
}
void main()
www.eeworm.com/read/218117/4864105
java variableoper.java
package cn.edu.csu.programmer;
public class VariableOper{
//游离块
{
int h = 101;
System.out.println(h);
}
public VariableOper(){
System.out.println("构造函数");
}
public voi
www.eeworm.com/read/218117/4864110
java callbyvalueprimitive.java
package cn.edu.csu.programmer;
public class CallByValuePrimitive{
public void half(int m){
m = m/2;
System.out.println(m);
}
public static void main(String[] args){
CallByValue
www.eeworm.com/read/218117/4864112
java testbreakandcontinue.java
package cn.edu.csu.programmer;
public class TestBreakAndContinue {
public static void main(String[] args) throws Exception {
/*
* out: for(int i = 0; i < 10; i++){ System.out.println(
www.eeworm.com/read/216802/4883911
c rdel.c
/* $Id: rdel.c 21339 2006-03-18 22:09:16Z peterw $
* COPYRIGHT: See COPYING in the top level directory
* PROGRAMMER: Rex Jolliff (rex@lvcablemodem.com)
* PURPOSE:
www.eeworm.com/read/213567/4915252
cxx mmsystemx.cxx
//
// (c) Yuri Kiryanov, openh323@kiryanov.com
// and Yuriy Gorvitovskiy
//
// Portions (c) 1997 Tim Kientzle
// from ``The Programmer's Guide to Sound.''
//
// Windows CE port of OpenH323 Open Source
www.eeworm.com/read/205824/5016792
s v86m_sup.s
/*
* FILE: ntoskrnl/ke/i386/v86m_sup.S
* COPYRIGHT: See COPYING in the top level directory
* PURPOSE: Virtual 8086 (V86) Mode Support
* PROGRAMMER: Alex Ionescu (
www.eeworm.com/read/171581/5393795
java~1~ rtext.java~1~
/*
* 11/14/2003
*
* RText.java - A syntax highlighting programmer's text editor written in Java.
* Copyright (C) 2003 Robert Futrell
* email@address.com
* www.website.com
*
* This file