zip's

while(true) { Write it down; Think about it; Refine it; Sleep(); }

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年6月8日

摘要: 更改坐标原点 通过 ScaleTransform 加上 TranslateTransform 来完成,下面的例子中是一个 1000 乘 1000 大小的 Canvas, 希望将其坐标原点移到中心,就是 500,500 处 <Canvas Height="1000" Width="1000"> <Canvas.Resources> <Style TargetType="{x:Type TextBlo... 阅读全文
posted @ 2011-06-08 11:04 zip's 阅读(1138) 评论(0) 推荐(0) 编辑

摘要: 直接 cast 即可 System::String^ s1 = gcnew System::String("How easy!");CString s = (CString)s1; 看 CStringT 的源代码,CStringT 中有一个传入 System String 的构造函数: // This template will compile only for // class SystemSt... 阅读全文
posted @ 2011-06-08 10:55 zip's 阅读(1683) 评论(0) 推荐(0) 编辑

摘要: SICL Agilent Standard Instrument Control Library (SICL) is an I/O Library developed by Agilent (HP) that is portable across many interfaces and systems. SICL is a modular instrument communications lib... 阅读全文
posted @ 2011-06-08 10:43 zip's 阅读(1200) 评论(0) 推荐(0) 编辑

2011年6月7日

摘要: Download 第一讲: 现实生活中很多现象的周期性,时间上或者空间上;周期性多源于事物的对称性; 利用单位圆解释 sin x , cos x 的周期性 第二讲: 如何能用简单的 sin cox 函数表述复杂的周期现象; 人为地重复非周期现象,造出周期现象; 将sin cos组合起来成新的周期时,最低频率决定了组合后的周期,如频率 f ,2f,3f组合出的信号,按照 1/f 时间间隔重复; ... 阅读全文
posted @ 2011-06-07 22:28 zip's 阅读(1153) 评论(0) 推荐(0) 编辑

2011年6月2日

摘要: Read in Wikipedia - Mathematical principle Heterodyning is based on the trigonometric identity: The result is the sum of two sinusoidal signals, one at the sum f1 + f2 and one at the difference f1 - f... 阅读全文
posted @ 2011-06-02 22:20 zip's 阅读(766) 评论(0) 推荐(0) 编辑

摘要: http://en.wikipedia.org/wiki/Modulation 阅读全文
posted @ 2011-06-02 17:32 zip's 阅读(134) 评论(0) 推荐(0) 编辑

2011年6月1日

摘要: 直方图在测试中的应用,阅读这个 阅读全文
posted @ 2011-06-01 11:38 zip's 阅读(272) 评论(0) 推荐(0) 编辑

2011年5月31日

摘要: Productivity Power Tool View this in Channel9 Snippet Designer Color-coding output 阅读全文
posted @ 2011-05-31 23:00 zip's 阅读(234) 评论(0) 推荐(0) 编辑

2011年5月29日

摘要: 双音或多音信号在非线性器件中会产生交调: 多数交调产生的信号在带外,不会引入问题。但是3阶信号离基频最近,有可能落入带内,从而使输出产生非线性或者失真。 IP3就是一个很重要的测量参数 例如放大器,基频是1:1增长,3rd是3:1增长,IP3点就是3rd信号影响超过基频的点; 阅读: Third-order intercept point 阅读全文
posted @ 2011-05-29 11:49 zip's 阅读(5201) 评论(0) 推荐(0) 编辑

2011年5月25日

摘要: 第三课:求导四则运算及三角函数导数 证明 (sinx)' 和 (cosx)' - - 第四课:链式法则及高阶导数 CHAIN RULE (25:55处) - - 第六课:指数与对数函数导数、对数微分法 对指数形式的函数求导,两边取ln; 自然对数中那个 e = (1 + (1 / n))^n,当n趋向无穷大时; (42:00处) - - 第七课:复习 Natural logrithm is rea... 阅读全文
posted @ 2011-05-25 20:35 zip's 阅读(1304) 评论(0) 推荐(0) 编辑