代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/484868/1265123
in uisp.spec.in
## -*- mode: rpm-spec; -*-
##
## $Id: uisp.spec.in,v 1.1 2003/06/26 17:39:45 idgay Exp $
##
## @configure_input@
##
%define uispVersion @VERSION@
Summary: Universal In-System Programmer for Atm
www.eeworm.com/read/457853/1592620
lcf flash.lcf
/*
* File: flash.dld
* Purpose: Linker file for the M5282EVB
*
* Notes: For use with a part programmer.
*
*/
MEMORY
{
sdram : org = 0x00000000, len = 0x01000000
vector_ram : or
www.eeworm.com/read/457853/1592626
dld flash.dld
/*
* File: flash.dld
* Purpose: Linker file for the M5282EVB
*
* Notes: For use with a part programmer.
*
*/
MEMORY
{
sdram : org = 0x00000000, len = 0x01000000
vector_ram : or
www.eeworm.com/read/248928/4462834
8 autosupport.8
.TH AUTOSUPPORT 8 "Jul 5th, 2005" "Asterisk" "Linux Programmer's Manual"
.SH NAME
.B autosupport
\(em interactive script to provide Digium[tm]'s support with information
.SH SYNOPSIS
.PP
.B autosuppo
www.eeworm.com/read/242732/4541499
c rdel.c
/* $Id: rdel.c 22348 2006-06-14 20:07:20Z frik85 $
* COPYRIGHT: See COPYING in the top level directory
* PROGRAMMER: Rex Jolliff (rex@lvcablemodem.com)
* PURPOSE:
www.eeworm.com/read/242732/4541981
c user.c
/* $Id: user.c 21947 2006-05-20 10:49:56Z fireball $
*
* reactos/subsys/csrss/api/user.c
*
* User functions
*
* ReactOS Operating System
*
* PROGRAMMER: Eric Kohl
*/
/* INCLUDES *
www.eeworm.com/read/231546/4714904
pod perlfaq3.pod
=head1 NAME
perlfaq3 - Programming Tools ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $)
=head1 DESCRIPTION
This section of the FAQ answers questions related to programmer tools
and programming s
www.eeworm.com/read/222388/4819685
in uisp.spec.in
## -*- mode: rpm-spec; -*-
##
## $Id: uisp.spec.in,v 1.1 2003/06/26 17:39:45 idgay Exp $
##
## @configure_input@
##
%define uispVersion @VERSION@
Summary: Universal In-System Programmer for Atm
www.eeworm.com/read/218117/4864109
java calculatemark.java
package cn.edu.csu.programmer;
public class CalculateMark{
public static void main(String[] args){
// System.out.println(12.0/0);
// System.out.println((-5)%(-2));
/*
int x = 0;
whi
www.eeworm.com/read/218117/4864111
java callbyvaluereference.java
package cn.edu.csu.programmer;
import java.util.Date;
public class CallByValueReference{
public static void main(String[] args){
Date d = new Date();
System.out.println("d= " + d);
new