会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cntsw
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2014年11月10日
自动控制基础MATLAB 2
摘要: 例3-5num=5*[1 5 6];den=[1 6 10 8];%函数阶跃响应sys0=tf(num,den) step(sys0) %零极点形式的传递函数[z p k]=tf2zp(num,den); sys=zpk(z,p,k) %部分分式展开[r p k]=residue(num,[den ...
阅读全文
posted @ 2014-11-10 22:21 cntsw
阅读(279)
评论(0)
推荐(0)
2014年10月29日
钽电容和瓷片电容的对比
摘要: http://www.avx.com/docs/techinfo/mlc-tant.pdf
阅读全文
posted @ 2014-10-29 21:16 cntsw
阅读(362)
评论(0)
推荐(0)
自动控制原理基础 matlab 1
摘要: 例2-22 稍改写了下,可能这样看着比较清晰G1=tf([1],[1 10]);G2=tf([1],[1 1]);G3=tf([1 0 1],[1 4 4]);G4=tf([1,1],[1 6]); H1=tf([1 1],[1 2]);% 书上之所以用zpk而没有用tf是因为希望结果为zpk格式的...
阅读全文
posted @ 2014-10-29 19:24 cntsw
阅读(538)
评论(0)
推荐(0)
2014年10月12日
Altium使用总结1
摘要: 有空了再写
阅读全文
posted @ 2014-10-12 13:08 cntsw
阅读(156)
评论(0)
推荐(0)
2014年10月1日
Altium 各个层的作用
摘要: 各个层的含义(来源:JQ_Lin)a.信号层(Signal Layers): 信号层包括Top Layer、Bottom Layer、Mid Layer 1……30。这些层都是具有电气连接的层,也就是实际的铜层。中间层是指用于布线的中间板层,该层中布的是导线。 b.内层(Internal Pl...
阅读全文
posted @ 2014-10-01 12:17 cntsw
阅读(2216)
评论(0)
推荐(0)
2014年9月21日
C语言联合体的灵活运用
摘要: 一段联合体的程序如下 1 #include 2 typedef union { 3 unsigned int a32[2]; 4 unsigned short a16[1]; 5 unsigned char a8[1]; 6 } T_union; 7 8 void main() 9 ...
阅读全文
posted @ 2014-09-21 10:28 cntsw
阅读(453)
评论(0)
推荐(0)
2014年9月1日
windows清除日志
摘要: wevtutil.exe cl "ACEEventLog"wevtutil.exe cl "Application"wevtutil.exe cl "HardwareEvents"wevtutil.exe cl "Internet Explorer"wevtutil.exe cl "Key Mana...
阅读全文
posted @ 2014-09-01 19:16 cntsw
阅读(2441)
评论(0)
推荐(0)
2014年8月28日
Lingo 优化实例 出版社问题
摘要: model: data: LY_K=0.002; enddata sets: !1-72个科目每个科目的书号数; number/1..72/:anum; link(number); !每个书号的平均价格; price/1..72/:p; !单位书号的销售量 预测2006年的; perSH/1..72/:per; !1-72个科目200...
阅读全文
posted @ 2014-08-28 10:42 cntsw
阅读(323)
评论(0)
推荐(0)
Lingo 0-1规划
摘要: model:sets:Jing/1..20/;Out/1..13/;JingOut(Jing,Out):dat;Result(Jing,Out):x;TheMin(Jing,Out);endsetsdata:dat=(20*13的数据);enddata@for(Result(i,j):@bin(x(...
阅读全文
posted @ 2014-08-28 10:38 cntsw
阅读(1299)
评论(0)
推荐(0)
2014年8月26日
用CMD分类
摘要: 比如有1949年到2010年的一些数据,每年的每个月是一个txt文件,每个文件里是下列数据这样的格式54094 4435 12936 2403 1951 1 1 5 32766 0 854094 4435 12936 2403 1951 1 2 5 32766 0 854094 ...
阅读全文
posted @ 2014-08-26 16:50 cntsw
阅读(214)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告