Location:
Search - KeyPress
Search list
Description: AVR键盘方案
Platform: |
Size: 62430 |
Author: |
Hits:
Description: Graph with no options takes pairs of points (two numbers per line) from
the given file (or standard input) as x- and y- values and plots them
on the screen, connected by straight lines. A string surrounded by
quotes \"...\" may follow a pair of points, and will be displayed
starting at that point. If an input file is specified, the program
waits for a keypress, then resets the screen parameters and clears the
screen before exiting. If the data comes from the standard input, the
program exits without clearing the screen or resetting it
-Graph with no options takes pairs of points (two numbers per line) from the given file (or st andard input) as x-and y-values and plots them o n the screen. connected by straight lines. A string surround ed by quotes "..." may follow a pair of points. and will be displayed starting at that point. If an input file is specified, the program waits for a keypress. then resets the screen parameters and clears th e screen before exiting. If the data comes from t he standard input, the program exits without clearing the screen o r resetting it
Platform: |
Size: 52854 |
Author: ysh |
Hits:
Description: 主要技术:
1.对常见控件的使用(如:TStrings、TStringList、Tlist)
2.数据库链接:常见的数据访问技术(ADO技术,BDE技术)
TadoConnection(数据链接)/TadoQuery(数据集)控件,
TDataModule数据模块使用, 读取配置文件
3.事件驱动编程:
窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer)
4.动态生成组件:
在程序运行过程中,能够动态生成若干个组件(如:Button,CheckBox,TreeView)
-main technical : 1. Controls on the use of common (eg : TStrings, TStringList, Tlist) 2. Database Links : common data access technology (ADO, BDE technology) TadoConnection (data link) / TadoQuery (data sets) controls, data TDataModule modules use, read the configuration file 3. Event-driven programming : Form events (OnActivate, OnCreate, OnShow) keyboard events (KeyPress), mouse events (MouseMove), regular events (Timer) 4. Dynamic components : the procedural process, to dynamically generated a number of components (such as : Button, CheckBox, TreeView)
Platform: |
Size: 3161102 |
Author: 陈超群 |
Hits:
Description: 来源于http://www.codeproject.com/statusbar/taskbarctrl.asp
This article describes how to put a progress bar control into the taskbar.-from http : / / www.codeproject.com / statusbar / taskbarc trl.asp This article describes how to put a prog keypress bar control into the taskbar.
Platform: |
Size: 27503 |
Author: 刘志 |
Hits:
Description: #define MSGHEADER \"MICROCALC - A Turbo C Demonstration Program\"
#define MSGKEYPRESS \"Press any key to continue.\"
#define MSGCOMMAND \"Press / for the list of commands\"
#define MSGMEMORY \"Memory Available:\"
#define MSGERROR \"ERROR\"
#define MSGLOMEM \"Not enough memory to allocate cell.\"-# define MSGHEADER "MICROCALC-A Turbo C De monstration Program "# define MSGKEYPRESS" Pr ess any key to continue. "# define MSGCOMMAND" P keypress / for the list of commands "# define MSGMEMO RY "Memory Available : "# define MSGERROR" ERROR "# define MSGLOMEM" N ot to allocate enough memory cell. "
Platform: |
Size: 2508 |
Author: 狐狸 |
Hits:
Description: 利用键盘输入keypress和text的文本比较编制的一个小游戏,目的在于锻炼键盘的熟练程度!
Platform: |
Size: 7348 |
Author: 邵继虎 |
Hits:
Description: linux下按键驱动开发
Platform: |
Size: 7897 |
Author: 周东明 |
Hits:
Description: This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS
server. For Xlib programs that use KeyPress events you should either
(1) set the FocusLenience resource to `True , or (2) specifically notify
the window manager that you want to receive KeyPress/KeyRelease events
(but only in programs that need these events).
Platform: |
Size: 143968 |
Author: 刘伟 |
Hits:
Description: (windows mobile 5.0 )主要实现如何 判断键盘的keydown,keypress,keyup 这个三个过程中的动作
Platform: |
Size: 14006 |
Author: 陆林风 |
Hits:
Description: brew开发的基础按键信息处理对刚学的人应该有所帮助
Platform: |
Size: 287795 |
Author: 亮 |
Hits:
Description: VB小闹钟,主要涉及文本框控制,keypress事件,timer-VB small alarm clock, mainly related to the text box control, keypress, timer
Platform: |
Size: 85221 |
Author: Ryan |
Hits:
Description: AVR键盘方案-AVR keyboard program
Platform: |
Size: 62464 |
Author: 王木 |
Hits:
Description: VB小闹钟,主要涉及文本框控制,keypress事件,timer-VB small alarm clock, mainly related to the text box control, keypress, timer
Platform: |
Size: 84992 |
Author: Ryan |
Hits:
Description: Graph with no options takes pairs of points (two numbers per line) from
the given file (or standard input) as x- and y- values and plots them
on the screen, connected by straight lines. A string surrounded by
quotes "..." may follow a pair of points, and will be displayed
starting at that point. If an input file is specified, the program
waits for a keypress, then resets the screen parameters and clears the
screen before exiting. If the data comes from the standard input, the
program exits without clearing the screen or resetting it
-Graph with no options takes pairs of points (two numbers per line) from the given file (or st andard input) as x-and y-values and plots them o n the screen. connected by straight lines. A string surround ed by quotes "..." may follow a pair of points. and will be displayed starting at that point. If an input file is specified, the program waits for a keypress. then resets the screen parameters and clears th e screen before exiting. If the data comes from t he standard input, the program exits without clearing the screen o r resetting it
Platform: |
Size: 52224 |
Author: ysh |
Hits:
Description: 主要技术:
1.对常见控件的使用(如:TStrings、TStringList、Tlist)
2.数据库链接:常见的数据访问技术(ADO技术,BDE技术)
TadoConnection(数据链接)/TadoQuery(数据集)控件,
TDataModule数据模块使用, 读取配置文件
3.事件驱动编程:
窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer)
4.动态生成组件:
在程序运行过程中,能够动态生成若干个组件(如:Button,CheckBox,TreeView)
-main technical : 1. Controls on the use of common (eg : TStrings, TStringList, Tlist) 2. Database Links : common data access technology (ADO, BDE technology) TadoConnection (data link)/TadoQuery (data sets) controls, data TDataModule modules use, read the configuration file 3. Event-driven programming : Form events (OnActivate, OnCreate, OnShow) keyboard events (KeyPress), mouse events (MouseMove), regular events (Timer) 4. Dynamic components : the procedural process, to dynamically generated a number of components (such as : Button, CheckBox, TreeView)
Platform: |
Size: 3161088 |
Author: 陈超群 |
Hits:
Description: 来源于http://www.codeproject.com/statusbar/taskbarctrl.asp
This article describes how to put a progress bar control into the taskbar.-from http :// www.codeproject.com/statusbar/taskbarc trl.asp This article describes how to put a prog keypress bar control into the taskbar.
Platform: |
Size: 27648 |
Author: 刘志 |
Hits:
Description: (windows mobile 5.0 )主要实现如何 判断键盘的keydown,keypress,keyup 这个三个过程中的动作-(Windows mobile 5.0) realize how to determine the main keyboard keydown, keypress, keyup the course of the three movements
Platform: |
Size: 31744 |
Author: 陆林风 |
Hits:
Description: brew开发的基础按键信息处理对刚学的人应该有所帮助-brew button the basis of the development of information processing just learning should be helpful
Platform: |
Size: 534528 |
Author: 亮 |
Hits:
Description: 这个小程序是为了放到真正手机上来检测手机按键键值的,虽然简单,但很有效!-This little program is to put a real mobile phone to detect the phone keypad keys, though simple, but very effective!
Platform: |
Size: 11264 |
Author: 刘秋男 |
Hits:
Description: Its my first semester and first game testing on C++.. its include simple c++ tag with menu design generate Direct on KeyPress w/o Enter, text coloring , binary object drawing , and simple checking repetation.
Platform: |
Size: 199680 |
Author: hypotetian |
Hits: