上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要: 转自: http://www.douban.com/note/359606646/和http://blog.csdn.net/yinxing408033943/article/details/7677769 step 1: 创建数据库 create table mytst(id integer, name char(30), score1 real, score2 real); inser... 阅读全文
posted @ 2015-05-10 00:08 aprial 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/huobing123456789/article/details/38927661 可以说GitHub的出现完全颠覆了以往大家对代码托管网站的认识。GitHub不但是一个代码托管网站,更是一个程序员的SNS社区。GitHub真正迷人的是它的创新能力与Geek精神,这些都是无法模仿的。在GitHub出现后,国内也出现了大量的代码托管网站,国内外... 阅读全文
posted @ 2015-05-09 09:18 aprial 阅读(1222) 评论(0) 推荐(0) 编辑
摘要: [x,fs,bits]=wavread('d.wav', [1 5000]); % sound(x, fs, bits); N = length(x); n = 0 : N-1; t = n/fs; % x = x y = fft(x, N); mag = abs(y); f = n * fs / N; subplot(211); plo... 阅读全文
posted @ 2015-05-09 09:03 aprial 阅读(1610) 评论(0) 推荐(0) 编辑
摘要: clf; fs=32;N=1024; %采样频率和数据点数 n=0:N-1; t=n/fs; %时间序列 x=1*sin(t); %信号 y=fft(x,N); %对信号进行快速Fourier变换 mag=abs(y); %求得Fourier变换后的振幅 f=n*fs/N; %频率序列 subplot(2,1,1),plot... 阅读全文
posted @ 2015-05-09 09:00 aprial 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 转自:http://icictech.blog.163.com/blog/static/2797425420084595725499/ 1)方法一 选中你要加注释的内容,然后选择工具菜单“text|comment”就可以了,如果要把注释变为语句,同样选中要转变的语句,然后用鼠标选择“text|uncomment”就可以了。用键盘的快捷键是"Ctrl+R". 或者选中你要加注释的内容,右击鼠标... 阅读全文
posted @ 2015-05-09 08:19 aprial 阅读(24463) 评论(1) 推荐(1) 编辑
摘要: (转自) http://wenku.baidu.com/view/1d55480fbe1e650e52ea99a3.html %filename:manwoman.m %different man from woman. %=========================================================== clear; % [x,fs,b... 阅读全文
posted @ 2015-05-04 16:31 aprial 阅读(1486) 评论(0) 推荐(0) 编辑
摘要: Monospaced Plain 10SansSerif Plain 10这是默认设置。希望能帮到你! 阅读全文
posted @ 2015-05-03 21:00 aprial 阅读(3777) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-03 09:07 aprial 阅读(182) 评论(0) 推荐(0) 编辑
摘要: SMOP http://blog.csdn.net/stereohomology/article/details/37754721 阅读全文
posted @ 2015-05-01 12:37 aprial 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: http://www.softpedia.com/get/Programming/Other-Programming-Files/Python-x-y.shtmlPythonxy兴趣小组QQ群237031331,欢迎岩土届科研人士加入。软件下载地址:http://code.google.com/p/... 阅读全文
posted @ 2015-05-01 08:48 aprial 阅读(241) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页