搜索资源列表
osbymayfar
- 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Pr
C51experience
- 单片机汇编语言的机器代码生成效率很高但可读性却并不强,此教程只是我在学习过程中的一些学习笔记和随笔,在这里加以整理和修改,希望和大家一起分享,一起交流,一起学习,一起进步。-SCM machine assembly language code generation with high efficiency but readability was not strong, This tutorial is in the process of learning the study notes and
Rrandom_Process
- Random Process e-Books the rationale (basic principle ) about multivariate probability and so on-Random Process e-Books the rationale (basic principle) about multivariate probability and so on
advanced_signal_processing
- 现代数字喜好处理的MATLAB程序代码,包含随机过程分析,各种功率谱估计(欧拉方程法、协方差算法、burg算法、修正协方差算法、等等),维纳滤波器的设计、自适应滤波器的设计。 note:里面包含一些很实际的算法设计,比如说:没有发送序列的自适应噪声抵消技术,etc .还包含了详细的设计报告!-Preferences of modern digital processing MATLAB code, including the random process analysis, a variety
HW6
- White noise is a random signal (or process) with a flat power spectral density. In other words, the signal contains equal power within a fixed bandwidth at any center frequency. White noise draws its name from white light in which the power spectral
Visual-Fortran2002
- 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
Random-process
- 复旦大学研究生使用的一本随机过程书 非常好的一本书 ,偏重于理论-Fudan University graduate student using a random process the book a very good book, emphasis on theory
PapamarcouNotes-2
- random process notes
random
- 本程序是在随机过程的学习中的一个必要章节,程序对计算机中随机数的产生过程进行了模拟-This program is a necessary chapter in the random process of learning, and random number generation process computer simulation program
872661heat-transkalman
- 卡尔曼滤波从与被提取信号有关的量测量中通过算法估计出所需信号。卡尔曼滤波处理有几个特点:(1)卡尔曼滤波处理的对象是随机信号;(2)被处理信号无有用和干扰之分,滤波的目的是要估计出所有被处理信号;确切的说卡尔曼滤波应称作最优估计理论;就实现形式而言,卡尔曼滤波器实质上是一套由数字计算机实现的递推算法。量测量可看作卡尔曼滤波器的输入,估计值可看作输出-Kalman filtering from the measurement of the quantity relating to the sign
snack
- 一个简单的自己书写的贪吃蛇程序,支持暂停,开始,蛇身颜色随机变化,退出等多个功能,欢迎拍砖。-A simple Snake own writing process, support pause, start, snake color random changes and exit, and other functions, please Paizhuan.
csma-c
- CAMA防碰撞机制的实现,#include <windows.h> #include <process.h> /* _beginthread, _endthread */ //#include <stddef.h> //#include <stdlib.h> //#include <conio.h> #include "Random.h" #include"iostream" using namespace
yichuansuanfa
- 遗传算法(Genetic Algorithm,GA)是通过对自然界中生物的遗传和优胜劣汰的进化过程进行模拟与抽象,进而形成的一种自适应全局随机优化搜索方法。遗传算法只需提供目标函数作为寻优信息,它从某一随机生成的初始群体出发,经过选择、交叉和变异等遗传操作后对个体进行适应度评价,保留适应度较强的个体遗传到子代种群中,经过多次的迭代计算求得最优个体,即问题的最优解。本程序采用遗传算法可求解微网优化运行。-Genetic Algorithm is an adaptive global by natu
Matlab-achieve
- 窄带随机过程 窄带随机过程 窄带随机过程 窄带随机过程 -Matlab achieve narrowband random process
BF_BPSK_Rayleigh_BER
- Introduction This section builds an example step-by-step to give you a first look at the Communications System Toolbox™ software. This section also shows how Communications System Toolbox functionalities build upon the computational and visual
BF_M_QAM
- Introduction This section builds an example step-by-step to give you a first look at the Communications System Toolbox™ software. This section also shows how Communications System Toolbox functionalities build upon the computational and visual
EXP
- Study the statistical characterization of a random process,Compute autocorrelation function
PCMcodedecode_matlab
- 产生一正态分布序列 经过pcm编码、PCM解码、计算量化信噪比、设置信道误码率 -Generating a normal sequence after pcm encoding, PCM decoding, computing quantization noise ratio, set the channel error rate x = randn (1,1000) generating a normal sequence xf = fft (x, 256) 1024 da
xinhaocaijichengxu
- 随机核信号采集模拟与能谱形成程序,包含模拟随机信号序列的产生以及信号寻峰程序。-Random nuclear signal acquisition simulation and energy spectrum formation process, including the simulation of the generation of random signal sequences and signal peak seeking process.