虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

考研<b>真题</b>

  • 康华光《电子技术基础 模拟部分》名校真题精讲及典型题分类解析

    康华光《电子技术基础 模拟部分》名校真题精讲及典型题分类解析

    标签: 电子技术基础

    上传时间: 2022-07-04

    上传用户:wangshoupeng199

  • 蓝桥杯单片机竞赛资料合集,真题、官方资料等

    包括以下几个部分内容: 1.官网资料整理 2.程序代码 3.历年真题 4.软件及驱动 5.小店赠送资料

    标签: LabVIEW 教程

    上传时间: 2013-07-13

    上传用户:eeworm

  • 国家电网考试资料合集:真题+知识点+培训视频等

    奕诚题库 国网真题(旧) 国家电网行测+各大专业知识视频等多个文件 成套模拟题 变电、配电类资料2019 2017奕诚教育视频 18奕诚视频资料 国网考试大纲2018.pdf …………

    标签: LabVIEW part 06 高级编程

    上传时间: 2013-07-21

    上传用户:eeworm

  • 注册电气工程师基础网络培训教程,附真题及解析视频

    2019年233网校注电专业基础真题解析视频 2019年233网校注电专业基础视频 2019年233网校勘察设计公共基础视频(注册电气工程师 注册暖通 动力工程师 注册给排水工程师 注册岩土 水利水电 港口与航道工程师 注册结构工程师 注册化工 环保工程师 )公共基础视频 2019年233网校高数

    标签: 电气设计 禁忌

    上传时间: 2013-06-02

    上传用户:eeworm

  • 软件工程试题

    一套陕西省211院校计算机专业考研复试真题

    标签: 考研 211

    上传时间: 2016-03-08

    上传用户:xing198733

  • 给定两个集合A、B

    给定两个集合A、B,集合内的任一元素x满足1 ≤ x ≤ 109,并且每个集合的元素个数不大于105。我们希望求出A、B之间的关系。 任 务 :给定两个集合的描述,判断它们满足下列关系的哪一种: A是B的一个真子集,输出“A is a proper subset of B” B是A的一个真子集,输出“B is a proper subset of A” A和B是同一个集合,输出“A equals B” A和B的交集为空,输出“A and B are disjoint” 上述情况都不是,输出“I m confused!”

    标签:

    上传时间: 2017-03-15

    上传用户:yulg

  • 北航计算机考研试卷

    北航计算机考研试卷,包括数据结构,操作系统,计算机组成等,绝对真题,狠有价值

    标签: 计算机 试卷

    上传时间: 2016-04-30

    上传用户:qoovoop

  • 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现

    1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题

    标签: 移动 发现

    上传时间: 2016-07-25

    上传用户:gxrui1991

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    标签: include stdlib stdio gt

    上传时间: 2014-11-10

    上传用户:wpwpwlxwlx

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    标签: include stdlib stdio gt

    上传时间: 2013-12-12

    上传用户:亚亚娟娟123