搜索结果
找到约 350 项符合
error 的查询结果
按分类筛选
- 全部分类
- 技术资料 (74)
- matlab例程 (32)
- 其他 (21)
- Linux/Unix编程 (15)
- 通讯编程文档 (11)
- 其他书籍 (10)
- 通讯/手机编程 (9)
- 编译器/解释器 (9)
- 单片机编程 (7)
- 数值算法/人工智能 (7)
- 加密解密 (7)
- 数学计算 (7)
- 模拟电子 (6)
- Java编程 (6)
- Delphi控件源码 (6)
- 压缩解压 (5)
- 文件格式 (5)
- 人工智能/神经网络 (5)
- 文章/文档 (5)
- 书籍 (4)
- 书籍源码 (4)
- 电子书籍 (4)
- 可编程逻辑 (4)
- 单片机开发 (4)
- VC书籍 (4)
- 电源技术 (3)
- DSP编程 (3)
- 驱动编程 (3)
- 串口编程 (3)
- 编辑器/阅读器 (3)
- 嵌入式/单片机编程 (3)
- 软件设计/软件工程 (3)
- SQL Server (3)
- 无线通信 (2)
- 接口技术 (2)
- 教程资料 (2)
- Modem编程 (2)
- CA认证 (2)
- 技术管理 (2)
- 数据结构 (2)
- Java书籍 (2)
- VHDL/FPGA/Verilog (2)
- 系统设计方案 (2)
- 其他嵌入式/单片机内容 (2)
- 邮电通讯系统 (2)
- 行业发展研究 (2)
- GPS编程 (2)
- VIP专区 (2)
- 源码 (1)
- 论文 (1)
- 笔记 (1)
- C/C++语言编程 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 嵌入式综合 (1)
- 工控技术 (1)
- 教程资料 (1)
- 教程资料 (1)
- 游戏 (1)
- 语音压缩 (1)
- SCSI/ASPI (1)
- 网络 (1)
- 传真(Fax)编程 (1)
- 汇编语言 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- VxWorks (1)
- 其他行业 (1)
- JavaScript (1)
- 电子政务应用 (1)
- Jsp/Servlet (1)
通讯/手机编程 matlab通信仿真psk误码分析
MATLAB仿真通信PSK误码分析,主要用来测试SNR从0到10时的系统性能-MATLAB simulation PSK communication error analysis
Java编程 Produce Java classes to calculate and display the Poisson probability when input the value of the av
Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is out of the range。
Linux/Unix编程 Shell script application used to answer incoming gsm data call, receive data and store it, ie simple
Shell script application used to answer incoming gsm data call, receive data and store it, ie simple gsm data server on Linux with some logging and error handling. (Require chat program)
技术资料 matlab通信仿真psk误码分析
MATLAB仿真通信PSK误码分析,主要用来测试SNR从0到10时的系统性能-MATLAB simulation PSK communication error analysis
Linux/Unix编程 Encoding and decoding of the binary extended (24,12,8) Golay code: An arithmetic decoding algorith
Encoding and decoding of the binary extended (24,12,8) Golay code:
An arithmetic decoding algorithm. It is a very close relative of the error-trapping decoding algorithms developed by Kasami in the 1960s.
Delphi控件源码 // // BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INV
//
// BEZIER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
嵌入式Linux Analysis of GPS data frame The design of the following four main data collection format: GPGGA (loc
Analysis of GPS data frame
The design of the following four main data collection format: GPGGA (location information), GPRMC (Recommended Minimum location information), GPVTG (ground speed information), PGRME (forecast error message)
技术资料 CANopen协议报文格式说明
非常详细地介绍CANOpen通讯中EMCY、PDO、SDOrx、SDOtx、NMT error control、NMT、SYNC、TIME STAMP等的请求与应答数据格式
Java书籍 This taglib contains tags used to create struts input forms, as well as other tags generally useful
This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces.
Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combi ...
Linux/Unix编程 //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open[
//结构
struct fb_fix_screeninfo finfo
struct fb_var_screeninfo vinfo
//打开设备
fd = open["/dev/fb0", O_RDWR]
if [!fd] {
printf["Cannot open framebuffer device.\n"]
exit[1]
}
//取得固定信息
if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] {
printf["Error reading fixed info ...