最近收集了一下键盘按键对应的ASCII码:
ESC键VK_ESCAPE (27)
回车键:VK_RETURN (13)
TAB键:VK_TAB (9)
Caps Lock键:VK_CAPITAL (20)
Shift键:VK_SHIFT (16)
Ctrl键:VK_CONTROL (17)
Alt键:VK_MENU (18)
空格键:VK_SPACE...
分类:
其他好文 时间:
2014-06-05 11:37:19
阅读次数:
263
3.Actions-Basic:此demo中体现ccp由Point代替
①ActionManual:直接设置精灵的属性demo。
const Color3B Color3B::RED (255, 0, 0);
const Color3B Color3B::GREEN ( 0, 255, 0);
const Color3B Color3B::BLUE ( 0, ...
分类:
其他好文 时间:
2014-06-05 03:49:02
阅读次数:
225
series compensator
最好看过
Introduction to lead/leg compensator
再看这个串联校正的笔记blog
通过波特图校正系统:
校正系统就会有对系统的期望要求。图中对系统的期望是斜坡输入的稳态误差ess
第一步是系统的定型(确定好系统的阶次),阶...
分类:
其他好文 时间:
2014-06-05 03:38:00
阅读次数:
263
package com.beyole.util;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Point;
import javax.swing.JFrame;
import javax.swing.JLabel;
public class test2 {
public static void main...
分类:
编程语言 时间:
2014-06-05 02:45:00
阅读次数:
362
package com.beyole.util;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Point;
import javax.swing.JFrame;
import javax.swing.JLabel;
public class test2 {
p...
分类:
编程语言 时间:
2014-06-04 23:43:11
阅读次数:
429
24 Point game
时间限制:3000 ms | 内存限制:65535 KB
难度:5
描述
There is a game which is called 24 Point game.
In this game , you will be given some numbers. Your task is to find an expressi...
分类:
其他好文 时间:
2014-06-04 21:06:57
阅读次数:
295
Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number line and the cow is at a point K (0 ≤ K ≤ 100,0...
分类:
其他好文 时间:
2014-06-03 05:30:23
阅读次数:
394
The master DMA arbitration control register (MDMAARBU) controls the priority levels of MDMA requests going out of CorePac. It controls the priority levels used by the L2 memory
controller when sendi...
分类:
其他好文 时间:
2014-06-03 02:39:09
阅读次数:
311
Barcode .NET Control
Combo条形码控件是一款提供了6种不同类型条码的.NET控件,可以用于生成当前常用的一维条码、postal code
条码、PDF417条码、DataMatrix, Aztec, QRCode, MaxiCode,并且可以保存条码为不同的图像文件格式,可以...
分类:
Web程序 时间:
2014-05-31 19:28:21
阅读次数:
419
DropDownList list = this.findContol("aas") as
DropDownList;list.DataSource = new DataTable() -------------------------------
Control ctl = this.FindCo...
分类:
其他好文 时间:
2014-05-31 19:12:44
阅读次数:
171