搜索结果
找到约 3,147 项符合
M-Files 的查询结果
人工智能/神经网络 wujiao.m是五角星去交叉程序
wujiao.m是五角星去交叉程序,用于使求出的tsp去交叉,应用见我上载的ant-tsp-elimcross程序
nixu.m是wujiao.m求逆序的测试程序
VHDL/FPGA/Verilog XAPP299 version 1.0 reference design files
XAPP299 version 1.0 reference design files
驱动编程 MSJ Driver source files and released binary files
MSJ Driver source files and released binary files
编译器/解释器 These files contain a port, to Python of the inexact string matching functionality of agrep.
These files contain a port, to Python of the inexact string
matching functionality of agrep.
matlab例程 一个多径信道仿真程序。其主程序为: Jakes_filter.m 产生信道多普勒功率谱形状 linear_fft.m作fft变换
一个多径信道仿真程序。其主程序为:
Jakes_filter.m 产生信道多普勒功率谱形状
linear_fft.m作fft变换,并作相应平移。
linear_psd.m分析信号的psd
qpsk_berest.m产生qpsk信号
random_binary产生随机信号源
数值算法/人工智能 用MATLAB的脚本语言M语言编写的
用MATLAB的脚本语言M语言编写的,用于在MATLAB环境下实现帕笛近似(高阶模型简化降阶)的程序源代码,可以在MATLAB环境下直接运行。
邮电通讯系统 This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK
This m-file simulates MPSK (theoretical and simulated) with Gray coding
This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel ...
书籍源码 Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m
Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m,从某个指定的第一个人开始,沿环计数,每遇到第m个人就让其出列,且计数继续进行下去。这个过程一直到所有的人都出列为止。最后出列都优胜者。每个人出列的次序定义了整数1,2,...,n的一个排列。这个排列称为一个(n,m)Josephus排列。例如,(7,3) ...
VHDL/FPGA/Verilog 扩频通信M序列,编码,通用VHDL语言
扩频通信M序列,编码,通用VHDL语言
人工智能/神经网络 机器学习中的E M算法
机器学习中的E M算法,本代码是基于高斯混合模型的E M 算法聚类。