搜索结果
找到约 122 项符合
home 的查询结果
按分类筛选
- 全部分类
- 书籍 (18)
- 技术资料 (11)
- 其他 (10)
- Linux/Unix编程 (6)
- 单片机开发 (6)
- Java编程 (5)
- Internet/网络编程 (5)
- 其他书籍 (4)
- 汇编语言 (4)
- 通讯/手机编程 (3)
- Delphi/CppBuilder (3)
- 软件 (3)
- C/C++语言编程 (2)
- 电源技术 (2)
- Delphi控件源码 (2)
- VC书籍 (2)
- 嵌入式/单片机编程 (2)
- 家庭/个人应用 (2)
- 通讯编程文档 (2)
- 其他嵌入式/单片机内容 (2)
- 技术书籍 (1)
- 开发工具 (1)
- 教程资料 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- 数据库系统 (1)
- FlashMX/Flex源码 (1)
- 数学计算 (1)
- VHDL/FPGA/Verilog (1)
- 医药行业 (1)
- 软件工程 (1)
- 书籍源码 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- matlab例程 (1)
- GPS编程 (1)
- 压缩解压 (1)
- 编辑器/阅读器 (1)
- USB编程 (1)
- 数值算法/人工智能 (1)
- Jsp/Servlet (1)
- Windows Mobile (1)
- 接口技术 (1)
- 源码 (1)
- 教程 (1)
- VIP专区 (1)
Delphi/CppBuilder DELPHI basicCtrl+NUM 直接将光标跳到NUM处
DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。
NUM不能用小键盘。
Ctrl+Home 将光标移至文件头。
Ctrl+End 将光标移至文件尾。
Ctrl+B Buffer List窗口。
Ctrl+I 同Tab键。
Ctrl+M 同Enter键。
Ctrl+N 同Enter键,但光标位置保持不变。
Ctrl+T 删除光标右边的一个单词。
Ctrl+Y 删除光标所 ...
VHDL/FPGA/Verilog 一个游戏 the hardware for the game includes a number of displays, each with a button and -- a light, t
一个游戏
the hardware for the game includes a number of displays, each with a button and
-- a light, that each represent a bin that can store marbles (beans).
--
-- The display indicates the number of marbles in each bin at any given time.
-- The light indecates that the present bin is not empty a ...
软件工程 编程精粹 ─── Microsoft 编写优质无错C 程序秘诀 Writing Clean Code ─── Microsoft Techniques for Developing Bug-fr
编程精粹
─── Microsoft 编写优质无错C 程序秘诀
Writing Clean Code
─── Microsoft Techniques for Developing Bug-free C
Programs
Steve Maguire 著
姜静波 佟金荣 译
麦中凡 校
电子工业出版社
编写优化、高效、无错地代码 2
这份电子书籍由PC Home 俱乐部、C++ Bulider 讨论区数位网友分别整理完成,基本
上完全 ...
其他 RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Spa ...
嵌入式/单片机编程 用于motorala 68K系列处理器的小实时多任务操作系统 The OMU Kernel was written to provide a cut-down Unix-like O/S for a
用于motorala 68K系列处理器的小实时多任务操作系统
The OMU Kernel was written to provide a cut-down Unix-like O/S for a
home-made 6809-based home computer built by me, Steven Hosgood, in the
early 1980s. This package contains the RTOS version of omu68k, derived
from a port of the original 6809 code to ...
Delphi控件源码 pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab
pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter,
that is capable of recognizing spam e-mails after appropriate training.
Pop3 Agent uses an embedded Firebird database server. Of course, you can
configure Pop3 Agent to work with an existing server if the ...
Java编程 The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting.
This proje ...
Linux/Unix编程 Gcomm is a serial communications program similar to seyon, but more modern, and easier to use. Works
Gcomm is a serial communications program similar to seyon, but more modern, and easier to use. Works over serial port, via TCP/IP, or a pipe through another program. Supports xmodem/ymodem/zmodem protocols. Visit the gcomm.sourceforge.net home page for 系统是 Linux ,但是协议部分是可用的 ...
系统设计方案 Digital Thermostat with High Accuracy -6,00 to 46,00 °C Digital Thermostat We build a digital the
Digital Thermostat with High Accuracy
-6,00 to 46,00 °C
Digital Thermostat
We build a digital thermostat for home applications, which controls the room temperature. I
used the AT90S2313 microprocessor of ATMEL. The digital thermostat opens the main heating valve of
the apartment and the hot water f ...
单片机开发 一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD
一個很好用的 lcd 時鐘程序 C語言
#include<reg51.h>
#include<stdio.h>
//定義計時器0 的重裝值
#define RELOAD_HIGH 0x3C
#define RELOAD_LOW 0xD2
//定義按鍵彈跳時間
#define DB_VAL
//定義設置模式的最大時間間隔
#define TIMEOUT 200
//定義游標位置常數
#define HOME 0
#define HOUR 1
#define MIN 2
#define SEC ...