CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C常用算法

搜索资源列表

  1. offen_C_Algorithms

    0下载:
  2. 解压后的文件,列举了大量常用的C算法程序,欢迎参考!-unpacked document, listed a number of commonly used algorithm C procedures, reference welcome!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:566979
    • 提供者:郭春吉
  1. Cprom

    0下载:
  2. c语言程序,一些常用的算法,来源于网络收集,希望大家指教。-c language program, some of the commonly used algorithms, and from the network to collect, we hope the exhibitions.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:235529
    • 提供者:遥遥
  1. i3d-converter-0.50-src

    1下载:
  2. 图像处理和计算机视觉方面的源码,标准C++编写,包含了很多常用的图像处理和计算机视觉方面的算法实现。-image processing and computer vision of the source code, standard C, contains many common image processing and computer vision algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:186750
    • 提供者:sjtuzyk
  1. Netpassword

    0下载:
  2. Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。本类实现一些常用机密算法,供参考。-Net framework, as they own CLR provides support for the rich, with little code can be used to achieve the old language, such as C is very difficult to achieve encryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:韩冰
  1. pid-in-industry

    1下载:
  2. c语言的PID控制算法程序,作为工业控制中的一种常用控制算法PID运算。-c language PID control algorithm procedures for industrial control of a PID control algorithm commonly used operations.
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:1797
    • 提供者:zxb
  1. Chap0120061116_203030

    0下载:
  2. 计算机常用数值计算算法与程序 C++版\\Chap01.rar-used computer numerical algorithm and C-version \\ Chap01.rar
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7741
    • 提供者:presley
  1. DES_C_keil

    0下载:
  2. 1,这是比较流行的DES算法代码. 2,特别是在通讯方面比较常用. 3,此代码可以在KEIL C环境下使用.-1, which is more popular in the DES algorithm code. 2, particularly in the more commonly used communications. 3. this code can KEIL C environment.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:14277
    • 提供者:jeney
  1. searchdirfiles

    0下载:
  2. 所谓遍历目录,就是给定一个目录,访问其中的所有文件(包括子目录下的文件)。迭代是比较常用的遍历算法。本文利用C++面向对象的特性,通过一个类CBrowseDir,对目录遍历进行了封装。用户只需掌握该类四个成员函数的用法,就可以在自己的程序中,很方便地实现目录遍历。 -called directory traversal is given a directory, which visited all documents (including subdirectories under). It
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9806
    • 提供者:梁风
  1. fft_source

    0下载:
  2. 内部包含FFT,小波变换,以及各种常用的滤波算法和图像处理算法的C源代码。-internal contains FFT, wavelet transform, and various commonly used filter and image processing algorithm in C source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:402401
    • 提供者:wangziyu
  1. PID-C20070301

    0下载:
  2. 工业控制中常用的PID算法C编写的,简单更改后可以移植到其他系统中,非常有用-industrial control PID algorithm commonly used in the preparation of the C, simple changes can be transferred to other systems, very useful
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1248
    • 提供者:jgw
  1. Programme_language_C_commen_used_algorithm

    0下载:
  2. 压缩包内有c语言常用的33个典型算法,例如实现Xcopy等.-compressed within a common language c 33 typical algorithms, such as the realization of such Xcopy.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32217
    • 提供者:张郑锟
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:战天
  1. FourEncodeArithmeticInCommonUse

    0下载:
  2. 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1859
    • 提供者:Kary Lu
  1. c_algorithm_source

    0下载:
  2. 该文件里包含了C语言常用的一些数值算法的源代码,可能对大家会有所帮助-The document contains the C language used some numerical algorithm source code, you may be helpful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-14
    • 文件大小:765572
    • 提供者:lyzseu
  1. 最小费用vip

    0下载:
  2. 常用C 语言 运筹学算法-C-language algorithm tacticians
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2947
    • 提供者:韩丹
  1. 300CodeCpp

    1下载:
  2. 300种常用加解密算法的源码C++实现。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:389600
    • 提供者:ouminliang
  1. Modbus_crc_c

    0下载:
  2. 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
  3. 所属分类:通讯编程

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

    0下载:
  2. c++算法,常用得算法可以使你编程简单方便,放心使用,一个简单得hello程序
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:40835
    • 提供者:
  1. susan-matlab

    1下载:
  2. 为了便于在matlab中调用susan算法的c实现函数,对Stephen Smith写的susan2.1 c源码进行简单编辑剪裁,并提供常用susan函数的matlab mex接口函数,使用者在matlab中简单编译后就能使用了。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:36151
    • 提供者:syx
  1. CRc

    0下载:
  2. 介绍了在通信中常用的CRC算法与实现,并给出了C语言实现程序。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:14330
    • 提供者:aiguangbin
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com