搜索结果

找到约 350 项符合 error 的查询结果

书籍源码 -- 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 : ...
https://www.eeworm.com/dl/532/465416.html
下载: 107
查看: 1114

其他 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 } }
https://www.eeworm.com/dl/534/266767.html
下载: 152
查看: 3159

编译器/解释器 C-编译器的设计文档与源代码下载,1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-

C-编译器的设计文档与源代码下载,1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery;
https://www.eeworm.com/dl/628/291040.html
下载: 106
查看: 1214

其他 * 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) ...
https://www.eeworm.com/dl/534/160468.html
下载: 92
查看: 1164

人工智能/神经网络 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 ...
https://www.eeworm.com/dl/650/198173.html
下载: 153
查看: 1119

数值算法/人工智能 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 ...
https://www.eeworm.com/dl/518/289146.html
下载: 98
查看: 1099

SQL Server 使用互斥量。在进程启动的时候

使用互斥量。在进程启动的时候,使用CreateMutex创建互斥量,然后通过GetLastError进行错误检查;如果错误返回的是ERROR_ALREADY_EXISTS,说明已经有一个进程在运行了,只需将这个进程提到前台就行了
https://www.eeworm.com/dl/689/493921.html
下载: 122
查看: 1118

模拟电子 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 ...
https://www.eeworm.com/dl/571/21377.html
下载: 38
查看: 1116

技术资料 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 ...
https://www.eeworm.com/dl/746189.html
下载: 4
查看: 1847

多媒体处理 MPEG4解压缩算法源代码

·详细说明:MPEG4解压缩算法源代码,研究其中关于错误处理部分。-MPEG4 solution compression calculated the law origin code, studies about the error processing part. 文件列表(点击判断是否您需要的文件):   DECORE   ......\BUILD   .
https://www.eeworm.com/dl/521/15140.html
下载: 135
查看: 1117