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

搜索资源列表

  1. calendarsimple

    0下载:
  2. 刚编的日历 很简单适用 算法也很简单 大家喜欢就用来modify-just addendum to the calendar application is very simple algorithm is quite simple, you would like to modify it
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:傅江雪
  1. My9NumChess

    0下载:
  2. 人人对战的井字棋程序,算法简单,明白个大概结构就行了-everyone war game procedures gridwork of a simple algorithm, and probably understand the structure of the Bank
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:12.09kb
    • 提供者:孙一
  1. Crap

    0下载:
  2. 告诉你如何利用排序算法简单的编java程序-tell you how to use a simple algorithm series java programs
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:peng
  1. Rsa.rar

    0下载:
  2. 用JAVA实现Rsa非对称加密算法 不算简单的算法 既可以加密又可以解密,Rsa use JAVA to achieve an asymmetric encryption algorithm is not a simple algorithm can be encrypted can be decrypted
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:2.39kb
    • 提供者:韩国强
  1. udp-reliable-data-transmission

    0下载:
  2. UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:9.87kb
    • 提供者:nazali
  1. simple-sift-doc

    0下载:
  2. 一种简化的图像SIFT特征提取算法-A simplified image SIFT feature extraction algorithm. . . .
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:476.33kb
    • 提供者:libo
  1. elevator

    1下载:
  2. java电梯调度算法,含可视化窗口,演示简单直观-java elevator scheduling algorithm, including visualization window, simple and intuitive presentation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:48.52kb
    • 提供者:
  1. apriori

    0下载:
  2. 简单的实现APrior算法,很好很简洁-Simple algorithm to achieve APrior
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:7.82kb
    • 提供者:gabychang
  1. daoxu

    0下载:
  2. 一个用java实现输入一维数组并倒序的简便算法-Using java to achieve a one-dimensional array of input and reverse simple algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1.54kb
    • 提供者:谭明艳
  1. KNN

    0下载:
  2. knn算法,java 源码实现,简单有效的算法-algorithm of knn,a simple and efficient algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1.5kb
    • 提供者:dolphin
  1. DiviedPlus

    0下载:
  2. 判断任意一个正整数是否能被拆分为连续N个正整数的和的简单算法-To determine whether any positive integer can be broken into for a positive integer N and a simple algorithm
  3. 所属分类:Applet

    • 发布日期:2017-04-12
    • 文件大小:535byte
    • 提供者:boter
  1. Chess

    0下载:
  2. 实现基本的人机对弈 算法比较简单 有悔棋功能-The realization of basic human-computer games are relatively simple algorithm悔棋function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:353.29kb
    • 提供者:谢静
  1. id3

    0下载:
  2. The file ID3.java has a simple implementation of the algorithm. Data are read from a file whose filename is specified at the command line-The file ID3.java has a simple implementation of the algorithm. Data are read from a file whose filename is spe
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3.8kb
    • 提供者:didi ramzi
  1. EM.java.tar

    0下载:
  2. EM 算法是 Dempster,Laind,Rubin 于 1977 年提出的求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行 MLE 估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据,截尾数据,带有讨厌数据等所谓的不完全数据(incomplete data)。需要weka的算法包支持。-EM algorithm is Dempster, Laind, Rubin in 1977 for the parameters proposed by maximum
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-03
    • 文件大小:9.26kb
    • 提供者:zhangrui
  1. JAVA-calculator

    0下载:
  2. JAVA计算器,NETBEANS开发。算法较容易理解。功能简单实用,适合初学者研究。-JAVA calculator, NETBEANS development. Algorithm easier to understand. Function is simple and practical study for beginners.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:120.59kb
    • 提供者:陈恒
  1. PrintCalendar

    0下载:
  2. 一个万年历小程序,仅仅是简单的算法实现,供初学者学习!-A calendar applet, just a simple algorithm for the beginner to learn!
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:1.04kb
    • 提供者:小武子
  1. WuZiQi

    0下载:
  2. 一个简单的五子棋算法,可以自己加入好看的界面-Gobang a simple algorithm, you can add yourself a good-looking interface,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:912byte
    • 提供者:lijian
  1. kaoshi

    0下载:
  2. 随写,编写工资查询,等功能。完成简单算法-As written, the preparation of wage inquiries and other functions. Completion of a simple algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:34.26kb
    • 提供者:余梦
  1. jisuanqi

    0下载:
  2. 计算器 用于新手学习 实现了最简单的 算法-Calculator for the novice to learn the most simple algorithm to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.35kb
    • 提供者:王斌斌
  1. Algorithm

    0下载:
  2. java简单算法训练,适合刚学者练手-java simple algorithm training
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:267.72kb
    • 提供者:罗强
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com