搜索结果
找到约 61 项符合
cannot 的查询结果
按分类筛选
- 全部分类
- 技术资料 (10)
- 书籍 (8)
- 可编程逻辑 (3)
- Linux/Unix编程 (3)
- 软件 (2)
- 无线通信 (2)
- Java编程 (2)
- 网络 (2)
- 单片机开发 (2)
- 数据结构 (2)
- 源码 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 电源技术 (1)
- 接口技术 (1)
- 开关电源 (1)
- 数据库系统 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- 其他 (1)
- 技术书籍 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 教程资料 (1)
- Mentor (1)
- CA认证 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 微处理器开发 (1)
- Java书籍 (1)
- VHDL/FPGA/Verilog (1)
- Symbian (1)
- 软件设计/软件工程 (1)
- Jsp/Servlet (1)
- MTK (1)
无线通信 射频基础知识
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 technology, as well a ...
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.
* Encrypts a partition or dr ...
软件 学生成绩查询
#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]=fgetc(fp);
if(to ...
数据结构 解决时钟问题
解决时钟问题,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 number of coins of eac ...
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 DDR enabled
because ...
技术资料 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 vendors was factual, ...
技术资料 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',文件或文件夹不存在
e ...
电源技术 电源工程师-电路设计中的英雄
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, the power designer, ...
书籍 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 have only been possibl ...
源码 学生成绩管理啊
#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( ...