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

搜索资源列表

  1. 排序算法

    0下载:
  2. 冒泡排序、快速排序、希尔排序、堆排序等等常用的排序算法。C/C++实现(Bubble sort, quick sort, Hill sort, heap sort, and so on, commonly used sorting algorithm. C/C++ implementation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-17
    • 文件大小:972800
    • 提供者:variance
  1. CSOL

    0下载:
  2. 原版半条命,原版名称为HALF-LIFE ,是由Valve软件开发,雪乐山公司最早于1998年出版的一个科幻类型的第一人称射击电子游戏系列。最初的版本是针对微软的Windows操作系统的,后来由Gearbox Software开发了Sony的PS2版本。游戏开创了FPS游戏的新规范,开启了MOD模组游戏热潮。 基本信息(Half-life, the original name for the HALF-LIFE, is developed by the Valve software, Sn
  3. 所属分类:外挂编程

    • 发布日期:2017-12-16
    • 文件大小:325632
    • 提供者:2994116211
  1. nokia5110

    0下载:
  2. 这是一份关于Nokia5110的LCD驱动程序,基于K60使用的是山外的库函数(This is a Nokia5110 on the LCD driver, based on the use of K60 is the library function outside the hill.)
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:爬山虎40
  1. inserhion

    0下载:
  2. 用C++实现了常见几种排序算法,归并排序,快速排序,希尔排序,插入排序,选择排序(In c + + realize the common several kinds of sort algorithm, merge sort, quick sort, hill sorting, insertion sort, selection sort)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:thare
  1. Uniform distribution

    0下载:
  2. it is a simulation of wichman hill algortihm which generate a uniform distribution of limoit 0 and 1
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:95232
    • 提供者:loga1994
  1. ShellSort

    0下载:
  2. 讲解希尔排序基本概念,分析每步过程,并实现希尔排序(Explain the basic concept of hill sorting, analyze each step process, and implement hill sort)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:hkkhuang
  1. 8640希尔排序

    0下载:
  2. 用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version of the sorting algorithm dire
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:chen陈
  1. Hill2_MATLAB

    1下载:
  2. Hill2密码破译。适用于明文为拼音的Hill2密码类型。 运行软件平台MATLAB。使用时,只需输入截获的密文,运行程序,即可破译。(Hill2 password decoding. Hill2 cipher type suitable for plaintext pinyin. Running software platform MATLAB. When you use it, you only need to input the intercepted ciphertext and r
  3. 所属分类:加密解密

    • 发布日期:2017-12-31
    • 文件大小:13312
    • 提供者:JackSkyLily
  1. Hill2_MATLAB_Seek key

    0下载:
  2. HIll2密码求密钥。适用于已知明文攻击。 可求加密密钥和解密密钥。 使用时,只需输入对应的两组明文与密文对,即可求得密钥。 运行软件:MATLAB。(HIll2 cipher for keys. It is applicable to known plaintext attacks. Encryption keys and decryption keys can be obtained. When using, only the corresponding two groups of
  3. 所属分类:加密解密

    • 发布日期:2017-12-29
    • 文件大小:12288
    • 提供者:JackSkyLily
  1. HillClimbingSegment.1.0

    0下载:
  2. hill climbing matlab code
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:84992
    • 提供者:shinl.diego
  1. shellsort

    0下载:
  2. 这是关于严蔚敏版的《数据结构》第八章的希尔排序(This is the hill sort of chapter 8 of the data structure for the Yan Weimin edition)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:43008
    • 提供者:kangkang11
  1. william palm

    0下载:
  2. William Palm III-System Dynamics-McGraw-Hill Science_Engineering_Math (2009) has matlab
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:11921408
    • 提供者:aylaetan
  1. Puzzle

    0下载:
  2. 八数码问题的爬山法,首选爬山法,随机重启爬山法,退火算法的实现以及比较。(This code solve 8-puzzle problem using hill climbing and simulated annealing. And then I compare with each other.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:450560
    • 提供者:情杀
  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1857536
    • 提供者:韬文
  1. ShellSort

    0下载:
  2. 利用希尔排序算法,使用希尔序列,对输入列表进行排序(Using Hill sorting algorithm, Hill sequence is used to sort the input list)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:xxxx00
  1. 3d_Tank

    0下载:
  2. Game 3d tank: [W, S] - forward, backward [A, D] - left, right [1,3] - raise, lower (gun) [f, g] - make a hill, pit [y, u] - rotate the camera [k, l] - raise, lower (camera) [7,9] - zoom in close (camera) [0] - (zero and not about) tie the c
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:270336
    • 提供者:Riko771
  1. 狸捉兔子问题

    0下载:
  2. (狸捉兔子)围绕着山顶有10个洞,狐狸想要吃兔子,兔子说:“可以,但必须找到我,我就藏身于这10个洞中,你从10号洞出发,先到1号洞找,第二次隔1个洞找,第三次隔2个洞找,以后如此类推,次数不限。”但狐狸从早到晚进进出出了1000次,仍没有找到兔子。问兔子究竟藏在哪个洞里?((fox hunting rabbits) around the 10 hole in the top of the hill, the fox wanted to eat the rabbit, the rabbit sa
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:16384
    • 提供者:赖克
  1. 790183

    0下载:
  2. 包括Pheromones Algorythm,Memory Algorythm和Hill Climbing Algoryt()
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:114688
    • 提供者:RL!239844
  1. Hill_Cipher

    0下载:
  2. 通过实验,使学生对古典密码学有充分的认识;学会正确使用编程语言(C/C++、Java、Maple等)实现希尔密码与攻击,验证课堂中所学的古典密码算法;为学习现代密码算法及其应用奠定基础。(Through the experiment, the students have sufficient knowledge of classical cryptography; learn the proper use of programming languages (C/C++, Java, Maple
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:81920
    • 提供者:斩月
  1. hill_cipher

    0下载:
  2. This is a nice algorithm.It is mainly use in computer security
  3. 所属分类:CA认证

    • 发布日期:2018-01-08
    • 文件大小:844800
    • 提供者:sheikh41
« 1 2 ... 32 33 34 35 36 3738 »
搜珍网 www.dssz.com