搜索资源列表
SVPWM.空间矢量脉宽调制技术
- 空间矢量脉宽调制技术.doc 例1、CLARK变换的DSP实现 例2、PARK变换的DSP实现 例3、空间矢量的算法程序 ,Space vector pulse width modulation technology. Doc Cases 1, CLARK Transform DSP realization of cases 2, PARK Transform DSP realization of Example 3, the space vector algorithm procedu
lundu
- 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在各自队列中。 3轮船到达时,根据两个队列的情
qiujiecheng
- 求阶乘算法(0---10000)标准C++语言控制台应用程序-For factorial algorithm (0--- 10000) Standard C++ language console application
PIDC
- PID算法温控C语言程序设计,一个非常有用且简单的C语言程序-PID temperature control algorithm for C language programming, a very useful and simple C language program
GA
- 遗传算法解决VRP问题,程序代码经调试通过,可运行,C-Genetic algorithm to solve the VRP problem by debugging through the code, you can run, C++
802_11MAC_layer_handoff
- 文章从理论上分析了IEEE802.n无线网络MAC层切换原理和 程,对几种可行的算法进行了比较,分析、计算了切换的延迟时间 提出了带优先级的选择性扫描切换算法和双网卡并行算法等改进 略。借助于开放源代码,用Linux下的wirelesstoo1s提供的A 函数,编写C程序,实现了无线MAC层的快速切换。并且在网络无 覆盖和开放认证的情况下,利用该程序对提出的几种算法分别进行 实验测试分析。 -This paper theoretically analyzes the
jcdd
- 进程调度是处理机管理的核心内容。本设计要求用C语言编写和调试一个进程调度程序。通过设计本程序可以通过本课程设计可以达成如下目标: 1、深刻理解进程与进程控制块的关系,进程控制块的组成; 2、深刻理解进程的组织方法; 3、掌握调度算法和先来先服务进程调度算法 4、锻炼独立分析问题、解决问题的能力; -Process scheduling is the core processor management. The design using C language and debug
rs_enc_dec
- RS编译码的C程序,用的是很经典的BM算法,已在VC上调试通过-rs encoder and decoder program
ziliao
- 信号序列的DFT本身就是信号频谱的采样集,所以DFT可直接用于分析信号的频谱。快速傅立叶变换是一种有 效、实用的信号DFT算法。文章通过对DIT-FFT算法的详细分析,提出了一种计算机软件仿真信号频谱分析方案,并给出了 关键算法的C 语言程序。-Signal sequence of the DFT spectrum of the sample itself is a set of signals, so the DFT can be directly used to analyze th
shijujiegou
- 若要在n个城市间建设通信网络,只需要铺设n-1条线路达到每个城市都连通即可。请用C语言编写程序求出以最低经济代价建设这个通信网的方案,存储结构和实现算法由学生自己选定并实现。-N To build communication networks between cities, only paved route to n-1 connectivity to each city. Please use the C programming language in order to find the lo
lujing
- 用C++编写的最短路径规划程序,采用了人工势能场算法。-With C++ to write the shortest path planning process, using the artificial potential field algorithm.
Schmidl_Cox_original
- OFDM 同步技术研究 Schmidl_Cox算法 定时估计matlab程序-OFDM the synchronization technology research S&C algorithm timing estimation
RS
- 在CMMB,IEEE 802.16d及DVB标准中RS码编解码器的设计与实现,其算法及FPGA实现,RS编解码的C源代码程序-Design and implementation of RS encoding and decoding in CMMB, IEEE 802.16d, and the DVB standard algorithm and FPGA implementation, RS codec C source code program
xinghaofengxi
- 数字信号处理-理论、算法与实现 一书中所涉及到的绝大部分算法。 \Dsp_c C语言编写的算法程序。 \Dsp_fortran FORTRAN语言编写的算法程序。 \Dsp_matlab用MATLAB编写的信号处理程序,包含本书各个章节的 大部分例题。-" Digital Signal Processing- Theory, Algorithm and Implementation of a book related to most of the algorithm.
zuoyediaodu
- 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
离散余弦变换(DCT)
- 离散余弦变换(DCT)及其C++实现 定义:离散余弦是一种基于实数的正交变换 基本算法 快速算法 程序说明
Encryption-Algorithm-based-on-CPP
- 分析数据加密技术中的置换算法及其加密解密思想 ,给出加密解密置换算法的程序设计方法与具体实 现步骤 ,并提供一个完整的加密解密算法的 C + + 源程序-Analysis of data encryption technology replacement algorithm and encryption and decryption of thought, given the encryption and decryption algorithms replacement program d
K-Means
- 对500个随机二维坐标点进行聚类,然后通过C++程序输出窗口输出。(Cluster Algorithm.Put the 500 2d points into 20 clusters.)