搜索结果
找到约 223 项符合
Case 的查询结果
按分类筛选
- 全部分类
- 其他 (20)
- 其他书籍 (15)
- 技术资料 (11)
- 文章/文档 (10)
- 软件设计/软件工程 (10)
- Java编程 (10)
- VHDL/FPGA/Verilog (8)
- 软件工程 (8)
- 单片机开发 (8)
- 源码 (8)
- VC书籍 (7)
- 模拟电子 (6)
- 单片机编程 (6)
- 编译器/解释器 (6)
- 书籍 (6)
- matlab例程 (5)
- 电子书籍 (4)
- Java书籍 (4)
- Linux/Unix编程 (4)
- 电源技术 (3)
- 传感与控制 (3)
- 嵌入式综合 (3)
- 技术管理 (3)
- 系统设计方案 (3)
- 其他行业 (3)
- 数据结构 (3)
- 数值算法/人工智能 (3)
- 通讯编程文档 (3)
- 可编程逻辑 (2)
- 数学计算 (2)
- SQL Server (2)
- 数据库系统 (2)
- 汇编语言 (2)
- 文件格式 (2)
- 通讯/手机编程 (2)
- VIP专区 (2)
- PCB相关 (1)
- 教程资料 (1)
- 无线通信 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- 接口技术 (1)
- 其他数据库 (1)
- 嵌入式/单片机编程 (1)
- RFID编程 (1)
- 书籍源码 (1)
- 邮电通讯系统 (1)
- 人工智能/神经网络 (1)
- Internet/网络编程 (1)
- FlashMX/Flex源码 (1)
- 游戏 (1)
- 行业发展研究 (1)
- 串口编程 (1)
- 金融证券系统 (1)
- Jsp/Servlet (1)
- 教育系统应用 (1)
- Ajax (1)
- JavaScript (1)
- 技术书籍 (1)
- 软件 (1)
源码 学生成绩管理
#include<stdio.h>
#include<windows.h>
int xuanxiang;
int studentcount;
int banjihao[100];
int xueqihao[100][10];
char xm[100][100];
int xuehao[100][10];
int score[100][3];
int yuwen;
int shuxue[000];
int yingyu[100];
int c[100];
int p;
char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/&nbsp;
...
技术资料 BTS50_datasheet
The BTS5016SDA is a one channel high-side power switch in PG-TO252-5-11 package providing embedded
protective functions.
The power transistor is built by a N-channel vertical power MOSFET with charge pump. The design is based on
Smart SIPMOS chip on chip technology.
The BTS5016SDA has a current cont ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 学生成绩guanli
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
书籍 Fundamental Limits on a Class of Secure
Abstract—In the future communication applications, users
may obtain their messages that have different importance levels
distributively from several available sources, such as distributed
storage or even devices belonging to other users. This
scenario is the best modeled by the multilevel diversity ...
书籍 Multimedia Over IP
In case you haven’t noticed, multimedia communication over IP and wireless net-
works is exploding. Applications such as BitTorrent, used primarily for video
downloads, now take up the lion’s share of all traffic on the Internet. Music file
sharing, once on the legal cutting edge of massive copyri ...
书籍 SDN Software Defined Networks
The first question most readers of an O’Reilly book might ask is about the choice of the
cover animal. In this case, “why a duck?” Well, for the record, our first choice was a
unicorn decked out in glitter and a rainbow sash.
That response always gets a laugh (we are sure you just giggled a littl ...
书籍 ESD Design for Analog Circuits
Dear Reader, this book project brings to you a unique study tool for ESD
protection solutions used in analog-integrated circuit (IC) design. Quick-start
learning is combined with in-depth understanding for the whole spectrum of cross-
disciplinary knowledge required to excel in the ESD field. The ch ...
书籍 RFID+Security
Radio frequency identification (RFID) is a type of automatic identification systems
which has gained popularity in recent years for being fast and reliable in keeping
track of the individual objects. In RFID systems, contactless object identification
is achieved using radio signals without the need ...
书籍 Deep_Learning_for_Computer_Architects
This book is intended to be a general introduction to neural networks for those with a computer
architecture, circuits, or systems background. In the introduction (Chapter 1), we define key vo-
cabulary, recap the history and evolution of the techniques, and for make the case for additional
hardware ...