-
communications
通信模型仿真,对通信中涉及到的各个处理流程进行的仿真。内容详细,能够运行。(Communication model simulation, the communication involved in the various processes carried out by simulation. Detailed and be able to run.)
- 2009-12-15 11:44:30下载
- 积分:1
-
CCA
典型相关分析程序,经过调试程序可以直接运行。(Canonical correlation analysis program, can run through the debugger.)
- 2010-12-08 13:03:59下载
- 积分:1
-
DataGenerator
生成不同长度、不同字母表的数据集,适合于学术实验数据的生成。(Generate different length, different data sets the alphabet, suitable for academic experimental data generation.)
- 2010-01-30 10:14:20下载
- 积分:1
-
K-means聚类
K-means聚类程序,可用于聚类问题,自动产生大量数据,生成聚类图片(K-means clustering program, can be used for clustering problems, automatically generate large amounts of data, generate clustering images)
- 2020-10-22 10:07:22下载
- 积分:1
-
CT
说明: 为断层扫描(CT)源程序,用于多点激励接受断层扫描。(To tomography (CT) of the source, for multi-point excitation accept tomography.)
- 2014-09-01 11:07:17下载
- 积分:1
-
Downlink-Scheduling-in-3GPP-LTE
LTE Downlink scheduler
- 2013-04-30 01:30:12下载
- 积分:1
-
FisherLinearDiscriminant
Fisher Linear Discriminant for text classification
- 2013-05-10 19:15:13下载
- 积分:1
-
Papers-in-WiMAX
Seamless Handover between WiMAX and UMTS.
- 2011-02-12 01:58:54下载
- 积分:1
-
imu
指北方位系统在捷联惯性导航系统中的matlab模拟算法(Matlab simulation algorithm north-bit system in strapdown inertial navigation system)
- 2012-05-23 13:48:42下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1