代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/212112/15165780
c i2c_hard.c
// MSP430x16x 硬件I2C 模块
//********************************************
//特征说明: CPU = msp430f169 *
// CLOCK : XT2 = 8M XT1 = 32.768K *
//**************************
www.eeworm.com/read/172865/5381853
lst i2cmst.lst
ARM COMPILER V2.53, i2cmst 27/07/06 14:45:56 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE i2cmst
OBJECT MODULE PLACED IN
www.eeworm.com/read/162614/5527696
c conv.c
double
u2d (unsigned int u)
{
return u;
}
double
i2d (signed int i)
{
return i;
}
unsigned int
d2u (double d)
{
return d;
}
signed int
d2i (double d)
{
return d;
}
main ()
{
printf ("%lf
www.eeworm.com/read/294401/8228821
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, Grids, DBGrids, DB, DBTables, StdCtrls;
type
TForm3 = class(TF
www.eeworm.com/read/392408/8344618
makefile
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another Flash File System. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd
www.eeworm.com/read/171867/9731543
c tmp100.c
#include
#include "tmp100.h"
#include "i2c.h"
void Tmp100Init(void)
{
I2CStop();
do
{
I2CStart();
I2CSendByte(0x90);
}while(!I2CWaitAck());
do
{
I2CSendByte(
www.eeworm.com/read/171437/9755367
m pos4.m
%theta对两站定位精度的影响
clear;clc;
M=10; %被测点数
N=100; %对每点的测量次数
x1=0,y1=0; %第一站坐标
x2=1000,y2=0; %第二站坐标
delta=0.01;
theta1=(2*pi/(3*M))*(1-M/2:M/2);
theta2=-pi/6;
xt=(y2-y1-cot(theta1)*x1+cot
www.eeworm.com/read/415212/11080508
makefile
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another Flash File System. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd
www.eeworm.com/read/147525/12549155
makefile
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another FFS. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd.
# for Toby
www.eeworm.com/read/237933/13918360
c sd2203.c
#pragma code
#include
#include
//*********变量及IO口定义*********
typedef unsigned char uchar;
typedef unsigned int uint;
sbit SDA=P2^4;
sbit SCL=P2^3;
uchar data1,data2,