代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/255665/12066198
c ctr_encrypt.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/340194/12175480
cpp render_arena.cpp
/*
* Copyright (C) 2003 Apple Computer, Inc.
*
* Portions are Copyright (C) 1998 Netscape Communications Corporation.
*
* This library is free software; you can redistribute it and/or
* mo
www.eeworm.com/read/131795/14124967
dat asslandat11b.dat
说明: OPRD1 为任意一个16位的寄存器.
---- OPRD2 为32位的存储器地址.
示例: LDS SI,ABCD
LDS BX,FAST[SI]
LDS DI,[BX]
注意: 上面LDS DI,[BX]指令的功能是把BX所指的32位地址指针的段地址送入DS,偏移地址送入DI.
www.eeworm.com/read/131795/14125184
dat asslandat12b.dat
说明: OPRD1 为任意一个16位的寄存器.
---- OPRD2 为32位的存储器地址.
示例: LES SI,ABCD
LES BX,FAST[SI]
LES DI,[BX]
注意: 上面LES DI,[BX]指令的功能是把BX所指的32位地址指针的段地址送入ES,偏移地址送入DI
www.eeworm.com/read/126027/14451212
config
#
# PCMCIA Card Configuration Database
#
# config 1.205 2002/07/21 04:14:01 (David Hinds)
#
# config.opts is now included at the very end. In general, it is a
# good idea to add things to that file
www.eeworm.com/read/123453/14630146
run-benchmarks
#!/bin/sh
BEGIN=benchmarks/report-begin.txt
END=benchmarks/report-end.txt
OUT=benchmarks/report.xml
rm -f $OUT
sed "s/#DATE#/`date +%Y-%m-%d`/g" < $BEGIN |
sed "s/#UNAME#/`uname -a`/g" > $OUT
case
www.eeworm.com/read/123453/14630681
run-benchmarks
#!/bin/sh
BEGIN=benchmarks/report-begin.txt
END=benchmarks/report-end.txt
OUT=benchmarks/report.xml
rm -f $OUT
sed "s/#DATE#/`date +%Y-%m-%d`/g" < $BEGIN |
sed "s/#UNAME#/`uname -a`/g" > $OUT
case
www.eeworm.com/read/114883/15034713
txt readme.txt
The files in this folder accompany the UART In-Application
Code Loading Examples Application note.
//-------------------------------------------------------------------------
// Utilities
//---
www.eeworm.com/read/211682/15175616
v led_control.v
//------------------------------------------------------------------------------
// led_control.v
//
// LED control block for SDV demo board
//
//
//
// Author: John F. Snow
/
www.eeworm.com/read/165393/5482623
lib libsdcc.lib
_iscntrl
_isdigit
_isgraph
_islower
_isprint
_ispunct
_isspace
_isupper
_isxdigit
_strchr
_strcmp
_strcpy
_strcspn
_strlen
_strcat
_strncat
_strncmp
_strncpy
_strpbrk
_strrchr
_str