代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/184773/9076890
plg bwd.plg
礦ision3 Build Log
Project:
C:\Keil\UV2\3000TB51配套实验例程\3000TB51配套实验例程\d实验十三 温度测量实验\c51\bwd.uv2
项目文件日期: 06/09/2005
Output:
创建目标 '目标 1'
编译 温度测量
www.eeworm.com/read/282558/9082836
wrn build.wrn
f:\wince420\platform\ucdragon\eboot\main.c(283) : warning C4101: 'data' : unreferenced local variable
www.eeworm.com/read/184707/9084702
err k9k2g16.err
"k9k2g16.c", line 146: Warning: C2892E: signed constant overflow: '
www.eeworm.com/read/282360/9098615
cpp pointer.cpp
// pointer.cpp -- our first pointer variable
#include
int main()
{
using namespace std;
int updates = 6; // declare a variable
int * p_updates; // declare po
www.eeworm.com/read/381044/9113143
vhd shift_add.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity shift_add is
port(indata:in std_logic_vector(10 downto 0);
clk:in std_logic;
add_en: in std_logic;
www.eeworm.com/read/381044/9113736
vhd fangbo.vhd
--fangbo 模块
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity fangbo is
port(
clk :in std_logic;
dout : out std_logic
);
end fangbo;
arch
www.eeworm.com/read/184239/9115360
lst temp.lst
C51 COMPILER V7.06 - SN: K1DZP-5IUSHE
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
*** WARNING C280 IN LINE 42 OF E:\WJFASM\KEIL\TEST\2005\便携紫外\MOTOR\MOTOR.C: 'IntNum': unreferenced local variable
www.eeworm.com/read/380940/9120319
c three_hi.c
#include
void three_hellos(void)
{
int counter; // Variable
for (counter = 1; counter
www.eeworm.com/read/281862/9128558
plg gutg.plg
礦ision2 Build Log
Project:
E:\资料\adc1\gutg.uv2
Project File Date: 11/22/2005
Output:
Build target 'Target 1'
compiling ccc.c...
CCC.C(44): w
www.eeworm.com/read/380734/9130362
h dsacdstruct.h
#ifndef _DSACDSTRUCT_H
#define _DSACDSTRUCT_H
//变量定义
typedef struct{
CString Name;
CString Value;
CString Comment;
} dsVD_INFO;
//数据分类
typedef struct{
CString Comment;
} dsDS_IN