搜索资源列表
排序比较
- 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test a
ARJ解包C语言源代码
- ARJ解包C语言源代码,供个人研究压缩算法等。-Arj decompression C source code,for personal study decompression.
Kalman111
- c语言编写的卡尔曼滤波器算法,可用于对信号进行滤波处-prepared by the Kalman filter algorithm can be used to signal filtering Office
yichuanshuanfa
- 这是一个遗传算法 遗传算法用于多组分样品的拉曼光谱的分析的C语言原程序-This is a genetic algorithm genetic algorithm for multi-component samples of the Raman spectra analysis of the C language original program
C-PRO
- 用C语言实现操作系统多级队列调度和时间片轮转调度。上传文件夹里有源代码和程序算法流程图。-C language operating system Multi-Queue scheduling and time slice Web scheduling. Upload file folder Active code and procedures algorithm flowchart.
ARM-c
- 无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计。-without the support of the operating system embedded system software, including guidance system (BOOT), the driv
c_DSP_FFT
- 自己用c语言编的DSP中的FFT算法 自己用c语言编的DSP中的FFT算法-own use language series DSP FFT algorithm using their own language c addendum to the DSP FFT algorithm c language with its own series of the DSP FFT algorithm using their own language c addendum to the DSP FFT al
c++02--
- 关于C++的一个PPT教程C++语言概述,包括介绍 2.2 基本数据类型和表达式 2.3 数据的输入与输出 2.4 算法的基本控制结构 2.5 自定义数据类型 -on a PPT C C language tutorial overview Introduction 2.2 include basic data types and expressions 2.3 data input and output 2.4 algorithm basic control structu
sting7.doc
- 图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现-the adjacency matrix, the adjacent table, Cross Chain, Listless multiple adjacent storage structure and said the creation algorithm in C Language map of the depth-first traversa
ks
- 凯撒加密算法C语言实现,代码量比较大,比较繁琐,希望大家能给出更好的代码
sdfsdf
- 银行家算法模拟 计算机专业 操作系统 C语言运行环境
ccpp
- 几种算法的c语言程序实现,希望大家好好整理一下
c
- horner算法的C语言实现,这是关于数值分析方面的
LowRatioVocoder
- 请用CAJViewer打开.本文在分析研究G729算法原理的基础上,提出了有效实现G729标准 的硬件设计和几种软件优化方法。本文在对语音编解码的相关理论学习和掌 握后对G729标准进行了细致地研究和深入地理解 根据G729实现中对存 储空间和处理器运算速度等各项性能指标的要求,选择合适芯片,设计了实现 G729编解码器的硬件平台 通过对G729标准的详细分析和研究,分别提出 了C语言级、编译器级和算法级的有效优化方法,通过在DSP上实现及仿真, 并且根据主观评价和客观计
DXTSP
- 单向的TSP旅行商问题的动态规划算法,用C语言实现。
md4
- 这是一个静态的md4算法加密,是在vc++的环境中执行,c语言编写;-This is a static md4 encryption algorithm is the vc environment implementation, c languages;
进程调度试验
- 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through
huffmancoding_sm
- 本程序使用C语言进行文件操作,使用哈夫曼算法进行编码压缩-procedures for the use of the C language for file manipulation, the use of Huffman coding compression algorithm
4_4
- C语言的 数据结构 关于二叉树 的 有关算法-dfsf fdhytrhyufg hgf fh fg ghgfd
J2ME
- 是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -Is a data compression algorithm based on LZARI class. Haruhiko Okum