考验你的观察力和判断力的时候到了,挑战自己,就在狗口脱险。 游戏说明: 游戏规则为在牙齿咬到小怪物以前找到牙齿中的缺牙处,逃避灭顶之灾,左右方向键对应左右操作,赶快行动吧。 按键说明: f1~f4为游戏模式选择. f1:记分模式,过关加500分,死亡一次减250分,在没找到缺口之前一直扣分。 F2:过关模式,只有一次机会,挑战者的选择。 F3:连续模式,记分规则同记分模式,死亡时不用找缺牙。 F4:极限模式,未完成。 左右方向键对应左右操作,回车为重新开始。 easy OutofMouth.exe 最低难度。 normal OutofMouth.exe 普通难度,7颗牙。 8 OutofMouth.exe 8 颗牙。 10 OutofMouth.exe 10 颗牙。 15 OutofMouth.exe 15 颗牙。 19 OutofMouth.exe 最高难度,19 颗牙。
标签:
上传时间: 2016-01-24
上传用户:xuanchangri
武林DLL注入源码 VB调用 Private Declare Function CallHotKey Lib "wulin.dll" (ByVal hWnd As Long, ByVal hotkey As Long) As Boolean Private Declare Function CallBase Lib "wulin.dll" (ByVal hWnd As Long, ByVal action As Long) As Boolean CallHotKey(窗体句柄,HotKey) HotKey ====0---------17 分别是0-----9 f1-----F8 CallBase(窗体句柄,Action) Action==0-------N 分别实现不同的功能 Action=0 选怪 函数反回值是 布尔值 ( 窗体句柄,Action 窗体句柄,HotKey 都为DWORD值)
标签: ByVal CallHotKey Function Private
上传时间: 2013-11-25
上传用户:maizezhen
stats 用于检验回归模型的统计量,有三个数值:相关系数r2、F值、与F对应的概率p.相关系数r2越接近1,说明回归方程越显著;F > f1-α(k,n-k-1)时拒绝H0,F越大,说明回归方程越显著;与F对应的概率p 时拒绝H0,回归模型成立.
上传时间: 2014-01-18
上传用户:佳期如梦
双击可执行文件wbbjq.exe,在出现的界面中输入任意文本内容,利用DEL键、 BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑, 按f1键激活菜单file,下移光标,选择save,输入文件名。也可以选择FILE菜单 的其他菜单项,他们的功能均可实现。按f10激活帮助,按ESC键退出帮助。
上传时间: 2013-12-30
上传用户:变形金刚
New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like f1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
标签: classification algorithm for training
上传时间: 2014-12-20
上传用户:stvnash
The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2. The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) output-(multi) input samples. The returned model has the form 1) if input1 is A11 and input 2 is A12 then output =f1(input1,input2) 2) if input1 is A21 and input 2 is A22 then output =f2(input1,input2) 看不懂,据高手说,非常有用。
标签: identification neuro-fuzzy implemented analysis
上传时间: 2014-01-12
上传用户:zgu489
!逐步回归分析程序: ! M:输入变量,M=N+1,其中N为自变量的个数;M包括的因变量个数 ! K:输入变量,观测点数; ! f1:引入因子时显著性的F-分布值; ! F2:剔除因子时显著性的F-分布值; ! XX:存放自变量和因变量的平均值; ! B:存放回归系数; ! V:存放偏回归平方和和残差平方和Q; ! S:存放回归系数的标准偏差和估计的标准偏差; ! C:存放复相关系数; ! F:存放F-检验值;
上传时间: 2013-12-12
上传用户:zaizaibang
MOV P2 ,#0FFH MOV P3 ,#0FFH ACALL DEL AJMP MAIN ORG 0200H DEL: MOV R5,#04H F3: MOV R6,#0FFH F2: MOV R7,#0FFH f1: DJNZ R7,f1 DJNZ R6,F2 DJNZ R5,F3 RET END
上传时间: 2016-06-29
上传用户:thesk123
看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
标签: simulator Simulator different Create
上传时间: 2016-07-02
上传用户:wfl_yy
单轴简易伺服电机控制系统,显示器采用12864带汉字库的液晶显示器。可控制伺服电机从f1-f1000的速度运行,可定距离运转。采用P89LPC936单片机
上传时间: 2013-12-06
上传用户:zmy123