搜索资源列表
Lzss_VC
- 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上,修改后在VC上测试通过 可移植到其它平台,如嵌入式系统 示例中直接打开本目录下的Tmp.txt zip压缩Tmp.txt并输出压缩内容到zip.out unzip解压zip.out的内容并输出到unzip.out 目录下Tmp.txt文件必须存在-test LZSS VC code algorithm, the algorithm to achieve LZSS part of the C code
makedirectory
- 在C/C++环境下进行创建目录等系统功能的实现算法,完全中文注释-in C / C environment for the creation catalog functions of the system algorithms, the Chinese completely Notes
C-PRO
- 用C语言实现操作系统多级队列调度和时间片轮转调度。上传文件夹里有源代码和程序算法流程图。-C language operating system Multi-Queue scheduling and time slice Web scheduling. Upload file folder Active code and procedures algorithm flowchart.
C++--ant
- C++中蚁群优化算法的实现(主程序)-C ant colony optimization algorithm to achieve (Edit)
teamspeak
- 动态分区内存分配与回收算法,可利用C++实现可变分区内存分配与回收算法-dynamic memory allocation with the district recovery algorithm can be used to achieve Variable Area C memory allocation and recovery algorithm
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语言实现,代码量比较大,比较繁琐,希望大家能给出更好的代码
ccpp
- 几种算法的c语言程序实现,希望大家好好整理一下
c
- horner算法的C语言实现,这是关于数值分析方面的
LowRatioVocoder
- 请用CAJViewer打开.本文在分析研究G729算法原理的基础上,提出了有效实现G729标准 的硬件设计和几种软件优化方法。本文在对语音编解码的相关理论学习和掌 握后对G729标准进行了细致地研究和深入地理解 根据G729实现中对存 储空间和处理器运算速度等各项性能指标的要求,选择合适芯片,设计了实现 G729编解码器的硬件平台 通过对G729标准的详细分析和研究,分别提出 了C语言级、编译器级和算法级的有效优化方法,通过在DSP上实现及仿真, 并且根据主观评价和客观计
2)
- 一、 实验目的 1、 掌握使用Turbo C或VC上机编写、调试数据结构程序的基本方法。 2、 掌握线性表的基本操作:插入、删除、查找等操作在顺序存储结构和链接存储结构上的算法及其实现方法。 二、 实验要求 1、 认真阅读和掌握本实验的程序。 2、 上机运行本程序,测试所有功能点。 3、 结合源程序分析运行结果。 4、 按照你对线性表的操作需要,加入新功能(例如合并表)并重新改写主程序。 三、 注意事项 在磁盘上创建一个目录,专门用于存
文件合并C程序
- 文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.-merger document procedures C, C merger documents under the algorithm, beginners can be used to increase.
main
- 用C实现的ECC算法,用于用软件模拟ECC算法 -用C实现的ECC算法,用于用软件模拟ECC算法
shijianpian
- 用C实现计算机对时间片轮转算法的模拟 已经编译通过了-Round-robin algorithm of computer simulation in C
LZW
- 使用c++实现著名的LZW算法,包含有2个类文件-Using c++ implementation famous LZW algorithm, contains two class files
SLIQ
- SLIQ算法的C++实现,能运行,但是还要根据自己的需要进行修改一下。-SLIQ alogrithm based on c++
stable_matching
- gale-shapley算法的c++实现,用于稳定婚姻匹配,入学匹配,器官匹配等等问题-gale-shapley algorithm c++ implementation for stable marriage matching, enrollment matching, organ matching and so on
algofithm
- 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上-Test of LZSS algorithm VC code, including LZSS algorithm implementation for C code the Internet
4632206
- 用C++实现了模拟退火算法求多元函数极值,可以避免陷入局部最优解-By c++ implementation of a simulated annealing algorithm for multivariate function extreme value, can avoid falling into local optimal solution
解压缩程序
- C++实现文本、图像、音频、视频的解压缩,并通过MD5算法实现原始文件与压缩并解压后文件的比较。