搜索结果
找到约 116 项符合
enter 的查询结果
按分类筛选
- 全部分类
- 技术资料 (20)
- 其他 (8)
- 书籍源码 (7)
- 游戏 (7)
- Java编程 (7)
- 汇编语言 (6)
- Delphi控件源码 (5)
- 书籍 (4)
- 电子书籍 (3)
- Linux/Unix编程 (3)
- 单片机开发 (3)
- JavaScript (3)
- 教程 (2)
- 单片机编程 (2)
- 加密解密 (2)
- 编译器/解释器 (2)
- 文件格式 (2)
- 数学计算 (2)
- 人工智能/神经网络 (2)
- Java书籍 (2)
- VC书籍 (2)
- SQL Server (2)
- 源码 (1)
- C/C++语言编程 (1)
- 数值算法/人工智能 (1)
- 操作系统开发 (1)
- 其他书籍 (1)
- 开发工具 (1)
- 实用工具 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 压缩解压 (1)
- 驱动编程 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 文章/文档 (1)
- Delphi/CppBuilder (1)
- Oracle数据库 (1)
- 软件设计/软件工程 (1)
文章/文档 在C++ Builder中如何使得Enter键具有Tab键的功能的例子
在C++ Builder中如何使得Enter键具有Tab键的功能的例子
游戏 贪吃蛇小游戏的源码,键盘上下左右控制蛇, ENTER暂停
贪吃蛇小游戏的源码,键盘上下左右控制蛇,
ENTER暂停
软件设计/软件工程 introducir un mensaje despues de un enter las letras se caen programa que usando interrupciones de
introducir un mensaje despues de un enter las letras se caen
programa que usando interrupciones del Bios y lenguaje enssamblador en borlan c++
其他 Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data out
Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
VC书籍 MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */
MSP430
//示范使用三种不同时脉来源
// Enter LPM3 w/ interrupt
/* Convert EOL to CR/LF */
技术管理 MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */
MSP430
//示范使用三种不同时脉来源
// Enter LPM3 w/ interrupt
/* Convert EOL to CR/LF */
游戏 俄罗斯方块 Java游戏 按"Enter"键开始-暂停游戏;按"Backspace"结束游戏;按"左右"移动;按"上"改变;按"下"加速。
俄罗斯方块 Java游戏 按"Enter"键开始-暂停游戏;按"Backspace"结束游戏;按"左右"移动;按"上"改变;按"下"加速。
汇编语言 查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ" STR1 DB "Please enter a string:",0DH,0AH,"$" STR2 DB "Wr
查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ"
STR1 DB "Please enter a string:",0DH,0AH,"$"
STR2 DB "Wrong! The string is too long!"$"
游戏 按键功能表: Space:随机变换 right:逆时针旋转 left:顺时针旋转 up:光标向下切换 down:光标向上切换 Enter:返回初始 Esc:退出程序
按键功能表: Space:随机变换 right:逆时针旋转 left:顺时针旋转 up:光标向下切换 down:光标向上切换 Enter:返回初始 Esc:退出程序
数学计算 This program will ask how many numbers you want to find the average of, then it will allow you to en
This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.