搜索:err
找到约 24 项符合「err」的查询结果
结果 24
按分类筛选
https://www.eeworm.com/dl/625/170380.html
游戏
err page sourceerr page source
err page sourceerr page source
https://www.eeworm.com/dl/534/301682.html
其他
{ OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f
{ OCSP REQUEST*req=NULL
if ((req=OCSP一 REQUEST new())一NULL) goto err
if (name) /* optional*/
f if (!(req->tbsRequest->requestorName=GENERAL-NAME_ new())) goto er
req->tbsRequest->requestorName->type=GEN一 DIRNAME
req->tbsRequest->requestorName->d.dim=X509一 NAM几dup(name)
...
https://www.eeworm.com/dl/619/451809.html
Linux/Unix编程
//颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.\n")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR ...
https://www.eeworm.com/dl/647/155127.html
嵌入式/单片机编程
前有人传的imagewrite中少了文件ecc.c,根本不能编译成功,见图err,现把完整文件改名了上传
前有人传的imagewrite中少了文件ecc.c,根本不能编译成功,见图err,现把完整文件改名了上传
https://www.eeworm.com/dl/534/275408.html
其他
主函数Alamouti(Nr,max_snr,max_err_symbol,symbol_per_frame) 调用函数QpskMapping(psudo_bit_sequence)--二进制数据
主函数Alamouti(Nr,max_snr,max_err_symbol,symbol_per_frame)
调用函数QpskMapping(psudo_bit_sequence)--二进制数据到QPSK信号的变换
调用函数RayleighCH(Nr,Nt)--瑞利衰落信道模拟
仿真示例:
Alamouti(1,12,20,24)
说明:
1.2根发射天线、1根接收天线
2.最高信噪比为12dB,即仿真范围为 ...
https://www.eeworm.com/dl/663/162264.html
VHDL/FPGA/Verilog
数字均衡器是通讯信道抗码间干扰的重要环节,这是一个用vhdl写的代码以及用SYNPLIFY8.0综合的RTL电路图 它包含三个模块FILTER,ERR_DECISION,ADJUST 希望对大家有用.
数字均衡器是通讯信道抗码间干扰的重要环节,这是一个用vhdl写的代码以及用SYNPLIFY8.0综合的RTL电路图 它包含三个模块FILTER,ERR_DECISION,ADJUST 希望对大家有用.
https://www.eeworm.com/dl/665/386284.html
matlab例程
数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini
数值计算牛顿迭代法的matlab源程序
说明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini----input,sets the starting point to ini
% err----input,sets admissible error
% sol----output,returns the root of equation
https://www.eeworm.com/dl/962771.html
技术资料
基于AVR单片机设计的简易计算器程序
本例运行时,可完成整数的加、减、乘、除四种运算,该计算器不支持带优先级的表达式运算,但允许连续进行整数运算.如果运算结果超出有效范围则显示*ERR*