搜索结果
找到约 506 项符合
Z-TA 的查询结果
通讯/手机编程 for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix
for entropy
H = entropy(S)
this command will evaluate the entropy of S, S should be row matrix
H = entropy([X Y Z])
this command will find the joint entropy for the 3 variables
H = entropy([X,Y],[Z,W])
this will find H(X,Y/Z,W).. you can use it for any combination of joint entropies
...
嵌入式Linux 很多不等式在展开以后形成如下的对称形式 sigma(s1^a1*s2^a2*...*sn^an)>=sigma(s1^b1*s2^b2*...*sn^bn) (当然 作为齐次不等式
很多不等式在展开以后形成如下的对称形式
sigma(s1^a1*s2^a2*...*sn^an)>=sigma(s1^b1*s2^b2*...*sn^bn)
(当然 作为齐次不等式 a1+a2+....an=b1+b2+...bn 变量s1,s2,...sn非负)
其中sigma表示对称和(也就是说 一共n!项) 例如
sigma(x^3)=x^3y^0z^0+x^3z^0y^0+y^3x^0z^0+y^3z^0x^0+z^3x^0y^0+z^3y^0x^0=2*(x^3+y^3+z ...
单片机开发 卡尔曼滤波在AVR单片机的应用
卡尔曼滤波在AVR单片机的应用,引脚接法:PC1 (ADC1) Y Accel (Pin 8)
PC2 (ADC2) Z Accel (Pin 7)
PC3 (ADC3) X Rate (Pin 3)
PC4 (ADC4) Y Rate (Pin 4)
PC5 (ADC5) VRef (Pin 5)
无线通信 newpages_incognito.zip (79KB) - Complete
newpages_incognito.zip (79KB) - Complete都不是冯小刚Z
资料/手册 PIC单片机Z系列资料
Microchip新推出的PIC32MZ系列单片机资料
开关电源 同步整流技术
高速超大规模集成电路的尺寸的不断减小,功耗的不断降低,要求
供电电压也越来越低,而输出电流则越来越大。
z 电源本身的高输出电流、低成本、高频化( 500kHz~1MHz)高
功率密度、高可靠性、高效率的方向发展。
z 在低电压、大电流输出DC-DC变换器的整流管,其功耗占变换器
全部功耗的50~60%。
z用低导通电阻MOSFET代 ...
C/C++语言编程 华为优秀C项目
这是华为内部的优秀C项目,供大家学习参考。
body {background: #383838 !important;}::-webkit-scrollbar{height:10px !important; width:10px !important; overflow:visible !important;}::-webkit-scrollbar-button{height:0 !important; width:0 !important; display:none !important;}::-webkit-scrollbar-track{box-s ...
技术书籍 C语言接口与实现
C语言接口与实现,一本过于学术的书
body {background: #383838 !important;}::-webkit-scrollbar{height:10px !important; width:10px !important; overflow:visible !important;}::-webkit-scrollbar-button{height:0 !important; width:0 !important; display:none !important;}::-webkit-scrollbar-track{box-shadow:no ...
单片机编程 红外解码程序
/*
 * _168ZHONGDUAN2.c
 *
 * Created: 2014/11/2 15:12:45
 *  Author: lenovo
 */ 
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...
C/C++语言编程 计算机图形学实验旋转立方体
可实现立方体绕x,y,z轴旋转,通过键盘按键wasd控制立方体的移动