CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 算法演示

搜索资源列表

  1. 人工神经网络BP算法源代码与演示程序

    1下载:
  2. 人工神经网络BP算法源代码与演示系统,分三层实现BP算法-artificial neural network algorithm source code and demonstration system is divided into three layers to achieve BP algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1621469
    • 提供者:唐唐
  1. other

    0下载:
  2. 数据结构算法演示版,简单易学,截面更人性化,多多关照-data structure algorithms demo, easy, section more humanized, to take care of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:90110
    • 提供者:张伊圣
  1. InterSection

    0下载:
  2. 计算机图形学,一个直线段求交算法演示的例子.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77672
    • 提供者:吴坤
  1. 堆排序算法的过程演示

    0下载:
  2. 数据结构堆排序算法的过程演示算法实现的源代码,望多多指教。-data structure heap sorting algorithm demonstration of the algorithm source code, looking for more information.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1457
    • 提供者:郭菲菲
  1. 蚁群

    0下载:
  2. 蚁群算法演示蚁群算法演示蚁群算法演示蚁群算法演示蚁群算法演示蚁群算法演示蚁群算法演示蚁群算法演示
  3. 所属分类:C#编程

  1. DecisionTree算法演示

    2下载:
  2. ID3
  3. 所属分类:C#编程

    • 发布日期:2010-06-12
    • 文件大小:105749
    • 提供者:wingW00
  1. ParticlesSystems_demo

    0下载:
  2. C#写的粒子算法演示,有烟花,喷泉,爆炸三种效果-A particales system demo wrote width c#, include special effects: firework, explosion and fountain
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:18656
    • 提供者:晨星
  1. neuralnetwork

    0下载:
  2. 一个人工智能的神经网络算法及演示程序。有源码和可直接运行程序。希望对你有帮助-An artificial neural network algorithm and demonstrate the procedure. There are source and can be directly run the program. I hope for your help
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1204107
    • 提供者:tao
  1. OS_algorithm

    0下载:
  2. 操作系统,磁盘调度算法演示程序,电梯调度算法-Operating systems, disk scheduling algorithm demo program
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:82617
    • 提供者:zdx
  1. gedebahecaixiangwawa

    0下载:
  2. 哥德巴赫猜想,用C#实现。只是一个简单的算法演示。-gedebahe
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:15367
    • 提供者:魏志伟
  1. ProcessScheduling

    0下载:
  2. C# 进程调度 算法演示 模拟操作系统进程调度-C# demonstration of the process of scheduling the operating system process scheduling simulation
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:38927
    • 提供者:snk
  1. CSharpAES

    0下载:
  2. 使用c#进行AES加密的算法演示,带有可视化的加密步骤演示-AES encryption using c# to demonstrate the algorithm with the encryption step visual presentation
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:188817
    • 提供者:任春龙
  1. Bankeralgorithm

    0下载:
  2. 该程序演示了银行家算法的核心内容,有助于我们更加的理解银行家算法!! 至于好不好,看了评论!!! 可以发邮件gzdxzhouyuqing@tom.com一起交流学习 -The program demonstrates the core of Banker s algorithm will help us better understand bankers algorithm! ! As for the good, read comments! ! ! Email gz
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2434982
    • 提供者:gzuzyq
  1. Source

    0下载:
  2. 推箱子算法演示应用程序,使用C#编写,能实现一个箱子的情况,.Net 2.0框架-The Sokoban algorithm demo application, written in C#, to achieve a box, Net 2.0 framework
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:79834
    • 提供者:Zombie
  1. RouterTest

    0下载:
  2. 单工链式通信中自动分组和自动路的初始化及其后续成组算法演示-automatic routing
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:800477
    • 提供者:eugene
  1. cPPfcmsf

    0下载:
  2. VC++实现的fcm算法演示程序,FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最校FCM算法需要两个参数一个是聚类数目C,另一个是参数m。一般来讲C要远远小于聚类样本的总个数,同时要保证C>1。对于m,它是一个控制算法的柔性的参数,如果m过大,则聚类效果会很次,而如果m过小则算法会接近HCM聚类算法。-VC++ to achieve the fcm algorithm demo program, FCM algorithm i
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:50086
    • 提供者:肖敬帅
  1. advanced-algorithm-demo

    0下载:
  2. 从外部获取语言输入到内部进行计算,并执行相应的功能,高级算法演示-Get input from external to internal were calculated, and the implementation of the corresponding function, advanced algorithm demo
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:54639
    • 提供者:
  1. CODE

    0下载:
  2. Random Walk算法演示 采用C#编写 -Random Walk algorithm demo written using C#
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8403478
    • 提供者:卢新宇
  1. bresenham算法演示

    0下载:
  2. 简单的bresenham算法,包括圆和线的生成,计算机图形学必会编程,写的垃圾,希望能过(A simple Bresenham algorithm, generating circle and line, computer graphics will be programming, write, hoping)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:80896
    • 提供者:pinking
  1. 投影演示

    0下载:
  2. WPF 的投影算法编程,涉及计算机图形学知识(WPF projection algorithm programming, involving computer graphics knowledge)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:83968
    • 提供者:pinking
« 12 3 »
搜珍网 www.dssz.com