搜索结果
找到约 82 项符合
MOVE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (10)
- 书籍 (6)
- 其他书籍 (6)
- Java编程 (5)
- matlab例程 (4)
- 其他 (3)
- Linux/Unix编程 (3)
- 嵌入式/单片机编程 (3)
- 数据结构 (3)
- 书籍源码 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 串口编程 (2)
- 文件格式 (2)
- 文章/文档 (2)
- Delphi控件源码 (2)
- VC书籍 (2)
- 源码 (1)
- 论文 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 游戏 (1)
- 网络 (1)
- 其他数据库 (1)
- 单片机开发 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- VHDL/FPGA/Verilog (1)
- Oracle数据库 (1)
- 软件设计/软件工程 (1)
- VIP专区 (1)
模拟电子 正确的混合信号设计印刷电路板(PCB)的接地
Abstract: This tutorial discusses proper printed-circuit board (PCB) grounding for mixed-signal designs. Formost applications a simple method without cuts in the ground plane allows for successful PCB layouts withthis kind of IC. We begin this document with the basics: where the current flows. Lat ...
其他书籍 From the Publisher Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to di
From the Publisher
Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to dive right in and begin creating your own games. If you have some knowledge of C or C++ and have been searching for a guide that will take your 2D programming into the third dimension, then search no mor ...
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
文件格式 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
* ...
其他书籍 Logic2007 中文教程
Logic2007中文教程
PADS Logic功能,特点及使用教程
本教程描述了PADS Logic 的各种功能和特点、以及使用方法。这些功
能包括:
如何在PADS Logic 中使用工作区(Working Area)。
如何在PADS Logic 的元件库中定义目标库(Library)。
如何从库中搜索有关的元件(Part)。
如何添加连线(Connection)、总线(Bus)、使用页间连接符 ...
单片机开发 CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data o
CAN1.c and CAN2.c are a simple example of configuring a CAN network to
transmit and receive data on a CAN network, and how to move information to
and from CAN RAM message objects. Each C8051F040-TB CAN node is configured
to send a message when it s P3.7 button is depressed/released, with a 0x11
...
技术资料 Logic2007 中文教程
Logic2007中文教程
PADS Logic功能,特点及使用教程
本教程描述了PADS Logic 的各种功能和特点、以及使用方法。这些功
能包括:
如何在PADS Logic 中使用工作区(Working Area)。
如何在PADS Logic 的元件库中定义目标库(Library)。
如何从库中搜索有关的元件(Part)。
如何添加连线(Connection)、总线(Bus)、使用页间连接符 ...
其他书籍 VB5.0与Windows API之间的呼叫技巧 取得Disk Volume Information 取得Disk Free Space与Total Space 取得Disk Driver
VB5.0与Windows API之间的呼叫技巧
取得Disk Volume Information
取得Disk Free Space与Total Space
取得Disk Driver List与各个Driver的型态
取得File 8.3之文件名称格式
如何用程序来Delete Copy Move Rename File/Directory
如何用VB建立快捷方式(ShortCut)
如何直接开启一个文件
设定Mouse 在某个固定范围
隐 ...
嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1
procedure senddata
var
i:integer commflg : Boolean
begin
commflg:=true
for i:=1 to 8 do
begin
if not fcomm comml writecommdata(sendbutter,i) then
begin
Commflg=false
break
end
end
end
(4) 接收数据
在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...