Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hill
Search - hill - List
DL : 0
各种古典、现代加解密方法。Autokey密码   置换密码   二字母组代替密码 (by Charles Wheatstone)   多字母替换密码   希尔密码   维吉尼亚密码   替换密码   凯撒密码等。 -Variety of classical, modern encryption methods. Autokey password replacement two groups of letters instead of the password password (by Charles Wheatstone) replacing multiple letters of Virginia password password password Hill replaces password Caesar password.
Update : 2024-05-19 Size : 4301824 Publisher : 王晓凯

本文件详细描述了关于网页开发与设计所需的知识。-This document describes in detail about web development and design knowledge required.
Update : 2024-05-19 Size : 12537856 Publisher : sg

DL : 0
希尔加密,实现了希尔加密,解密和破译的功能-Hill encryption, to achieve the Hill encryption, decryption and decoding functions
Update : 2024-05-19 Size : 934912 Publisher : wl

DL : 0
N皇后问题,里面是一千的实例,利用人工智能的“爬山法”-The N queens problem,take a thousand as exzample by the methed of ‘hill climbing method’
Update : 2024-05-19 Size : 23552 Publisher : Jhon

JSP/JavaHC
DL : 0
Hill climbing procedure for optimization problems.
Update : 2024-05-19 Size : 4096 Publisher : ariel

传感器和控制系统设计 McGraw-Hill Professional-Sensors and Control Systems in Manufacturing, 2ed, 2010
Update : 2024-05-19 Size : 6779904 Publisher : xoxoby

古典密码课设。C++ 多表古典加密方法主要有Playfair体制、Vigenere体制、Beaufor体制、Vernam体制和Hill体制,用高级语言实现其中一种体制的加密和解密算法。 -Classical cryptography class-based. C++ multi-table classical encryption methods Playfair system, Vigenere system, Beaufor system, Vernam system and Hill system, a high-level language to which a system of encryption and decryption algorithms.
Update : 2024-05-19 Size : 32768 Publisher : 陈靖

给出了常见的八种经典排序算法: 1.希尔排序 2.二分插入法 3.直接插入法 4.带哨兵的直接排序法 5.冒泡排序 6.选择排序 7.快速排序 8.堆排序 -Common eight classic sorting algorithms: Hill sorting. Insertion method. Direct insertion method. 5 Sentinel direct sequencing method. Bubble Sort 6 select Sort by 7. The quicksort 8. Heap sequence
Update : 2024-05-19 Size : 8192 Publisher : 刘平

山体面片重构(贴图),在一个山体的三维模型中进行了重构和贴图操作-Hill decent chip reconfigurable (map)
Update : 2024-05-19 Size : 4018176 Publisher : 楚天

DL : 0
重要的排序算法 用Java编写的希尔排序算法-Hill sorting algorithm written in Java
Update : 2024-05-19 Size : 2048 Publisher : 王大宇

针对小生境粒子群优化技术中小生境半径等参数选取问题,提出了一种新颖的小生境方法,无须小生 境半径等任何参数。通过监视粒子正切函数值的变化,判断各个粒子是否属于同一座山峰,使其追踪所在山峰 的最优粒子飞行,进而搜索到每一座山峰极值。算法实现简单,不仅克服了小生境使用中需要参数的弊端,而且 解决了粒子群算法只能找到一个解的不足。最后通过对多峰值函数的仿真实验,验证了算法可以准确地找到所 有山峰-Proposed a novel niche for niche particle swarm optimization technology niche radius parameter selection problem, without niche habitat radius of any parameter. By monitoring changes in the value of the particle tangent function to determine whether the individual particles belong with a mountain to make it the optimal particle track where the mountain flight, and then searched every hill extremum. The algorithm is simple, not only to overcome the drawbacks of the need to use the niche parameters, and solve the particle swarm algorithm can only find a solution to the lack of. Finally, through the simulation of multi-peak function to verify the algorithm can accurately find all the peaks
Update : 2024-05-19 Size : 379904 Publisher : zhuifenger

针对小生境粒子群优化技术中小生境半径等参数选取问题,提出了一种新颖的小生境方法,无须小生 境半径等任何参数。通过监视粒子正切函数值的变化,判断各个粒子是否属于同一座山峰,使其追踪所在山峰 的最优粒子飞行,进而搜索到每一座山峰极值。算法实现简单,不仅克服了小生境使用中需要参数的弊端,而且 解决了粒子群算法只能找到一个解的不足。最后通过对多峰值函数的仿真实验,验证了算法可以准确地找到所 有山峰-Proposed a novel niche for niche particle swarm optimization technology niche radius parameter selection problem, without niche habitat radius of any parameter. By monitoring changes in the value of the particle tangent function to determine whether the individual particles belong with a mountain to make it the optimal particle track where the mountain flight, and then searched every hill extremum. The algorithm is simple, not only to overcome the drawbacks of the need to use the niche parameters, and solve the particle swarm algorithm can only find a solution to the lack of. Finally, through the simulation of multi-peak function to verify the algorithm can accurately find all the peaks
Update : 2024-05-19 Size : 434176 Publisher : zhuifenger

Dot net interview question and useful to Please read
Update : 2024-05-19 Size : 4597760 Publisher : pondy

Matlab Design of truss bridge
Update : 2024-05-19 Size : 609280 Publisher : G R H Hill

本实验采用的rand函数产生随机的100个数,通过的建立列表,并调用rand函数产生随机的100个列表元素。但是没选择一种排序就会重新随机产生100数。然后就是对常见的几种数据结构的排序的主函数的的编写,根据已有的函数的代码,很快就能写出常见的折半排序,直接排序,冒泡排序,简单的选择排序,堆排序,希尔排序的主函数,最后编写一个菜单来选择通过调用各种排序的函数来实现相应的功能。-The rand function produces random 100 number used in this experiment, through the establishment of the list, and calling the rand function to generate a random list of 100 elements. But did not select a sort will be re-randomized 100 number. Then sort of several common data structure is the main function of the writing, the basis of the code of the function, will soon be able to write a common binary Sort by direct sequencing of the bubble sort, simple selection sort, heap main function sort of sort, Hill Finally, write a menu to select the corresponding function is achieved by calling the function of various sorting.
Update : 2024-05-19 Size : 3072 Publisher : 胡德林

DL : 0
排序算法的动态演示,用程序模拟实现插入法排序、起泡法改进算法排序、快速排序、希尔排序。并分析比较各种排序算法的时间复杂度。(内含报告)。-Dynamic sorting algorithm demo application analog insertion method sort foaming method improved algorithm sort, quicksort, Hill sorting. And time complexity analysis comparing the various sorting algorithms. (Contains reports).
Update : 2024-05-19 Size : 806912 Publisher : 韩旭辉

最大功率跟踪(mppt)算法,包括爬山法,扰动法,导纳增量法,黄金分割法-MPPT Algorithm,Include Hill-Climbing Method, P&O Method, IncCond Method, Golden Section Method
Update : 2024-05-19 Size : 4096 Publisher : guoholehole

This the fourth edition of C++: The Complete Reference. It fully describes and demonstrates the keywords, syntax, functions, classes, and features that define the C++ language. More specifically, this book fully describes Standard C++. This is the version of C++ defined by the ANSI/ISO Standard for C++ and it is the version of C++ that is supported by all major compilers, including Microsoft’s Visual C++ and Borland’s C++ Builder. Thus, the information in this book is applicable to all modern programming environments.-This is the fourth edition of C++: The Complete Reference. It fully describes and demonstrates the keywords, syntax, functions, classes, and features that define the C++ language. More specifically, this book fully describes Standard C++. This is the version of C++ defined by the ANSI/ISO Standard for C++ and it is the version of C++ that is supported by all major compilers, including Microsoft’s Visual C++ and Borland’s C++ Builder. Thus, the information in this book is applicable to all modern programming environments.
Update : 2024-05-19 Size : 2958336 Publisher : Mihai Zamfir

我单位有一无人值守的机房位于一高山山顶上,上山的路是600多级的台阶。因通信需要,有时要开关某些机器设备,操作上虽然简单,但要工作人员花10多分钟爬一趟山,不仅辛苦,而且拖延了时间。为解决此问题,本人利用89C2051单片机,设计了一遥控开关,在山下机房便可对山顶上的设备进行开关机-My unit is an unattended computer room is located in a mountain top of the hill, the road up the mountain is more than 600 steps. Due to their communication needs, sometimes you want to switch certain machinery and equipment operation, although simple, but the staff spent more than 10 minutes to climb a trip to Mountain not only difficult, but also delay the time. To solve this problem, I use 89C2051 microcontroller design of a remote control switch, can switch on the top of the hill on the equipment room at the foot of the mountain
Update : 2024-05-19 Size : 131072 Publisher : xyg

C/C++编程手册第三版by Herbert Schildt McGraw-Hill/Osborne © 2003 (358 pages) ISBN:0072227222 -C CPP Programmers Reference 3rd Edition
Update : 2024-05-19 Size : 461824 Publisher : Han
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.