搜索:cannot

找到约 61 项符合「cannot」的查询结果

结果 61
https://www.eeworm.com/dl/510/36281.html 无线通信

射频基础知识

Radio frequency (RF) can be a complex subject to navigate, but it does not have to be. If you are just getting started with radios or maybe you cannot find that old reference book about antenna aperture, this guide can help. It is intended to provide a basic understanding of RF t ...
下载 190
·
查看 1053
https://www.eeworm.com/dl/619/402655.html Linux/Unix编程

Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:

Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encryp ...
下载 172
·
查看 1116
https://www.eeworm.com/dl/513823.html 软件

学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i ...
下载 2
·
查看 43
https://www.eeworm.com/dl/654/155653.html 数据结构

解决时钟问题

解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite nu ...
下载 163
·
查看 1055
https://www.eeworm.com/dl/663/226442.html VHDL/FPGA/Verilog

This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR

This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with ...
下载 45
·
查看 1092
https://www.eeworm.com/dl/522109.html 技术资料

SDxCentral-Mega-NFV-Report

The following sections profile many of the vendors in the NFV market. The individual profiles were created through a collaborative effort between SDNCentral’s Research Team and the Vendor’s product experts. SDNCentral worked under the assumption the information provided by the ...
下载 1
·
查看 114
https://www.eeworm.com/dl/977142.html 技术资料

C语言命语法错误大全

fatal error C1004: unexpected end of file found 未找到文件末尾(可能是括号匹配问题) fatal error C1021: invalid preprocessor command '1nclude' 无效的编译预处理命令'1nclude' fatal error C1083: Cannot open include file: 'stdi.h': No such file or directory 不能打开头文件'stdi.h',文 ...
下载 8
·
查看 1941
https://www.eeworm.com/dl/505/23206.html 电源技术

电源工程师-电路设计中的英雄

Abstract: We don't expect manufacturers to produce clothes that in one size that fits everyone. In thesame way, one ESD component can't solve all issues—each application has different ESD requirements.Knowing that "one size fits all" cannot apply to power design, ...
下载 41
·
查看 1070
https://www.eeworm.com/dl/522502.html 书籍

Embedded_Deep_Learning_-_Algorithms

Although state of the art in many typical machine learning tasks, deep learning algorithmsareverycostly interms ofenergyconsumption,duetotheirlargeamount of required computations and huge model sizes. Because of this, deep learning applications on battery-constrained wearables ha ...
下载 5
·
查看 149
https://www.eeworm.com/dl/513824.html 源码

学生成绩管理啊

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp;  int time=0,i=0,j=0,add[80],k=0,m;  char *ch,  str[900];  m=strlen(pd);  if((fp=fopen("haha.txt","r"))==NULL)  {   printf("Cannot open this file\n");   e ...
查看 44