搜索资源列表

  1. SVM

    0下载:
  2. 在matlab的环境中,根据各种算法提取到的信息来输入SVM分类器中进行训练-classify different various sorts of information in svm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李涵
  1. My_Sort

    0下载:
  2. C++编写的7种经典的排序,值得初学者学习,源码内置!-C++ build s Sorts!!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:164864
    • 提供者:HQ
  1. TopologicalSort

    0下载:
  2. 采用递归调用的方法打印输出一个非循环图的所有拓扑排序-output all the topological sorts of an acyclic graph
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:389120
    • 提供者:yezi
  1. infection-driven

    0下载:
  2. 功能强大 感染驱动的利器,什么的不知道的也无所谓 -A powerful tool for infection-driven, do not know what sorts of
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:204800
    • 提供者:猫猫
  1. SORTS.RAR

    0下载:
  2. THIS THE BUCKET SORT APPLICATION USING C LANGUAGE-THIS IS THE BUCKET SORT APPLICATION USING C LANGUAGE
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:SS
  1. DS_DevKit_mmmPi3.147

    0下载:
  2. DS Game Maker Pro v3.1 (with crack) With DS Game Maker, you can make all sorts of 2-dimensional games using just your mouse and keyboard. Even though it is simple and logical to use, DS Game Maker allows you to make ap
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-20
    • 文件大小:3460096
    • 提供者:TopQuark
  1. sortn

    0下载:
  2. Sorts text by handling first number in line as number not text
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Pit
  1. sort_merge_java

    0下载:
  2. sorts table of numbers using marge_sort algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xssk
  1. MergeSort

    0下载:
  2. Merge Sort Algorithm.. Divides the input into half and sorts it and the again merges it.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:Nisha
  1. Lab1

    0下载:
  2. This program can open/close text files, and then perform 4 kinds of sorts. Also, I ve implemented the file save dialog with a warning sign.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:benjy
  1. quick

    0下载:
  2. quick sort is the most popular sorting algorithm. Its virtue is that it sorts in-place (even though it s a recursive algorithm) and that it usually is very fast. On reason for its speed is that its inner loop is very sho
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:sereen
  1. NetStuff

    0下载:
  2. REDVEX插件用于封包过滤NetStuff is a real time game server protocol analyzer which allows the user to spoof, block and watch packets via the game chat interface. If you know what you are doing, this plugin is invaluable and c
  3. 所属分类:外挂编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:FengYun
  1. matlabchengxu

    0下载:
  2. 多用户检测 好多好多程序 MMSE-Multi-user MMSE detection of all sorts of procedures
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:wuyu
  1. programme

    0下载:
  2. 3 × 3矩阵逆矩阵求法,等 非递归版本的快速排序算法。 这个例子排序20浮点数,改编[]。-Matrix inversion for 3x3 floating point matrix Non-recursive version of quick sort algorithm. */ /* This example sorts 20 floating point numb
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:jack
  1. sorting

    0下载:
  2. Sorts countries by different atributes, with 11 different sorting alghoritems (1)straightInsertion 2)binaryInsertion 3)straightSelection 4)bubbleSort1 5)bubbleSort2 6)shakerSort 7)shellSort1\n8)heapSort 9)quickSort R 10)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:ragny
  1. denoise0701

    0下载:
  2. 彩色图像的各种阈值去噪处理,对各种阈值去噪进行编程比较。-All sorts of color image processing, threshold denoising of various threshold denoising program.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:蔡江
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. B
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:郑阳
  1. BCC_T2B_G3B_psrs

    0下载:
  2. This code sorts a integer vector using QuickSort with p-threads.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Schezar
  1. sortname

    0下载:
  2. This program sorts a given list of names (alfabeticaly)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:samira
  1. S12_LCD12864

    0下载:
  2. S12的12864程序驱动,带源码,方便网友做各种可视实验。-S12 of 12864 process-driven, with source code to facilitate the users do all sorts of visual experiments.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:218112
    • 提供者:lihua
« 1 2 3 4 56 7 8 9 10 ... 15 »

源码中国 www.ymcn.org