CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - C语言算法

搜索资源列表

  1. TheAssemblyAlgorithmUsed

    0下载:
  2. C常用算法程序集 这里包括了C语言的常用算法。-C algorithm for assembly commonly used here include the C language, common algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:267843
    • 提供者:fufa
  1. fft

    0下载:
  2. 用C语言实现FFT算法,是基二的,并且用matlab测试过了是正确的。-FFT algorithm using C language, is the base 2, and tested the use of matlab is correct.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1995
    • 提供者:li
  1. C_language_useful_aglorithm

    0下载:
  2. C语言的常用算法,很使用做的很好,可以学到很多-C language commonly used algorithm, is used to do well, you can learn a lot
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:7800
    • 提供者:qingchang
  1. shujujiegou_C

    1下载:
  2. 介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tr
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7903151
    • 提供者:冰茜
  1. Performance_management_procedures_for_algorithm_C.

    0下载:
  2. 介绍了用C语言编写学生成绩管理系统的基本设想,并针对《学生成绩管理系统》要求 按学期和班级进行管理,提出了解决问题的算法。 -Describes the C language with the students the basic idea of performance management systems, and for the " Student performance management system" required by the semester and
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:158720
    • 提供者:yy
  1. ahpandc

    0下载:
  2. AHP(层次分析法)的应用。随着社会的发展 ,系统在生活中的作用越来越重要 ,如何对系统效能进行评估成为一个重要课题。在介绍层次分析法基本原理的基础上 ,利用 C# 语言对其算法模型进行了实现 ,对效能评估方法在实践中的应用进行了介绍。-Analytic hierarchy process (AHP) application research
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:148698
    • 提供者:KKL
  1. hafaman-yasuojieya

    0下载:
  2. 用哈弗曼算法编写的文件压缩解压程序,复制到编译器上可运行,C++语言编写-Documents prepared by Ha Fuman compression decompression algorithm program can be copied to run the compiler, C++ language
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:15176
    • 提供者:zhouxuecheng
  1. camshiftdemo

    0下载:
  2. camshift算法,运动目标的检测,c++语言编写-camshift algorithm,moving target detecting
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3722
    • 提供者:汪迁
  1. Calendar-week-speed-algorithm

    0下载:
  2. 程序算法:新编万年历星期速算法C语言的实现。-Program algorithm: New calendar week fast algorithm C language implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:3545
    • 提供者:st
  1. Round-robin-and-priority-scheduling

    1下载:
  2. 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
  3. 所属分类:软件工程

    • 发布日期:2017-03-25
    • 文件大小:30971
    • 提供者:188
  1. crc

    0下载:
  2. CRC 算法C语言,有兴趣的可以下载看看编程思想-CRC algorithm in C language, and who are interested can download and see
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:108448
    • 提供者:flx
  1. 0_02011031022550853165221641

    0下载:
  2. lzw压缩算法的C语言实现,包含压缩和解压缩的原理及实现代码-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:262354
    • 提供者:王波
  1. shell

    0下载:
  2. 希尔排序数据结构的一种算法用C语言编写,可以进行排序-Hill to sort the data structure of an algorithm written in C
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:700
    • 提供者:刘超
  1. chengxushejisuanfazongjieshili

    0下载:
  2. 程序设计算法总结举例--最新版c语言经典算法案例-The program design, for example-the latest version is summarized C language classical algorithms case
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:9584
    • 提供者:刘军婷
  1. DSP-theory

    1下载:
  2. 从DSP的基本开发方法入手,介绍基于DSP的系统软/硬件开发方法,并以TMS320X281x系列处理器的各模块功能为主线详细介绍各模块的硬件使用和C语言编程。此外还根据DSP的特点介绍基于点处理器实现浮点算法的方法。在介绍功能的同时,列举了相应的应用实例,给出了硬件的原理和C语言程序清单,并标有详细的程序说明,为用户快速掌握处理器各功能单元的使用提供了方便。附光盘1张,内含C语言程序代码。-From the DSP development methodologies, this paper in
  3. 所属分类:software engineering

    • 发布日期:2017-06-19
    • 文件大小:28770590
    • 提供者:刘沛铮
  1. GA_IA_C

    0下载:
  2. 遗传和免疫算法源程序C语言,希望对大家有用Genetic and immune algorithm source code in C-Genetic and immune algorithm source code in C
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:118355
    • 提供者:shang
  1. AES-encryption-and-decryption

    0下载:
  2. 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:8297
    • 提供者:zhang shuai
  1. bianyi

    2下载:
  2. 用C语言采用模拟DFA算法编写一个扫描器(词法分析器)用来识别: 由任意个a或b开始后接aa再自加或自减1的字符串,即正规式r=(a|b)*aa(+|-)1描述的语言L(r)。 -Simulated DFA algorithm in C language to write a scanner (lexical analyzer) is used to identify: followed by any one of a or b aa longer self plus or decrem
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:6144
    • 提供者:123
  1. CRC

    0下载:
  2. CRC循环冗余码算法原理及三种C语言实现的算法。是一篇介绍CRC非常好的文章。-CRC Cyclic Redundancy Code algorithm and three C language algorithms. Is the one to introduce the CRC a very good article.
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:8830
    • 提供者:zotion
  1. main

    0下载:
  2. 利用C++语言,实现了约瑟夫算法,输入人数,开始的序号,以及间隔数,得出最终获胜的人的序号-Using c++, the program gets the winner of the Josef game
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:698
    • 提供者:金鑫
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com