代码搜索结果
找到约 10,000 项符合
C 的代码
component_manager.dpr
program component_manager;
uses
Forms,
c_component in 'c_component.pas' {Form1},
common in 'common.pas',
data in 'data.pas' {d: TDataModule},
c_setup in 'c_setup.pas' {Form2};
{$R
component_manager.~dpr
program component_manager;
uses
Forms,
c_component in 'c_component.pas' {Form1},
common in 'common.pas',
data in 'data.pas' {d: TDataModule},
c_setup in 'c_setup.pas' {Form2};
{$R
i2c-algo-pcf.c
/* ------------------------------------------------------------------------- */
/* i2c-algo-pcf.c i2c driver algorithms for PCF8584 adapters */
/* -----------------------------------------------
i2c-algo-pxa.c
/*
* i2c-algo-pxa.c
*
* I2C algorithm for the PXA I2C bus access.
* Byte driven algorithm similar to pcf.
*
* Copyright (C) 2002 Intrinsyc Software Inc.
*
* This program is free software;
uart.c
/*
* Copyright (c) 2004,北京博创兴业科技有限公司
* All rights reserved.
*
* 文件名称:uart.c
* 文件标识:uart
* 摘 要:串口通讯的函数实现
*
* 当前版本:2.0
* 作 者:Kent
* 完成日期:2004年5月20日
*
* 取代版本:1.1
* 原作者 :Frank
* 完成
pwr_c.err
"pwr_c.c", line 149: Warning: C2870W: variable 'c' declared but not used
"pwr_c.c", line 149: Warning: C2870W: variable 'b' declared but not used
"pwr_c.c", line 149: Warning: C2870W: variable 'a' d
add_rca_4.v.bak
module Add_rca_4(sum,c_out,a,b,c_in);
output[3:0] sum;
output c_out;
input[3:0] a,b;
input c_in;
wire c_in2,c_in3,c_in4;
Add_full_0_delay M1 (sum[0],c_in2;a[0],b
add_full.v
module Add_full_0_delay(sum,c_out,a,b,c_in);
output c_out,sum;
input a,b,c_in;
wire w1,w2,w3;
Add_half_0_delay M1 (w1,w2,a,b);
Add_half_0_delay M2 (sum,w3,w2,c_in);
or M3
t_add_rca_16.v.bak
module t_Add_rca_16();
wire[15:0] sum;
reg[15:0] a,b;
wire c_in;
wire c_out;
Add_rca_16_0_delay M1(.sum(sum),
.c_out(c_out),
.a(a),
.b(b),
t_add_rca_16.v
module t_Add_rca_16();
wire[15:0] sum;
reg[15:0] a,b;
wire c_in;
wire c_out;
Add_rca_16_0_delay M1(.sum(sum),
.c_out(c_out),
.a(a),
.b(b),