Welcome![Sign In][Sign Up]
Location:
Search - hk

Search list

[Exploithk.rar

Description:
Platform: | Size: 1465542 | Author: | Hits:

[Books《Visual Basic API 指南》(推荐).zip

Description: hk
Platform: | Size: 1014243 | Author: | Hits:

[Exploithk

Description: 红客揭密- The red guest reveals
Platform: | Size: 1465809 | Author: yuwenqian | Hits:

[CSharprailk

Description: 最优车皮排序问题 .问题描述: 在一个列车调度站中,k 条轨道连接到k 条侧轨处,形成k 个铁路转轨栈,从左到右依 次记为H1,H2,…,Hk 如下图所示。其中左边轨道为车皮入口(记为H0),右边轨道为出 口(记为Hk+1),编号为a1, a2,.,an 的n 个车皮从入口依次进入转轨栈,由调度室安排车 皮进出栈次序,并对车皮按其出栈次序重新排序为1,2,…,n。 调度室在安排车皮进出栈次序时,遵循以下规则: (1) 车皮入口H0 处的车皮可以进入转轨栈H1,H2,…,Hk 之一,或直接进入车 皮出口Hk+1 。 (2) 转轨栈H1,H2,…,Hk 处的车皮可以进入车皮出口Hk+1 。 .编程任务: 给定正整数n,和n 个车皮的初始编号a1, a2,.,an ,编程计算最少需要多少个转轨栈 才能按照规则(1)和(2)调度车皮,使车皮在车皮出口按照1,2,…,n 的顺序输出。 .数据输入: 由文件input.txt 给出输入数据。第1 行有1 个正整数n,表示有n 个车皮。第2 行是n 个车皮的初始编号a1, a2,.,an 。-wagon optimal scheduling problem. Problem description : In a train station, k, k track connected to the side of the tracks, forming k stack rail transition from left to right followed credited to H1, H2, ..., Hk as in the figure below. Which left orbit for imported cars (credited to H0), the right track for exports (credited as a Hk), the No. a1, a2,. , An n-wagon from the entrance into the transition stack followed by the dispatch room arrangements wagon Stack access priorities, as well as cars stack up according to the order reordering of 1,2, ..., n. The dispatch room in arranging access stack wagon order, to abide by the following rules : (1) H0 wagon entrance of cars can enter the transition stack H1, H2, ..., Hk, or directly into a wagon export Hk. (2) Transition stack H1, H2, ..., H
Platform: | Size: 30200 | Author: 无翼 | Hits:

[CSharprailqk

Description: 最优平行轨道车皮排序问题 .问题描述: 在一个列车调度站中,k 条轨道平行连接到1 条侧轨处,形成1 条主轨道和k-1 条辅助 调度轨道。主轨道记为Hk,辅助轨道从下到上依次记为H1,H2,…,Hk-1 如下图所示。其 中主轨道左边为车皮入口(记为H0),主轨道右边为出口(仍记为Hk)。编号为a1, a2,L,an 的n 个车皮从入口依次进入主轨道,由调度室安排车皮进出轨次序,并对车皮按其出轨次序 重新排序为1,2,…,n。 调度室在安排车皮进出轨次序时,遵循以下规则: (1) 车皮入口H0 处的车皮可以进入辅助轨道H1,H2,…,Hk-1 之一,或直接进 入车皮出口Hk。 (2) 辅助轨道H1,H2,…,Hk-1 处的车皮可以进入车皮出口Hk。 .编程任务: 给定正整数n,和n 个车皮的初始编号a1, a2,L,an ,编程计算最少需要多少个平行轨 道才能按照规则(1)和(2)调度车皮,使车皮在车皮出口按照1,2,…,n 的顺序输出。 .数据输入: 由文件input.txt 给出输入数据。第1 行有1 个正整数n,表示有n 个车皮。第2 行是n 个车皮的初始编号a1, a2,L,an 。 .结果输出: 将计算出的最少平行轨道数输出到文件output.txt 。-optimal parallel tracks wagon scheduling problem. Problem description : In a train station, k parallel track connected to a side track, the formation of a main track and k-assisted dispatching an orbit. The main track is recorded as Hk, auxiliary track from the next turn of the last recorded as H1, H2, ..., Hk-1 are shown in Fig. Including the main track entrance to the left of the wagon (credited to H0), the main track of the right to export (still recorded as Hk). No. a1, a2, L, an n-wagons from the main entrance into orbit followed by the dispatch room arrangements into cars derailed priorities, as well as cars derailed according to reorder priorities 1,2, ..., n. Room scheduling arrangements in order wagon into the derailment, to abide by the following rules : (1) H0 wagon entrance of
Platform: | Size: 62547 | Author: stzxxxstz | Hits:

[Other resourcepointsclassify

Description: 用于模式识别分类,有C均值算法、HK算法以及感知器算法-for the classification, C-means algorithm, HK algorithm and Perceptron Algorithm
Platform: | Size: 11875 | Author: bing | Hits:

[Exploitvnx4

Description: vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。我给出大家一个读取VNC密码的ASP脚本,默认情况下VNC密码存放在HKCU\\Software\\ORL\\WinVNC3\\Password Set WshShell = server.CreateObject(\"WScript.Shell\") bkey=WSHShell.RegRead(\"HKCU\\Software\\ORL\\WinVNC3\\Password\") for each str in bkey response.write hex(str) next 读取出来后结果类似 49 40 15 F9 A3 5E 8B 22这种十六进制,这是VNC加密的密码。我们可以用vncx4 破解它,vncx4使用很简单,只要在命令行下输入 c:\\>vncx4 -W 然后顺序输入上面的每一个十六进制数据,每输完一个回车一次就行了。-vnc local crack password C source code default under VNC server password is placed on the registry. The tools only address this situation. First ASP registry read out the encryption password, and then use the tool to break the resolve. I have given you a password to read VNC ASP script, By default under the VNC password stored in HKCU \\ Software \\ ORL \\ WinVNC3 \\ P assword Set WshShell = server.CreateObject ( " WScript.Shell ") bkey = WSHShell.RegRead (" HK CU \\ Software \\ ORL \\ WinVNC3 \\ Password ") for eac h str in bkey response.write hex (str) next read out After similar results F9 49 40 15 22 A3 5E 8B this hexadecimal, it is encrypted VNC password. Vncx4 we can resolve it, vncx4 simple to use, as long as the command line input c : \\
Platform: | Size: 4104 | Author: 小李 | Hits:

[Other resourceHK算法

Description: 模式识别HK分类算法 vc下dos程序-pattern recognition algorithm vc HK classification procedures under dos
Platform: | Size: 40503 | Author: 令狐 | Hits:

[Internet-Networkhk

Description: 红客揭密- The red guest reveals
Platform: | Size: 1465344 | Author: yuwenqian | Hits:

[AI-NN-PRHK算法

Description: 模式识别HK分类算法 vc下dos程序-pattern recognition algorithm vc HK classification procedures under dos
Platform: | Size: 39936 | Author: 令狐 | Hits:

[matlabpointsclassify

Description: 用于模式识别分类,有C均值算法、HK算法以及感知器算法-for the classification, C-means algorithm, HK algorithm and Perceptron Algorithm
Platform: | Size: 11264 | Author: bing | Hits:

[AI-NN-PRHK

Description: H-K(Ho-Kashyap)算法。在模式识别应用中运用HK算法根据样本进行分类器训练。-HK (Ho-Kashyap) algorithm. Applications in pattern recognition algorithm based on the use of HK classifier training samples.
Platform: | Size: 1024 | Author: 陈坚 | Hits:

[SCMhk

Description: hk 恒科技术安装包,里面是一套技术文档。包含51单片机所有源代码。现在共享给大家。-hk,hengke installtation it s good code project for 51mcu .
Platform: | Size: 6681600 | Author: chen | Hits:

[matlabclassification

Description: 多种实现三组数据集(iris测试数据)分类的算法实现(LMS、MSE、HK等。-several methods(LMS,MSE,HK) to achieve classification of three data set(iris data set).
Platform: | Size: 13312 | Author: yuchang | Hits:

[matlabHK

Description: main是主函数,HK.m是分类算法函数,训练模式和待分类模式存放在Patterns.mat文件中,分为4个样本,其中w1和w3是训练模式,w2和w4是待分类的模式。
Platform: | Size: 2048 | Author: jiangyuhang | Hits:

[SCMHK-2000C_Program_Driver

Description: HK-2000C型集成化脉搏传感器演示程序及驱动.rar-HK-2000C-type integrated pulse sensor, and driving demo. Rar
Platform: | Size: 763904 | Author: XCY | Hits:

[Graph RecognizeHK

Description: C++实现,一个小程序,模式识别的作业,HK算法-HK algorithm
Platform: | Size: 1008640 | Author: yaolianrong | Hits:

[OtherHK-system

Description: 一个使用的航空管理系统,提供给各位学习,-HK system
Platform: | Size: 46080 | Author: 刘先生 | Hits:

[VHDL-FPGA-VerilogHK-2+blood type

Description: 输入血型,进行匹配与判断,检测是否与受血人的血型匹配,无安全隐患,可以进行输血(Blood type input, matching and judgment, detection and blood type of the recipient of blood matching, no safety risks, blood transfusion can be carried out)
Platform: | Size: 591872 | Author: 秦王殿是否 | Hits:

[OtherHK

Description: HK算法思想很朴实,就是在最小均方误差准则下求得权矢量. 他相对于感知器算法的优点在于,他适用于线性可分和非线性可分得情况,对于线性可分的情况,给出最优权矢量,对于非线性可分得情况,能够判别出来,以退出迭代过程.(The idea of HK algorithm is very simple, which is to obtain the weight vector under the minimum mean square error criterion. Compared with the perceptron algorithm, it is suitable for linear separable and non-linear separable cases. For linear separable cases, the optimal weight vector is given. For non-linear separable cases, it can be distinguished to exit the iteration process.)
Platform: | Size: 17813504 | Author: mao12345 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net