搜索结果
找到约 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)
书籍源码 -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamdec IS
PORT(hamin : ...
其他 Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXST
Status StrAssign(SString T,char *chars)
{ // 生成一个其值等于chars的串T
int i
if(strlen(chars)>MAXSTRLEN)
return ERROR
else
{
T[0]=strlen(chars)
for(i=1 i<=T[0] i++)
T[i]=*(chars+i-1)
return OK
}
}
编译器/解释器 C-编译器的设计文档与源代码下载,1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-
C-编译器的设计文档与源代码下载,1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs);
2. 语法支持比较全面(毕竟是C-,语法还是不多的);
3. Error Recovery;
其他 * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst
* Function:
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error (malloc return NULL) ...
人工智能/神经网络 this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up
this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
Notes:
1. Input error checking included
2. Inputs can be specified in any order, s ...
数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The ...
SQL Server 使用互斥量。在进程启动的时候
使用互斥量。在进程启动的时候,使用CreateMutex创建互斥量,然后通过GetLastError进行错误检查;如果错误返回的是ERROR_ALREADY_EXISTS,说明已经有一个进程在运行了,只需将这个进程提到前台就行了
模拟电子 DAC技术用语 (D/A Converters Defini
Differential Nonlinearity: Ideally, any two adjacent digitalcodes correspond to output analog voltages that are exactlyone LSB apart. Differential non-linearity is a measure of theworst case deviation from the ideal 1 LSB step. For example,a DAC with a 1.5 LSB output change for a 1 LSB digital codec ...
技术资料 50W隔离型离线式DC.pdf
ABSTRACTThe flyback power stage is a popular choice for single and multiple output dc-to-dc converters at powerlevels of 150 Watts or less. Without the output inductor required in buck derived topologies, such as theforward or push-pull converter, the component count and cost are reduced. This appli ...
多媒体处理 MPEG4解压缩算法源代码
·详细说明:MPEG4解压缩算法源代码,研究其中关于错误处理部分。-MPEG4 solution compression calculated the law origin code, studies about the error processing part. 文件列表(点击判断是否您需要的文件): DECORE ......\BUILD .