代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/369815/9632999
asm ledls.asm
ORG 0000H
LJMP MAIN
MAIN:
MOV P0,#0FEH ; 初始点亮LED1
MOV R7,#0FEH ; 保存P0
MAIN_LP:
LCALL DELAY ; 延时
MOV A,R7 ;
RL A ; 循环移位
MOV R7,A ; 保存到R7
MOV P0,A ; 点亮下一个LED
JMP MAI
www.eeworm.com/read/136989/5836111
run_schedule
#!/bin/sh
#
# run_schedule,v 1.3 1999/06/01 00:38:34 coryan Exp
#
# The number of high-priority messages to send.
HP_MSG_COUNT=400
# The number of high-priority consumers.
HP_CONSUMERS=25
www.eeworm.com/read/183967/9128615
h drv.h
// Drv.h: interface for the CDrv class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DRV_H__966EC0B9_5F11_11D2_A6F4_00A0C98659CB__INCLUDED_)
#defin
www.eeworm.com/read/144600/12781717
h drv.h
// Drv.h: interface for the CDrv class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DRV_H__966EC0B9_5F11_11D2_A6F4_00A0C98659CB__INCLUDED_)
#defin
www.eeworm.com/read/140245/13094396
lex libparam.lex
/* libparam (version 1.0)
* Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of Carnegie Mellon University, 2001, 2002, 2003.
*
*
www.eeworm.com/read/106594/15633440
h drv.h
// Drv.h: interface for the CDrv class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DRV_H__966EC0B9_5F11_11D2_A6F4_00A0C98659CB__INCLUDED_)
#defin
www.eeworm.com/read/271693/10983811
m measurement2.m
function [cnt_meas,st_measurement,st_mobileStations] = measurement2(cnt_meas,st_channelGrid,st_measurement,st_baseStation,st_mobileStations,st_initConfig)
% This function will measure the signal to in
www.eeworm.com/read/250225/12423307
m measurement2.m
function [cnt_meas,st_measurement,st_mobileStations] = measurement2(cnt_meas,st_channelGrid,st_measurement,st_baseStation,st_mobileStations,st_initConfig)
% This function will measure the signal to in
www.eeworm.com/read/290066/8508017
c depca.c
/* Etherboot: depca.h merged, comments from Linux driver retained */
/* depca.c: A DIGITAL DEPCA & EtherWORKS ethernet driver for linux.
Written 1994, 1995 by David C. Davies.
www.eeworm.com/read/427960/8908863
cpp sea.cpp
// Schoof-Elkies-Atkin Algorithm!
// Mike Scott August 1999 mike@compapp.dcu.ie
// Counts points on GF(p) Elliptic Curve, y^2=x^3+Ax+B a prerequisite
// for implemention of Elliptic Curve Crypt