代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/223542/14635310
s43 fet140_spi1_01.s43
;******************************************************************************
; MSP-FET430P140 Demo - USART1, SPI Interface to TLC549 8-Bit ADC
;
; Description: This program demonstrate a USA
www.eeworm.com/read/122919/14656880
c fet430_dac12_01.c
//*******************************************************************************
// MSP-FET430P430 Demo - DAC12.0 Output 1V
//
// Description; Using DAC12.0 and 2.5V ADC12REF reference with a g
www.eeworm.com/read/222868/14669910
htm shelf_e1.htm
Webshelf Manual and Sample
Sample Bookshelf Applet
www.eeworm.com/read/222868/14669921
htm shelf_e2.htm
Webshelf Manual and Sample
Sample Bookshelf Applet
www.eeworm.com/read/222868/14669927
java webbook.java
package ru.sakva.bsh;
import java.net.*;
/** WebBook has reference String */
public class WebBook extends Book
/* * */ { /* * */
public String ref;
String aut=""; // reserved f
www.eeworm.com/read/122594/14681733
txt 32 bit section.txt
32 Bit SectionPowerBuilder API Site
API Function List - 32 Bit
FUNCTION ulong AbortDoc(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong AbortPath(ulong hdc) LIBRARY "gdi32.dll"
www.eeworm.com/read/221688/14729619
asm bldc05_mat.asm
*FILE: BLDC05_mat.ASM
*日期:2005年9月28日*
*******************************************
*******************************************
* 无位置和有位置通用,input=20MHZ,T1周期=10us启动AD中断*
* 24LC16B读写
* CAN通
www.eeworm.com/read/121526/14753960
21-release readme-3.21-release
12-22-2001
Some notes about this release on linux:
#1: it is recommended that you have a working Quake2 installation already
(i.e. download precompiled binaries and stuff, have /usr/local/games
www.eeworm.com/read/121362/14758658
cs justinio.cs
using System;
using System.Runtime.InteropServices;
namespace JustinIO {
class CommPort {
public int PortNum;
public int BaudRate;
public byte ByteSize;
public byte Parity; // 0-4
www.eeworm.com/read/119287/14834259
py kgptest.py
"""Unit test for kgp.py
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "Mark P