代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/389095/8548516
h common.h
void Delay_ms(unsigned long nValue);
void Delay_us(unsigned long nValue);
www.eeworm.com/read/389095/8548565
c common.c
//毫秒为单位,8MHz为主时钟
void Delay_ms(unsigned long nValue)
{
unsigned long nCount;
int i;
unsigned long j;
nCount = 2667;
for(i = nValue;i > 0;i--)
{
for(j = nCount;j >
www.eeworm.com/read/388997/8556276
js common.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: common.js,v $
$Revision: 1.41.2.14 $
$Date: 2007/03/23 15:31:51 $
*/
var sPop =
www.eeworm.com/read/388975/8560869
h common.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/388975/8560925
c common.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/388968/8561103
h common.h
#include
#include
#include
#include
#include
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
#defi
www.eeworm.com/read/388949/8563018
h common.h
www.eeworm.com/read/289056/8581991
inc common.inc
;START_HEADER
;
; dsPIC30F6014 Demo Source File
; (c) Copyright 2005 Microchip Technology, All rights reserved
;
; --------------------------------------------------------------------------
; Fi
www.eeworm.com/read/288934/8591614
h common.h
/******************************************************************************/
/******************************************************************************/
/* COMMON.H - This file contains ma
www.eeworm.com/read/388622/8591712
js common.js
function bbimg(o){
var zoom=parseInt(o.style.zoom, 10)||100;zoom+=event.wheelDelta/12;if (zoom>0) o.style.zoom=zoom+'%';
return false;
}
function imgzoom(img,maxsize){
var a=new Image();
a.s