搜索结果
找到约 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)
Linux/Unix编程 虚拟频谱分析仪的设计
虚拟频谱分析仪的设计,在linux下面安装qt3.3以上的版本才可以运行。
安装步骤如下:
Untar the tarball
Enter the directory QtDSO
call ./configure
call make and wait a few minutes
Java编程 Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program shou
Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that outputs all the prime numbers less than or equal to t ...
Delphi控件源码 Permits to negotiate of simple form (without code) some of the most utilized combinations of keys i
Permits to negotiate of simple form (without code) some of the most utilized
combinations of keys in the forms. It suffices with freeing the component on
the form and to activate the properties desired segun the behavior that want.
* ENTER to change of field.
* ESC to close the form
* to ...
书籍 Agile+Architecture+Revolution
The core thrust of architecture has been to define core business requirements,
and then construct the IT solution to meet those requirements, typically as
instances of software. While this seems like a simple concept, many in enter-
prise IT went way off course in the last 10 to 15 years.
教育系统应用 学生成绩管理系统 1.1 管理员登录 双击“学生成绩管理系统.exe”文件
学生成绩管理系统
1.1 管理员登录
双击“学生成绩管理系统.exe”文件,弹出系统登录界面,输入用户ID“mr”,按<Enter>键,输入用户口令“mrsoft”,按<Enter>键,如图1.1所示,进入到学生成绩管理系统主界面,如图1.2所示。学生成绩管理系统主要包括四大管理模块:参数设置、基本信息、系统查询、系统管理,下面对四大模块 ...
嵌入式/单片机编程 能够从UART读入一个限制长度为size(包括末尾 )的字符串
,能够从UART读入一个限制长度为size(包括末尾 \0 )的字符串,按回车<Enter>结束。在读入的同时进行回显,如果输入有误,按退格键<Backspace>还可以进行修改。
单片机开发 Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b
Swfdec still is development software, but has also followed a rigid
no-crashes-allowed policy. I believe it s stable enough now to be
installed as a default plugin for people that can live with occasional
crashes of their browser. But don t blame me if it does crash. File a
bug at https://bugs.f ...
汇编语言 俄罗斯方块用汇编语言编写 (1)执行的命令: ---------------------------------- ML /c /coff /Cp main.asm Link /subsy
俄罗斯方块用汇编语言编写
(1)执行的命令:
----------------------------------
ML /c /coff /Cp main.asm
Link /subsystem:windows main.obj els.res
(2)
按Enter键开始新游戏
按上下左右箭头操作方块
只实现了最基本的功能
电子书籍 With the advances in the semiconductor and communication industries, it has become increasingly imp
With the advances in the semiconductor and communication industries, it has become increasingly
important for electrical engineers to develop a good understanding of microelectronics.
This book addresses the need for a text that teaches microelectronics from a modern and intuitive
perspective. Guide ...
Internet/网络编程 实现局域网聊天
实现局域网聊天,设置用户网络信息。通过“发送名称”列表框选择聊天对象的名字,在“信息内容”文本框中输入聊天内容后,按<Enter>键即可发送信息,或按“发送”按钮也可发送信息。