搜索:X

找到约 9,902 项符合「X」的查询结果

结果 9,902
按分类筛选
显示更多分类
https://www.eeworm.com/dl/641/314081.html 数学计算

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1 ...
下载 23
·
查看 1094
https://www.eeworm.com/dl/641/314082.html 数学计算

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1 ...
下载 181
·
查看 1068
https://www.eeworm.com/dl/534/314083.html 其他

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1 ...
下载 77
·
查看 1081
https://www.eeworm.com/dl/534/314085.html 其他

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1 ...
下载 61
·
查看 1078
https://www.eeworm.com/dl/916158.html 技术资料

X84161 X641 X129 MPS EEPROM与8051微控制器接口及其演示代码介绍.pdf

The MPS E2PROM is an attractive alternative to the'add-on' parallel or serial nonvolatile memori
下载 5
·
查看 8478
https://www.eeworm.com/dl/968351.html 技术资料

STM8AF622x/4x STM8AF6266/68 STM8AF612x/4x STM8AF6166/68 产品型号:

汽车级8位微控制器,具有高达32K字节Flash、数据EPROM、10位ADC、多个定时器、LIN、SPI、I2C、3~5.5V供电 (Automotive 8-bit MCU, with up to 32 Kbytes Flash, data EEPROM,10-bit ADC, timers, LIN, SPI, I2C, 3 to 5.5 V)
下载 7
·
查看 6772
https://www.eeworm.com/dl/527/204953.html 通讯/手机编程

多项式为x^8+x^5+x^4+1的CRC(循环冗余校验码)的FPGA设计。

多项式为x^8+x^5+x^4+1的CRC(循环冗余校验码)的FPGA设计。
下载 162
·
查看 1249
https://www.eeworm.com/dl/663/310228.html VHDL/FPGA/Verilog

用MATLAB里的XILINX BLOCKS, 支持FPGA算法, 实现X_NEXT = ((n-1)x+ A/x(n-1)次)/n

用MATLAB里的XILINX BLOCKS, 支持FPGA算法, 实现X_NEXT = ((n-1)x+ A/x(n-1)次)/n
下载 152
·
查看 1151
https://www.eeworm.com/dl/542/312297.html 其他书籍

X10 Protocol.pdf X10 Home Automation.pdf Microchip - AN236 - Home automation using X10.pdf MANDO

X10 Protocol.pdf X10 Home Automation.pdf Microchip - AN236 - Home automation using X10.pdf MANDO UNIVERSAL X10 WIRELESS MOUSE REMOTE SYSTEM.pdf Manual ipcontrol x10.pdf x10_camera_control_system.doc domotica d-6006 - X10.pdf X10 Temperature Sensing Device.pdf DOMOTICA X10.pdf Swi ...
下载 155
·
查看 1104
https://www.eeworm.com/dl/650/356907.html 人工智能/神经网络

贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集

贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器 ...
下载 111
·
查看 1132