2D、3D离散信号注意采样(sampling)与量化(quatalization)的作用:模拟信号->数字信号以下是一系列常用的信号:1、冲击函数:(2d的信号可以分解:)2、阶跃函数:(同样可以分解)3、指数函数:(周期性)注意欧拉方程:指数函数的周期性质:4、1维、2维离散cosine函数:2维...
分类:
其他好文 时间:
2014-11-12 19:29:07
阅读次数:
347
安装命令: # for 64-bit systems wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm sudo rpm -ivh influxdb-latest-1.x86_64.rpm 具体安装过程如下: wge...
分类:
数据库 时间:
2014-11-10 19:32:16
阅读次数:
1044
Problem DescriptionConversion between the metric and English measurement systems is relatively simple. Often, it involves either multiplying or dividi...
分类:
其他好文 时间:
2014-11-10 15:23:34
阅读次数:
136
吃力的讲完boost::signals的ppt,然后接着就是做练习题。通过讲ppt,发现有一句话说的真好:你自己知道是一回事,你能给别人讲明白又是另外一回事。真的有些东西你自己理解,但是用语言去很难表达,是不是用语言难以表达暴露出自己对所理解的东西不是真正的理解?。。。。orz,不过讲完ppt之后,真的对boost::singals的理解又加深一层。好了废话不多说了,现在来看两个习题(ppt的内容...
分类:
其他好文 时间:
2014-11-10 12:06:38
阅读次数:
280
[root@localhost~]#manpartedpartedisadiskpartitioningandpartitionresizingprogram.Itallowsyoutocreate,destroy,resize,moveandcopyext2,linux-swap,FAT,FAT32,andreiserfsparti-tions.Itcancreate,resize,andmoveMacintoshHFSpartitions,aswellasdetectjfs,ntfs,ufs,andxfs..
分类:
其他好文 时间:
2014-11-09 06:25:46
阅读次数:
307
Description
Transmitting and memorizing information is a task that requires different coding systems for the best use of the available space. A well known system is that one where a number is ass...
分类:
其他好文 时间:
2014-11-08 09:19:39
阅读次数:
188
Stacks of Flapjacks
Background
Stacks and Queues are often considered the bread and butter of data structures and find use in architecture, parsing, operating systems, and discrete eve...
分类:
其他好文 时间:
2014-11-05 21:37:26
阅读次数:
142
POJ 1631 Bridging signals(LIS:最长上升子序列)
http://poj.org/problem?id=1631
题意:
(题意比较繁琐)本质就是: 给你一个长为n(n<=40000)的整数序列, 要你求出该序列的最长上升子序列LIS.
分析:
如果用O(n^2)的算法的话, 可能会超时. 所以用O(n*logn)的算法.
令g[i]==x表示当前遍历到的长度为i的所有最长上升子序列中的最小序列末尾值为x.(如果到目前为止, 根本不存在长i的上升序列, 那么x==INF无穷大)...
分类:
其他好文 时间:
2014-11-05 12:59:34
阅读次数:
146
Advanced Message Queuing Protocol_AMQP The Advanced Message Queuing Protocol (AMQP) is an open standard for passing business messages between applications or organizations. ?It connects systems, ...
分类:
其他好文 时间:
2014-11-03 16:37:06
阅读次数:
135
1,基本数据结构:file_system_type每种文件系统对应一个文件系统类型结构,注册之后形成单链表,链表表头为file_systems(全局变量).Superblock反应文件系统整体的控制信息,超级块以多种方式存在。(磁盘超级快、内存超级块、VFS超级块)Inode反应了某个文件系统对象的...
分类:
其他好文 时间:
2014-11-01 23:03:46
阅读次数:
341