Quick Retrieve on Google     Quick Retrieve on Bing

Combine Art and Sciences

Blogs transfered from: blog.csdn.net/sonictl

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

2013年7月9日

摘要: C/C++/Java Static / Const 的概念 这里以C为准,其他语言类似。 Static变量是指分配不变(只可分配一次,以后再分配就无效了。)的变量 -- 它的存活寿命或伸展域可以贯穿程序运行的所有过程。这个概念与“ephemeral-短命的”,分配即变的,变量恰恰相反。常常被人们... 阅读全文
posted @ 2013-07-09 10:56 sonictl 阅读(176) 评论(0) 推荐(0) 编辑

2013年2月8日

摘要: ref: How to Connect WiFi from Terminal on Ubuntu 16.04 (added on Dec, 2019) reference: http://code.google.com/p/ohmm-sw/wiki/LinuxTips#Connecting_to_N 阅读全文
posted @ 2013-02-08 01:05 sonictl 阅读(231) 评论(0) 推荐(0) 编辑

2013年2月5日

摘要: 写这个个人笔记完全是出于记录自己所学,方便本人日后参考,可能很零散。这个笔记是建立在C语言编程基础上,本人学习Java只学习它与C语言不同的地方,或者我在C编程过程中很少用到的地方。所用的教材是Youtube一位达人做的视频:Java编程简明教程 by Thenewboston... 阅读全文
posted @ 2013-02-05 04:24 sonictl 阅读(159) 评论(0) 推荐(0) 编辑

2013年1月20日

摘要: 在MATLAB中,可以用函数y=filter(p,d,x)实现差分方程的仿真,也可以用函数 y=conv(x,h)计算卷积,用y=impz(p,d,N)求系统的冲激响应。 实现差分方程 先从简单的说起: filter([1,2],1,[1,2,3,4,5]) 实现 y[k]=x[k]+... 阅读全文
posted @ 2013-01-20 23:27 sonictl 阅读(1360) 评论(0) 推荐(0) 编辑

摘要: <span style="color:red"> This blog is out of date. Check out my new blog holder: <a href='https://sonictl.github.io'>sonictl.github.io</a></span> <spa 阅读全文
posted @ 2013-01-20 23:25 sonictl 阅读(2020) 评论(0) 推荐(0) 编辑

摘要: http://www.pcdog.com/edu/linux/18/10/u231314_1.html http://www.pcdog.com/edu/linux/18/10/u231314_2.html http://www.pcdog.com/edu/linux/18/10/u231314... 阅读全文
posted @ 2013-01-20 23:22 sonictl 阅读(215) 评论(0) 推荐(0) 编辑

摘要: About transfer pointer into function (C Language) In the main() function of our program, we often need to use some user defined functions to... 阅读全文
posted @ 2013-01-20 23:11 sonictl 阅读(232) 评论(0) 推荐(0) 编辑

摘要: Detect the specific frequency of input signal Using the Goertzel Algorithm Watch the video of this program: Path1: http://v.youku.com/v_show/id... 阅读全文
posted @ 2013-01-20 23:06 sonictl 阅读(626) 评论(0) 推荐(0) 编辑

摘要: A brief history of Microprogramming 关于微编程(Microprogramming)的简史 http://www.cs.clemson.edu/~mark/uprog.html <--- the source text of this tran... 阅读全文
posted @ 2013-01-20 23:01 sonictl 阅读(331) 评论(0) 推荐(0) 编辑

摘要: 【问题描述:】 PART A. The Dinero cache simulator is available on the COE Solaris system (machines alpha, beta). The following information is for using... 阅读全文
posted @ 2013-01-20 22:55 sonictl 阅读(376) 评论(0) 推荐(0) 编辑