代码搜索:竞赛试题
找到约 4,538 项符合「竞赛试题」的源代码
代码结果 4,538
www.eeworm.com/read/384936/8833153
plg flash.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\电子竞赛\训练\Flash读写测试\Flash.uv2
Project File Date: 08/10/2008
Output:
Build
www.eeworm.com/read/457711/7319090
m cogame.m
% ATLAST65中向量合成竞赛的程序cogame
% 《工程线性代数(MATLAB版)》引用
% 陈怀琛,高淑萍,杨威合编,电子工业出版社,2007年6月
% COGAME is an M-file for playing the coordinate game.
% The command cogame will generate a graph and a menu
% of level
www.eeworm.com/read/456804/7339346
plg pcf.plg
礦ision3 Build Log
Project:
F:\电子设计竞赛\test\I2C\pcf\pcf.uv2
Project File Date: 09/02/2008
Output:
www.eeworm.com/read/252602/12274158
c main.c
/*富士通微电子杯MCU竞赛-----GPF_Source*/
#include "mb89201.h"
int h,g;
void Delay(int m,int n){
int i,j;
for(i=0;i
www.eeworm.com/read/25024/941410
prm untitled.prm
PROMGEN: Xilinx Prom Generator H.42
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
promgen -w -p mcs -c FF -o c:\电子竞赛模块-高速dds(ad9854asq)模块板发行资料\测试程序\fpga测试程序(xilinx)\dds(9854)_test(sin_
www.eeworm.com/read/266642/11216448
m cogame.m
% ATLAST65中向量合成竞赛的程序cogame
% 《工程线性代数(MATLAB版)》引用
% 陈怀琛,高淑萍,杨威合编,电子工业出版社,2007年6月
% COGAME is an M-file for playing the coordinate game.
% The command cogame will generate a graph and a menu
% of level
www.eeworm.com/read/236042/14034721
plg at24c02.plg
礦ision2 Build Log
Project:
E:\axu\电子竞赛\AT24c02c\at24c02.uv2
Project File Date: 10/17/2006
Output:
www.eeworm.com/read/465831/7047095
htm 希赛程序员考试试题讲解视频教程简介 - 学赛网远程教育平台,it教育的航母,培养it人才的摇篮.htm
希赛程序员考试试题讲解视频教程简介 - 学赛网远程教育平台,IT教育的航母,培养IT人才
www.eeworm.com/read/425841/10317094
txt (2)cc++.txt
C++/C试题的答案与评分标准
一、请填写BOOL , float, 指针变量 与“零值”比较的 if 语句。(10分)
请写出 BOOL flag 与“零值”比较的 if 语句。(3分)
标准答案:
if ( flag )
if ( !flag )
如下写法均属不良风格,不得分。
if (flag == TRUE)
www.eeworm.com/read/273188/10923517
txt (2)cc++.txt
C++/C试题的答案与评分标准
一、请填写BOOL , float, 指针变量 与“零值”比较的 if 语句。(10分)
请写出 BOOL flag 与“零值”比较的 if 语句。(3分)
标准答案:
if ( flag )
if ( !flag )
如下写法均属不良风格,不得分。
if (flag == TRUE)