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

搜索资源列表

  1. 330911894

    0下载:
  2. C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7035
    • 提供者:猪头
  1. Advancedsearch

    0下载:
  2. 高级搜索算法,讲述一些比较高级的搜索算法,并且用c++实现源代码-advanced search algorithm, described some of the more advanced search algorithm, and use the source code to achieve c
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7801
    • 提供者:promise
  1. list_python

    0下载:
  2. c语言数据结构中的链表实现插入删除等算法-c language data structure to achieve the linked list insertion deletion algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1469
    • 提供者:王明杰
  1. 123

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6823
    • 提供者:按时扩大
  1. 用新的高级加密标准(AES)保持你的数据安全

    1下载:
  2. AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。  -AES (The Advanced Encryption Standard) is the National Institute
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:17133
    • 提供者:
  1. c++

    0下载:
  2. 在线性表的实现中增加一个成员函数,实现对表中元素置逆的操作(设原链表为a1,a2,...,an 则置逆后的序列为an,...,a2,a1)。对于具有n个元素的线性表,你的算法的运行时间应为O(n),空间消耗应为O(1). 注:有对时间和空间分析的说明
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:847
    • 提供者:dgftd
  1. yinhangjia

    0下载:
  2. 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can deal with the report. Resource M
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:68163
    • 提供者:张许
  1. c-important105example

    0下载:
  2. 原名是:c语言经典教程105例源代码,里面讲述了一些经典的C语言编程,附代码,适合于初学者,里面许多编程的思想值得借鉴,它把复杂的算法用了一种很简单的方式来用c语言实现,让你有所领悟-Formerly known as are: c language tutorial 105 cases of classic source code, which describes some of the classic C language programming, with code, suitable f
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:5919826
    • 提供者:connyzone
  1. tanchishe

    0下载:
  2. 贪吃蛇算法,可用于最短路径的查询,C#实现,可将次算法用于物流配送,旅游线路等系统中。-Snake algorithm, can be used for shortest path queries, C# to achieve, can be sub-algorithm for the logistics and distribution, travel routes, such as system.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:11756
    • 提供者:shanshan
  1. c

    1下载:
  2. 水下机器人作业目标控制和目标识别 摘要:本文着重叙述AUV对特定作业-“水下目标探测与识别”的作业控制和实现过程。叙述水下三维目标的识别机理和识别算法以及为正确识别目标提供最佳条件的预处理、硬件系统和实时处理功能。-Operation of underwater robots to identify goals and objectives of the control Abstract: This paper describes the AUV to a specific operatio
  3. 所属分类:software engineering

    • 发布日期:2015-12-10
    • 文件大小:355599
    • 提供者:shuoshuo
  1. svpwm

    0下载:
  2. 生成svpwm的两篇文章,可以借鉴读懂PMSM3_x源代码中SVGEN_DQ.C的实现思路,《基于非标准正交基的空间电压矢量快速算法》《空间电压矢量PWM的简单算法》-the two articles about Svpwm generating,help you to know SVGEN_DQ.C in PMSM3_x
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:419698
    • 提供者:潘先生
  1. dijkstra

    0下载:
  2. 用C语言实现的最短路算法 算法描述清楚,未结合文件操作-Realized with C language algorithm for shortest path algorithm described in clear, no combination of file operations
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1032151
    • 提供者:
  1. FFT-CPP

    0下载:
  2. 快速傅里叶变换(FFT)算法C++实现代码-Fast Fourier Transform (FFT) algorithm in C++ code
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:3674
    • 提供者:王一
  1. Several-encryption-C-Sharp

    0下载:
  2. C#几种加密算法的介绍,包括对称加密算法MD5的实现,对称加密算法DES的实现,对称加密算法RC2的实现,以及其他算法的实现,内容包括对算法的讲解以及部分主要关键代码。-Several encryption algorithm C#
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6878
    • 提供者:刘湘琼
  1. SortCPP

    0下载:
  2. 数据结构多种排序算法C++实现,冒泡排序,选择排序,插入排序,希尔排序,堆排序等-Implementation of various sorting algorithm, the data structure of bubble sort, selection sort, insertion sort, Hill sort, heap sort etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10154
    • 提供者:方李
  1. C

    0下载:
  2. 讲PID原理的挺多,但是讲算法的实现却比较少,或是比较难懂,今天网上找到一个老外写的PID C语言实现,P ,I ,D 各环节独立实现,还是比较好理解的。-PID with a lot of talk about principles, but talk algorithm to achieve less than, or more difficult to understand, and today the Internet to find a foreigner to write PID C
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:49912
    • 提供者:大鹏集成
  1. C

    1下载:
  2. 上传的资料包括c语言设计的高斯消元法,RSSI方法测距跟踪处理,排序法,c实现的拟合算法,利用左边算最小二乘法系数-Upload information, including c language design Gaussian elimination, RSSI methods ranging tracking processing, sorting method, c achieve fitting algorithm, using the least squares method calc
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1880231
    • 提供者:刘欣
  1. 卡尔曼滤波算法C语言实现

    1下载:
  2. 数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理, Kalman滤波是目前应用最为广泛的滤波方法, 在通信, 导航, 制导与控制等多领域得到了较好的应用
  3. 所属分类:软件工程

  1. 实习报告书12.26

    0下载:
  2. 实现七种排序算法 比较各算法性能 数据结构算法 冒泡,插入,希尔,快速,选择,堆排序,归并排序(order algorithm sorting algorithm;Sort algorithm;PageRank algorithm bubble sort;bob sort method;Bubble sort algorithm Merge sort algorithm)
  3. 所属分类:系统设计方案

    • 发布日期:2017-12-19
    • 文件大小:449536
    • 提供者:Boulder
  1. 数据结构与算法(C++)

    1下载:
  2. 编程必读书籍,详细介绍了各种算法和数据结构的C++实现方法。
  3. 所属分类:软件工程

    • 发布日期:2020-02-10
    • 文件大小:116873718
    • 提供者:blackrussell
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com