CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - c 语言

搜索资源列表

  1. C-algorithm

    0下载:
  2. C语言常用算法源代码,各算法见目录下文件名,希望对各位学习有帮助-C language source code commonly used algorithm, the algorithm see the file name directory, and they hope to help you learn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:315444
    • 提供者:www
  1. FFT

    1下载:
  2. c语言实行快速傅里叶fft变换,可在此基础上开发,已调通!-c language to implement fft Fast Fourier Transform, can be developed on this basis, have had pass!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:6219
    • 提供者:刘石
  1. CList

    0下载:
  2. C语言中链表的使用,包含增、删、查、改功能-C list the use of language, including the increasing deleted, check, change function
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1069
    • 提供者:韦祥
  1. fft

    1下载:
  2. fft c语言下编译通过,内涵fft以及ifft,注释说明很全-fft in c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:polay
  1. long.RAR

    0下载:
  2. C语言课程设计--旅店客房管理系统 数据结构:采用十字链表,实现录入、遍历、保存、载入、修改、插入、删除、各种查询及统计等功能。运行环境:Turboc2.0,文本界面-C language:hotel manage system
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11068
    • 提供者:郭龙
  1. ISD2560

    0下载:
  2. 基于isd2560和51单片机的语音程序,包括原理图和完整程序,直接调用即可,c语言。-Microcontroller based voice isd2560 and 51 procedures, including schematic and complete procedures, direct calls can be, c language.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:35486
    • 提供者:paradise
  1. chain

    0下载:
  2. 关于链表的操作 C语言的实现,最基本的数据结构链表-about list-- C
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:934
    • 提供者:巴斯腾
  1. matrixcompress

    1下载:
  2. C语言实现矩阵压缩的小程序 掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。 基本要求: (1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储; (2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵; (3) 输入在原始矩阵中的位置,能够得出压缩后的位置; (4) 原始矩阵的行列数从键盘输入。 -C language implementation of small programs to master matrix comp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:1689
    • 提供者:123
  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. cluster

    0下载:
  2. k均值聚类算法 c语言实现的!!!!! -k-means clustering algorithm c language to achieve! ! ! ! !
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:328425
    • 提供者:jianying059
  1. Tree1

    0下载:
  2. 实现排序树,C语言版本,只实现了基本功能-To achieve sort tree, C language version, only basic functions implemented
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:216156
    • 提供者:hello
  1. abc

    0下载:
  2. C语言算法简单优化技巧 -C language algorithm is simple and simple algorithm optimization techniques C-optimization tips
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2658
    • 提供者:林海涵
  1. Cyuyan

    0下载:
  2. c 语言试题 结合。大结合结合大量试题,相信对很多朋友有用-C language test Combined. Combined with a big test of many friends, that is useful,
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:135060
    • 提供者:陈鑫
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    1下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13904888
    • 提供者:wang
  1. football

    0下载:
  2. C语言课程设计,机器人足球仿真系统,可供类似项目参考,希望对需要的朋友有用-C language curriculum design, robot soccer simulation system available for reference to similar projects in the hope that a friend in need of helpful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:420514
    • 提供者:李茗
  1. lifter

    0下载:
  2. C语言课程设计,智能电梯仿真系统,供大家参考-C language curriculum design, intelligent elevator simulation system for your reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:321268
    • 提供者:李茗
  1. malloc

    1下载:
  2. C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:50862
    • 提供者:captain
  1. shujujiegou

    0下载:
  2. 这是清华 严蔚敏《数据结构》的全部代码实现(C语言),希望对于初学者有所帮助。-This is the Tsinghua Yan Wei-Min " data structure" to achieve the full code (C language), want to be helpful for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:148065
    • 提供者:李雄
  1. C

    0下载:
  2. c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:41243
    • 提供者:小马
  1. 6

    0下载:
  2. c语言学习100例 完整的实例与程序,欢迎共享-c language learning examples and 100 cases of the complete program, please share
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:39772
    • 提供者:xiang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com