代码搜索结果
找到约 10,000 项符合
C 的代码
exm01033_3.m
C_real=real(C)
C_imag=imag(C)
C_magnitude=abs(C)
C_phase=angle(C)*180/pi %以度为单位计算相角
iic.c
//1636 byte
#define byte unsigned char
// routines used for 24LC256
void random_write(uint mem_adr, byte dat);
byte random_read(uint mem_adr);
// common i2c routines
byte i2c_in_byte(void)
eagle_lookaround.h
#ifndef __EAGLE_H__
#define __EAGLE_H__
// write your header here
//================ 颜色 ====================
#define C_Red 4
#define C_Green 2
#define C_Blue 1
#define C_Yellow 6
eagle_lookaround.h
#ifndef __EAGLE_H__
#define __EAGLE_H__
// write your header here
//================ 颜色 ====================
#define C_Red 4
#define C_Green 2
#define C_Blue 1
#define C_Yellow 6
c_bpartner_location_trg2.sql
CREATE OR REPLACE TRIGGER C_BPartner_Location_Trg2
AFTER INSERT OR UPDATE OF Updated
ON C_BPartner_Location
/*************************************************************************
* The conte
eagle_lookaround.h
#ifndef __EAGLE_H__
#define __EAGLE_H__
// write your header here
//================ 颜色 ====================
#define C_Red 4
#define C_Green 2
#define C_Blue 1
#define C_Yellow 6
24c02.h
#include "gpio.h"
#define WriteDeviceAddress 0xa0
#define ReadDviceAddress 0xa1
#define I2C_PORT_INDEX GPIO_PORT_INDEX // 定义I2C端口
#define I2C_PORT_DATA GPIO_PORT_DATA
#if 1
#define I2
c6711.h.bak
extern cregister unsigned int IER,CSR,IFR,ICR,ISTP;
#define EIP *(int *)0x19c0008
#define IML *(int *)0x19c0004
#define IMH *(int *)0x19c0000
#define DRR *(int *)0x18c0004
#define DXR *(int
c_order_trg.sql
CREATE OR REPLACE TRIGGER C_Order_Trg
AFTER UPDATE OF PaymentRule, C_PaymentTerm_ID, DateAcct,
Description, POReference,
C_Payment_ID, C_CashLine_ID,
C_BPartner_ID, C_BPartner_Location_ID,
at91c_mci_device.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*--------------------------------------------------