搜索结果
找到约 244 项符合
ISI-CASE 的查询结果
源码 学生成绩管理
#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 ...