CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 MacOS编程 搜索资源 - algorithm

搜索资源列表

  1. yhjsf

    0下载:
  2. 本程序较好的完成了银行家算法,相比其他程序有较大的改进-Banker' s Algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-01
    • 文件大小:227.75kb
    • 提供者:李为
  1. SCAN

    0下载:
  2. java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2016-01-24
    • 文件大小:863byte
    • 提供者:吕学娜
  1. crypt_util_c

    0下载:
  2. Decrypt algorithm is used to know how to decrypt the crypt16 encrypted password
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-02
    • 文件大小:8.25kb
    • 提供者:santhoshkumar
  1. svm.cpp

    0下载:
  2. libsvm algorithm for macine learning
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-16
    • 文件大小:15.72kb
    • 提供者:miky
  1. Collision_Demo

    0下载:
  2. 碰撞检测 算法 collision detection algorithms and detailed explanations-Collision detection algorithm collision detection algorithms and detailed explanations
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-08
    • 文件大小:646.6kb
    • 提供者:Lia
  1. MineSweep

    0下载:
  2. 用objective-c写的扫雷游戏,很经典,涉及到了很多知识,尤其是算法-Written in objective-c minesweeping game, classic, design a wide range of knowledge, especially in the algorithm.
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-12
    • 文件大小:2.84mb
    • 提供者:王少辉
  1. vepso

    0下载:
  2. genetic algorithm code
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-04
    • 文件大小:1.25mb
    • 提供者:Naoneet
  1. AAMLibrary-2.5

    0下载:
  2. guangliufa经典算法,光流法跟踪算法的算法实现-The KLT classical algorithm, optical flow tracking algorithm KLT algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-05
    • 文件大小:21.99mb
    • 提供者:11
  1. RLS

    0下载:
  2. 本代码是关于自适应波束形成的代码,基于matlab软甲,rls算法,不同参数下的性能比较。-The code is the code on the adaptive beamforming matlab soft shells, rls algorithm performance comparison of different parameters.
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-16
    • 文件大小:1.06kb
    • 提供者:漳浦
  1. RLSL

    0下载:
  2. 本代码是关于自适应波束形成的代码,基于matlab软甲,rls算法-The code is the code on the adaptive beamforming matlab soft shells, rls algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2017-12-07
    • 文件大小:1.1kb
    • 提供者:漳浦
  1. MVDR

    0下载:
  2. matlab实现mvdr算法的基本功能,并实现信号查找功能-matlab to achieve the basic functions of the mvdr algorithm and signal Find
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-11
    • 文件大小:1.17kb
    • 提供者:
  1. os

    0下载:
  2. 该程序为操作系统进程调度模拟,用c语言开发,算法为短作业优先,其中预留了其他算法的接口。-Operating system process scheduling simulation algorithm for short operating priority
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-20
    • 文件大小:49.05kb
    • 提供者:恩恩
  1. ios_AES_encrypt

    0下载:
  2. 本源码为我的毕业设计,题目为,基于iOS平台的数据加密程序,实际为AES加密算法。用objective—C实现,在ios开发平台SDK 下打开可运行-The source code for my graduation project entitled, based on the the iOS platform data encryption program, the actual AES encryption algorithm. Objective-C to achieve open can
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-26
    • 文件大小:368.94kb
    • 提供者:周志鹏
  1. doc1

    0下载:
  2. 基于MATLAB的目标定位追踪,这是一个质心坐标的定位追踪算法-Target tracking based on MATLAB, it is a center of mass coordinates positioning tracking algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-21
    • 文件大小:10.02kb
    • 提供者:damon
  1. gggre.net

    0下载:
  2. 算法中排序方法VC\/C++源码,数值算法,C经典数值算法实例源码-VC\/C++ source code, the numerical algorithm, C classical numerical algorithm source code examples
  3. 所属分类:MacOS develop

    • 发布日期:2017-12-03
    • 文件大小:30.05kb
    • 提供者:zhongyh
  1. 31767648yhs

    0下载:
  2. 潮流计算,多节点,适合中大型电力系统的潮流算法。-Flow calculation, multi-node, suitable for large-scale power system load flow algorithm.
  3. 所属分类:MacOS develop

    • 发布日期:2017-12-06
    • 文件大小:16.05kb
    • 提供者:毛维宙
  1. QuickSort

    0下载:
  2. Quicksort is a divide and conquer algorithm. Quicksort first divides a large list into two smaller sub-lists: the low elements and the high elements. Quicksort can then recursively sort the sub-lists. The steps are: Pick an element, called a pivo
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-24
    • 文件大小:5kb
    • 提供者:domix
  1. A--matlab

    0下载:
  2. A*算法,很重要的一种算法!欢迎下载学习!-A* algorithm, an algorithm is very important! Welcome to download learning! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! !
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-15
    • 文件大小:7.85kb
    • 提供者:NUAA
  1. meanshift

    0下载:
  2. 此代码旨在实现meanshift算法,能对图像灰度值进行聚类。-This code is designed to achieve meanshift algorithm can cluster the image gray value
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-12
    • 文件大小:2.85mb
    • 提供者:惠振阳
  1. Chaos-Algorithm

    2下载:
  2. 混沌算法的详细讲解,及基本的matlab代码实现,入门必备的-Explain in detail the chaos algorithm matlab code and basic, entry-essential
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-01
    • 文件大小:570.46kb
    • 提供者:gu
« 12 »
搜珍网 www.dssz.com