资源列表

« 1 2 ... .73 .74 .75 .76 .77 1678.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法ArabicFeaturesExtractor

说明:to find arabic text feature
<laith> 在 2024-11-08 上传 | 大小:301kb | 下载:0

[数据结构常用算法tokenizer

说明:this the code for knn algorithm-this is the code for knn algorithm
<laith> 在 2024-11-08 上传 | 大小:4kb | 下载:0

[数据结构常用算法nn

说明:this the code for nn algorithm in c-this is the code for nn algorithm in c++
<laith> 在 2024-11-08 上传 | 大小:57kb | 下载:0

[数据结构常用算法svm_light

说明:the code for elestic algorithm in c++
<laith> 在 2024-11-08 上传 | 大小:39kb | 下载:0

[数据结构常用算法1222

说明:the code for multithreading algorithm in c++ -the code for multithreading algorithm in c++
<laith> 在 2024-11-08 上传 | 大小:420kb | 下载:0

[数据结构常用算法knn-class-1-titanic

说明:the code for taitanic algorithm in c++
<laith> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法ShellSort

说明:希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。-Shell Sort
<aaa> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:二叉树先序、中序、后序的递归和非递归算法-First order binary tree, in order, the order of the recursive and non-recursive algorithm
<袁乐笳> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiao

说明:用C++编写的链表程序,实现了一些链表的基本操作,如插入删除-Linked List
<guox> 在 2024-11-08 上传 | 大小:12kb | 下载:0

[数据结构常用算法Bankeralgorithm

说明:银行家算法是一种最有代表性的避免死锁的算法-Banker s algorithm one of the most representative algorithm for deadlock avoidance
<hanchao> 在 2024-11-08 上传 | 大小:150kb | 下载:0

[数据结构常用算法DesignPatternSrcCode

说明:设计模式C++实现例子 很好用的啊,对学习设计模式很好用的 欢迎下载-design pattern c++
<王刚> 在 2024-11-08 上传 | 大小:878kb | 下载:0

[数据结构常用算法Ackerman

说明:阿克曼函数(Ackerman)是非原始递归函数的例子;它需要两个自然数作为输入值,输出一个自然数。它的输出值增长速度非常高,仅是(4,3)的输出已大得不能准确计算。   Ackerman函数定义如下:   若m=0 返回n+1   若m>0且n=0 返回Ackerman(m-1,1)   若m>0且n>0 返回Ackerman(m-1,Ackerman(m,n-1)) -Ackermann func
<夏雪> 在 2024-11-08 上传 | 大小:7kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 1678.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org