代码搜索结果

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

4-4.m51

BL51 BANKED LINKER/LOCATER V5.03 08/25/2005 10:49:02 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE STARTU

hqv4.java~4~

package com.gps.center.parsedata; import java.util.regex.Pattern; import java.util.Date; import com.gps.center.baseclass.MsgObj; import com.gps.center.baseclass.ParseData; import com.gps.center

app4_4.java

// app4_4,余数运算符“%” public class app4_4 { public static void main(String args[]) { int a=5; //

svr4.m4

divert(-1) # # Copyright (c) 1983 Eric P. Allman # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # Redistribution and use in source and binary forms,

kbd_4_4.c

/*C************************************************************************** * NAME: kbd_4_4.c *---------------------------------------------------------------------------- * Copyright (c)

kbd_4_4.h

/*H************************************************************************** * NAME: kbd_4_4.h *---------------------------------------------------------------------------- * Copy

(4)4-corners.txt

(4)4-corners.pud A very normal map for 4 players. Nothing really special. (c) Copyright 2002 by Wolfgang K鰄ler This file is part of FreeCraft Media Project FreeCraft Media Project is free me

(4)4-isl.txt

(4)4-isl.pud Multiplayer map made for 4 players containing a number of tacticly placed ilands. (c) Copyright 2002 by John Ericson This file is part of FreeCraft Media Project FreeCraft Medi

m4.test4

dnl @(#)m4.test4 1.2 aaaaa divert(1) 1111111 divert divert(-1) undivert divert zzzzz

p_4_4.pas

{ program 4.4 compute h(n) = 1 + 1/2 + 1/3 +...+ 1/n } program egfor(input, output); var i, n : integer; h : real; begin read(n); write(n); h := 0; for i:= n downto 1 do