搜索结果
找到约 172 项符合
MARGIN-RIGHT 的查询结果
通讯编程文档 You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your pr
You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make ...
J2ME j2me方向的控制的演示,手机上的up,down,left,right等的控制的和显示
j2me方向的控制的演示,手机上的up,down,left,right等的控制的和显示
人工智能/神经网络 Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the so ...
人工智能/神经网络 The program implements three large-margin thresholded ensemble algorithms for ordinal regression. I
The program implements three large-margin thresholded ensemble
algorithms for ordinal regression. It includes an improved RankBoost
algorithm, the ORBoost-LR algorithm, and the ORBoost-All algorithm.
数值算法/人工智能 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard
北京大学ACM比赛题目
In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture:
Every even number greater than 4 can be
written as the sum of two odd prime numbers.
For example:
8 = 3 + 5. Both 3 and 5 are odd prime n ...
游戏 坦克大战小游戏 控制说明: 玩家1相关控制: A/W/S/D:控制方向 F:开火 1 :玩家1复活 玩家2相关控制: UP/LEFT/RIGHT/DOWN:控制方
坦克大战小游戏
控制说明:
玩家1相关控制:
A/W/S/D:控制方向
F:开火
1 :玩家1复活
玩家2相关控制:
UP/LEFT/RIGHT/DOWN:控制方向
0 :开火
2 :玩家2复活
ESC:返回Menu
ENTER:任务完成/失败后的确认按键
功能说明:
将敌方坦克消灭完则任务完成,进入下一关,每过1关,障碍物减少1个,电脑
坦克总数增加5辆 ...
matlab例程 Upper gain margin Intended for a senior-level course on the analysis and design of digital control
Upper gain margin
Intended for a senior-level course on the analysis and design of digital control systems, the text is also useful for graduate students and practicing engineers who are learning state-space design techniques.
VHDL/FPGA/Verilog -- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right
-- DESCRIPTION : Shift register
-- Type : univ
-- Width : 4
-- Shift direction: right/left (right active high)
--
-- CLK active : high
-- CLR active : high
-- CLR type : synchronous
-- SET active : high
-- SET type : synchronous
-- LOAD active : high
-- CE active : high
-- SERIAL input : SI ...
单片机开发 set(key6) left(key5) right(key4) up(key3) down(key2) OK(key1) 功能一:时钟 时钟计时; 按下set(一次)键即可调时间
set(key6)
left(key5)
right(key4)
up(key3)
down(key2)
OK(key1)
功能一:时钟
时钟计时;
按下set(一次)键即可调时间,此时时钟计时停止,按left,right左右移动点,移动到需调的的数码管,
按up,down进行数字的调节,按OK键保存退出。
功能二:整点报时和闹钟
当时钟走到整时时,报时滴滴响四次;
按s ...
数学计算 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----o
数值分析高斯——列主元消去法主程序
说明如下:
% a----input,matrix of coefficient
% b----input,right vector
% sol----output,returns the solution of linear equation