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

搜索资源列表

  1. S-Isomap

    1下载:
  2. Descr iption: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactio
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:31609
    • 提供者:修宇
  1. C语言实现的皇后问题

    0下载:
  2. n皇后问题,可以显示所有的合适路径,典型的回溯算法-n Queen's, will show you all the appropriate path, the typical backtracking algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9870
    • 提供者:吴限负
  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24943
    • 提供者:罗鹏魁
  1. chombo_package_1_A-C

    2下载:
  2. 自适应网格划分通用程序包,美国伯克利大学开发的共享软件包。-Adaptive Mesh generic package, the United States developed at the University of Berkeley's share package.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30002
    • 提供者:hightrain
  1. 用java编写的小游戏

    1下载:
  2. 基于C/S的复杂的多玩家棋盘游戏-based on C / S of the complex multi-player board game
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:16645
    • 提供者:地方
  1. c语言源程序

    0下载:
  2. 这是我所有的家当哦,c语言源程序,其中有C语言二级考试的题目呢!-This is all my family's, oh, c source language, which has two C-language examination questions!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:25723
    • 提供者:陈涛
  1. trustlink

    0下载:
  2. trustlink的开发指南,详细列出b/s与c/s模式指纹开发的特点
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:4335242
    • 提供者:张宇
  1. TSP的C实现

    0下载:
  2. 人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件-AI classic TSP's C language, and includes source code debugging process produces files
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9304
    • 提供者:谭旭刚
  1. 关于无线传感器网络的S-MAC定位算法的C 语言代码

    1下载:
  2. 关于无线传感器网络的S-MAC定位算法的C 语言代码.希望对大家有帮助.,Wireless sensor networks on S-MAC algorithm for C language code. Want to help you.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:24188
    • 提供者:李亚杰
  1. succus-s-pid-fuzzy.rar

    5下载:
  2. 模糊PID源程序,C语言编写,内有详细说明,适用于初学者,Fuzzy PID source
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-15
    • 文件大小:3503
    • 提供者:廖诚实
  1. Objective-C-Coding-Style-Guidelines

    0下载:
  2. 参考Apple Coding Guidelines for Cocoa, Google Objective-C Style Guide, Three20 Source Code Style Guildelines,并结合自己的实际情况总结了一份编码规范。自己在实行的过程中确实感觉到代码更加清晰了,看上去也“专业”了。希望对编码尚不规范的童鞋有所帮助。-Reference Apple Coding Guidelines for Cocoa, Google Objective-C Style Gui
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:218146
    • 提供者:马稳成
  1. s_function_CH

    0下载:
  2. matlab中simulink中用C语言编写S函数模板的翻译版本-matlab in simulink using C language translation S function template version
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13661
    • 提供者:way
  1. Miller-Rabin-c

    0下载:
  2. 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:833
    • 提供者:li shu
  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. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. C++_with_Matlab

    0下载:
  2. Why use C/C++ with Matlab? • Matlab can be slow • C++ can be fast – How can we integrate C++’s speed with Matlab’s convenience? Matlab’s convenience? • Goal: -Implement critical functions with (fast) C++ code, and use (
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:318626
    • 提供者:manas
  1. Data-Structure(in-C)

    0下载:
  2. 数据结构(C语言描述)方面经典书籍,通俗易懂且代码非常详细,可直接运行-classic data structure book(in C),it s very easy to understand,it also contains full codes which can execute on the computer directly.
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:27276082
    • 提供者:123
  1. C

    0下载:
  2. C/C++中结构体(struct)知识强化学习总结资料,有关形成链表结构的知识-C/C++ s struct define methods,it is knowlege about the link table
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2693794
    • 提供者:djh
  1. imhistc.c

    1下载:
  2. /* * imhistc.c * * Y = IMHISTC( A, N, ISSCALED, TOP ) makes an N bin histogram of * the image matrix A. This function is written as an auxiliary to * the M-file IMHIST.M. * * This is a MEX file for MATLAB. * */
  3. 所属分类:matlab例程

  1. IEEE Xtreme10.0 painter's dilemma解答

    0下载:
  2. 这是IEEE Xtreme 10.0。其中的 painter's dilemma这道题,是一道动态规划的题目。这是用C++写的源代码。
  3. 所属分类:数值算法/人工智能

« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com