代码搜索结果

找到约 10,000 项符合 C 的代码

lcd_c.mak

CC = iccavr CFLAGS = -ID:\PROGRA~1\icc\include\ -e -D__ICC_VERSION="7.14B" -DATMEGA -DATMega16 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LD:\PROGRA~1\icc\lib\ -g -e:0x4000 -ucrt

everyday.mmp

TARGET EveryDay.app TARGETTYPE app UID 0x100039CE 0x0EDB1BDA TARGETPATH \system\apps\everyday LANG 01 31 SOURCEPATH ..\src SOURCE Eve

os_cpu_c.d

.\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\Os_<mark>c</mark>pu_<mark>c</mark>.<mark>c</mark> .\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\<mark>c</mark>onfig.h .\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\In<mark>c</mark>ludes.h .\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\..\arm\os_<mark>c</mark>pu.h .\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\os_<mar ...

main.cpp

#include /********found*********/ class C0 { int m_Number; /********found*********/ public: C0(int t){ m_Number = t; } }; class C1 { public: C1(){ } void o

66.htm

CTerm非常精华下载

cycle_shift_delay18.m

clear all; close all; tic; for trial=1:10000 XX=randint(1,128,[0,3]); signal=qammod(XX,4)/sqrt(2); x=signal; C=[x;x(128),x(1:127);x(127:128),x(1:126);x(126:128),x(1:125)]; XX1=randint(1,128,[0

thorn_fractal.m

function Thorn_Fractal; % x=x./cos(y)+c_x % y=y./cos(x)+c_y; % Author's email:zjliu2001@163.com % reference: % http://astronomy.swin.edu.au/~pbourke/fractals/thorn/ warning off; L=2; t

i2c_master_top.stx

Release 6.1i - xst G.23 Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved. --> Parameter TMPDIR set to . CPU : 0.00 / 0.97 s | Elapsed : 0.00 / 1.00 s --> ==================================

i2c_master_top.syr

Release 6.1i - xst G.23 Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved. --> Parameter TMPDIR set to __projnav CPU : 0.00 / 0.24 s | Elapsed : 0.00 / 0.00 s --> Parameter xsthdpdir set to

mcb817_i2c_example_bit_banged.c

//------------------------------------------------------------------------------ // Keil Software, Inc. // // Project: I2C EXAMPLE PROGRAM (BIT BANGED) FOR MCB517 MCU // // Filename: MCB517_I2