搜索结果
找到约 196 项符合
Change 的查询结果
按分类筛选
- 全部分类
- 其他 (17)
- 其他书籍 (10)
- 书籍 (10)
- 单片机编程 (9)
- 单片机开发 (9)
- Java编程 (8)
- Linux/Unix编程 (7)
- matlab例程 (6)
- Delphi控件源码 (6)
- Windows CE (6)
- 可编程逻辑 (5)
- 汇编语言 (5)
- 教程资料 (4)
- 人工智能/神经网络 (4)
- 软件工程 (4)
- 技术资料 (4)
- 模拟电子 (3)
- Jsp/Servlet (3)
- 驱动编程 (3)
- 行业发展研究 (3)
- 操作系统开发 (3)
- 文章/文档 (3)
- FlashMX/Flex源码 (2)
- 多国语言处理 (2)
- 通讯编程文档 (2)
- Internet/网络编程 (2)
- 其他数据库 (2)
- SQL Server (2)
- USB编程 (2)
- 微处理器开发 (2)
- 网络 (2)
- DSP编程 (2)
- 数据结构 (2)
- 游戏 (2)
- Applet (2)
- VC书籍 (2)
- 数学计算 (2)
- 金融证券系统 (2)
- 源码 (2)
- 多媒体处理 (1)
- PCB相关 (1)
- 无线通信 (1)
- 测试测量 (1)
- 接口技术 (1)
- 压缩解压 (1)
- J2ME (1)
- 编辑器/阅读器 (1)
- 人物传记/成功经验 (1)
- uCOS (1)
- 其他行业 (1)
- 编译器/解释器 (1)
- 嵌入式Linux (1)
- 并行计算 (1)
- 3G开发 (1)
- 电子书籍 (1)
- 数值算法/人工智能 (1)
- 嵌入式/单片机编程 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- 文件格式 (1)
- GPS编程 (1)
- VHDL/FPGA/Verilog (1)
- 手机短信编程 (1)
- 教育系统应用 (1)
- 通讯/手机编程 (1)
- 家庭/个人应用 (1)
- 软件 (1)
- 论文 (1)
- VIP专区 (1)
其他书籍 ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
per-unit royalties) with source-level con?guration tools that would enable embedded developers
to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu-
all ...
汇编语言 This is a device for use by RC hobbysts: it transforms a servo from proportional to integrative. For
This is a device for use by RC hobbysts: it transforms a servo from proportional to integrative. For RC boats, it allows user not to change the functionality of the throttle stick, UP/DOWN in stead of proportional. The archive contains also the PCB files.
Linux/Unix编程 VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing
VLSi KL partitioning Algorithm based programme for 100 nodes.
It s dynamic progremme so by changing the MAX value we can change the number of nodes in the network.
人工智能/神经网络 Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two
Traveling Salesperson Problem
Our branch-and-strategy splits a branch and bound solution into two groups:
one group including a particular arc and the other excluding this arc.
1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound.
2.If a const ...
Java编程 alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table pet add weight int
删除列
alter table tbl_name drop col_name
例如,删除列weight:
mysql>alter table pet drop weight
改变列
alter table tbl_name modify col_name type
例如,改变weight的类型:
mysql> alter table pet mod ...
文件格式 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v
1. Download the version you want:
* Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows
* Previous versions
2. Unzip the file, which will create a directory called klt and place all the files there
3. Compile and run the code
* ...
GPS编程 This code outputs various NMEA strings to a com port. The code was originally used to test naviati
This code outputs various NMEA strings to a com port. The code was
originally used to test naviation programmes.
First select the required com port and the required NMEA message string.
There is a default starting position but this can be changed to suit just by typing
in a new position.
Click on ...
USB编程 High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F
High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support.
For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled
in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the U ...
VHDL/FPGA/Verilog High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F
High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support.
For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled
in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the U ...
Java编程 Besides enhanced looks and advanced features, one of the best things about Swing is its pluggable lo
Besides enhanced looks and advanced features, one of the best things about Swing is its pluggable look and feel (PLAF). PLAF architecture allows seamless changes in the appearance of an application and the way an application interacts with the user. However, designing and developing a PLAF is much m ...