代码搜索:five
找到约 3,092 项符合「five」的源代码
代码结果 3,092
www.eeworm.com/read/12870/258621
txt scatter.txt
;;; Copyright ARM Ltd 2001. All rights reserved.
;
; This scatterloading descriptor file defines: one load region (ROM_LOAD)
; and five execution regions (ROM_EXEC, 32bitRAM, HEAP, STACKS, UART0).
www.eeworm.com/read/183315/5256651
py resizegridsizer.py
import wx
from blockwindow import BlockWindow
labels = "one two three four five six seven eight nine".split()
flags = {"one": wx.ALIGN_BOTTOM, "two": wx.ALIGN_CENTER,
"four": wx.ALIGN_RIGHT
www.eeworm.com/read/167185/5464321
me ida.me
.lo
.ce 2
.b
READ ME FIRST (IDA)
Document version: 1.1 2/27/89
.sh 1 "What is in this Update"
.pp
This update tape contains four items (five actual directories), 3.3a of
ESPS source (directories gener
www.eeworm.com/read/312725/3648494
scf scat_crremap.scf
;;; Copyright ARM Ltd 2001. All rights reserved.
;
; This scatterloading descriptor file defines: one load region (ROM_LOAD)
; and five execution regions (ROM_EXEC, 32bitRAM, HEAP, STACKS, UART0).
www.eeworm.com/read/312725/3648499
scf scat_noremap.scf
;;; Copyright ARM Ltd 2001. All rights reserved.
;
; This scatterloading descriptor file defines: one load region (ROM_LOAD)
; and five execution regions (ROM_EXEC, 32bitRAM, HEAP, STACKS, UART0).
www.eeworm.com/read/299698/3851283
java wornginfdao.java
package xing.five.beans;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.HibernateException;
import org.hibern
www.eeworm.com/read/259371/4343760
txt 程嶏清单9-13.txt
sub card {
my %card_map;
@card_map{1..9} = qw( one two three four five six seven eight nine );
my($num) = @_;
if ($card_map{$num}) {
$card_map{$num}; # return value
} else {
$
www.eeworm.com/read/104078/15710430
c ldelay.c
#define NFRAC 5
#define TRUE 1
#define FALSE 0
#define M1 -20
#define M2 19
/* five fractional delays calculated over a 40 point interpolation */
/* (-20 to 19) */
static float frac[NFRAC]
www.eeworm.com/read/101167/15842723
c sw_clk.c
// SW_CLK.C
//
// Flashes LED on portd0 (term 19) five times using the 4.0 MHz system clock and then
// flashed LED on portd1 (term 20) three times using the 32.768 kHz clock.
//
//
// copyright
www.eeworm.com/read/190158/8446933
c delay.c
#define NFRAC 5
#define TRUE 1
#define FALSE 0
#define M1 -4
#define M2 3
/* five fractional delays calculated over an 8 point interpolation */
/* (-4 to 3) */
static float frac[NFRAC] = {0