CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 简单算法

搜索资源列表

  1. reconstruct-suface-patch-by-opengl

    0下载:
  2. 对物体表面进行投影算法的重建,基于OpenCV和OpenGL来实现,算法本身比较简单,适于初学者参考-The projection of the surface reconstruction algorithm, based on OpenCV and OpenGL to implement the algorithm itself is relatively simple, suitable for beginners reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:1857
    • 提供者:htmon
  1. Seed_Fill_8

    0下载:
  2. 我的图形学作业,一个比较简单的8联通区域种子填充的算法,并用opengl做出了图形界面-My graphics work, a relatively simple 8 Unicom regional seed filling algorithm, and made a graphical interface with opengl
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:996
    • 提供者:pperc
  1. Bayes

    0下载:
  2. 老师不值得贝叶斯分类器作业,实现贝叶斯分类器算法,可以运行,有数据集,非常简单。-Teachers do not deserve the job Bayesian classifier, Bayesian classifier algorithm to achieve, you can run, the data set is very simple.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:107367
    • 提供者:wang
  1. Base64

    0下载:
  2. 本文对互联网上常用的MIME编码作了简单介绍,详细说明了Base64编码的原理和方法,并给出具体 实现的算法程序,最后讨论其在简单加密中的应用。-This commonly used on the Internet MIME encoding made a brief introduction, a detailed descr iption of the principles and methods of Base64 encoding, and gives concrete realiz
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-26
    • 文件大小:110687
    • 提供者:康雕
  1. ruqinjiance

    0下载:
  2. 使用K-Means算法对KDD Cup 1999数据集进行聚类分析,建立简单的入侵检测模型;利用入侵检测模型对测试数据进行预测-K-Means algorithm using KDD Cup 1999 data sets cluster analysis, create a simple intrusion detection model use of intrusion detection model to predict the test data
  3. 所属分类:Linux Network

    • 发布日期:2017-05-25
    • 文件大小:8432827
    • 提供者:飞雪倾心
  1. ECC

    0下载:
  2. 一个简单的椭圆曲线加密算法。用的C++语言。-a ECC use C++
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-02
    • 文件大小:37488
    • 提供者:
  1. tuopufaxiansuanfa

    0下载:
  2. 基于SNMP网络拓扑发现算法,实现了简单的作用,希望对初学者有所帮助。-Network topology discovery algorithm based on SNMP, the realization of a simple function, and I hope to help beginners.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:687354
    • 提供者:郝墨伟
  1. spider

    0下载:
  2. 简单爬虫,采用宽度优先算法实现百度主网站图片的抓取-Simple reptiles, using breadth-first algorithm Baidu main site Pictures crawl
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2381
    • 提供者:
  1. AES-(1)

    0下载:
  2. AES加密算法,传输数据时进行简单的加密和解密-Advanced Encryption Standard
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:6175
    • 提供者:顾喜荣
  1. wu-manber

    0下载:
  2. 经典的模式串匹配算法,WM算法的简单实现-Classic simple pattern matching algorithm, WM algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:7309
    • 提供者:田娟娟
  1. VCPPRAS

    0下载:
  2. rsa加密解密算法,简单明白,对于初学者有很大便利,直接运行无需修改。vc++ 环境-rsa encryption and decryption algorithms, simple to understand, for beginners is a great convenience, run directly without modification
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:5070
    • 提供者:apache
  1. KeccakInPython-3.1

    0下载:
  2. SHA3 python Keccak算法(读作为“ket-chak”)是Guido Bertoni, Joan Daemen, Michael Peters, and Giles Van Assche的工作。 SHA-3的候选人在2008年10月提交。 Keccak采用了创新的的“海绵引擎”散列消息文本。它是快速的,在英特尔酷睿2处理器下的平均速度为12.5周期每字节。它设计简单,方便硬件实现。 -SHA3 python-VERSION
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-24
    • 文件大小:9071
    • 提供者:yujieyang
  1. Effective_CPP

    0下载:
  2. 虽然多年前在本科课程中学过C++,但之后的几年里,C++主要被我用来进行简单的算法实现或者简单的学术仿真程序的编写,一直没有深入实践过“面向对象的C++”、“泛型的C++”。因此,自己还是一个彻头彻尾的C++初学者。这里从初学者的角度谈谈读了这本书以后对C++的几点新理解新体会。 1,C++追求程序执行的效率,因而牺牲了一些编程开发的便利性。 书中好几个例子提到了这一点。比如,C++类中的方法都是默认non-virtual的。virtual函数会造成额外的开销,空间上要增加V
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:23252
    • 提供者:放杨的星星
  1. nwbbs_1.0_0425

    0下载:
  2. 网唯论坛采用了当今最为流行的论坛外观设计,程序结构沿用上个论坛的优秀算法!另外,重写了将近90 的代码!可以这样讲,这次的论坛不是简单的升级,而是真正意义上的全新代码!结构更加清晰,功能更加强大,运行更加稳定-Dimensional network ve used in today s most popular forum design, program structure follows the excellent algorithm on a forum! Also, rewrite nea
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:187248
    • 提供者:mcujc239
  1. qp

    0下载:
  2. 概况的说这是一个简单而重要的c++快排算法-cpp fast
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2653
    • 提供者:jua427035
  1. nwbbs0920

    0下载:
  2. 软件介绍 网唯论坛采用了当今最为流行的论坛外观设计,程序结构沿用上个论坛的优秀算法!另外,重写了将近90 的代码!可以这样讲,这次的论坛不是简单的升级,而是真正意义上的全新代码!结构更加清晰,功能更加强大,运行更加稳定 管理帐号、密码:bookbaby-Software Forum uses only the net today s most popular forum designs, program structure follows the algorithm on a for
  3. 所属分类:Web Server

    • 发布日期:2017-05-03
    • 文件大小:543284
    • 提供者:mcujc493
  1. Penzireg

    0下载:
  2. 简单会员注册资料,每个条目都做了限制,没有后台,数据库会员密码采用新的算法加密-Simple member registration information, each entry has done a limit, there is no background, member password using the new algorithm encryption
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:36325
    • 提供者:mcujc825
  1. RoutingAlgorithm

    0下载:
  2. 拥有简单界面设计,基于最短路径的路由选择算法。-It has a simple interface design, based on the shortest path routing algorithm.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13088201
    • 提供者:林夕
  1. springsnail

    0下载:
  2. 简单负载均衡服务器源码,通过读取一个IP和port 的xml文件,采用了radio负载均衡算法。-springsnail server code
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:12281
    • 提供者:zhangkang
  1. AES

    0下载:
  2. 这是我在学习加密解密算法时编写的一个较为基础和简单的AES加解密算法,内容非常经典,希望共享给大家-This is my study of encryption and decryption algorithm to prepare a more basic and simple AES encryption and decryption algorithm, the content is very classic, I hope to share with you
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4306603
    • 提供者:王会鹏
« 1 2 3 45 »
搜珍网 www.dssz.com