搜索结果
找到约 56 项符合
Instead 的查询结果
按分类筛选
- 全部分类
- 书籍 (8)
- 其他 (7)
- 单片机编程 (4)
- Java编程 (4)
- 其他数据库 (3)
- 电源技术 (2)
- 其他书籍 (2)
- Linux/Unix编程 (2)
- VC书籍 (2)
- Java书籍 (2)
- 压缩解压 (2)
- 软件设计/软件工程 (2)
- 通讯/手机编程 (2)
- 无线通信 (1)
- Delphi/CppBuilder (1)
- Internet/网络编程 (1)
- Applet (1)
- 中间件编程 (1)
- 其他嵌入式/单片机内容 (1)
- 驱动编程 (1)
- 嵌入式/单片机编程 (1)
- 人工智能/神经网络 (1)
- 网络 (1)
- 数值算法/人工智能 (1)
- 编辑器/阅读器 (1)
- 汇编语言 (1)
- 技术资料 (1)
其他嵌入式/单片机内容 at91sam7 use PIO interrupt to finish PS2 protocl
at91sam7 use PIO interrupt to finish PS2 protocl,in IAR directly instead atmel example interruptbasic complie/src
Linux/Unix编程 This book is intended for embedded system programmers, consultants and students interested in real-t
This book is intended for embedded system programmers, consultants and students interested in real-time operating
systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products
(see Appendix F, Licensing). Instead of writing your own kernel, you s ...
Linux/Unix编程 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.
2.0.12 (May 13th, 2004)
- Flag driver threads with PF_FREEZE to support software suspend.
2.0.11 (May 7th, 2004)
- Avoid split-completion bugs in certain PCI-X chipsets by
breaking up large completion entry DMAs on ADB boundaries.
2.0.10 (April 9th, 2004)
- Return "command timeout" status in ...
VC书籍 This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI applic
This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI application, the MDI main frame window does not have a view associated with it. Instead, each individual child window (CMDIChildWnd) has one or more associated views. The active view in an MDI application c ...
Java书籍 Core JSP In recent years, a large amount of software development activity has migrated from the cl
Core JSP
In recent years, a large amount of software development activity has migrated from
the client to the server. The client-centric model, in which a client executes complex
programs to visualize and manipulate data, is no longer considered appropriate for the
majority of enterprise application ...
软件设计/软件工程 map identification laquo yuan Problem description : the digital image processing of an image often e
map identification laquo yuan Problem description : the digital image processing of an image often expressed as a macute M pixel matrix. Each pixel value is 0 or 1. The value of 0 pixel image, said background, and the value of a pixel image, said a map of a million, usually called map million pixels ...
其他 // Hint: These classes are intended to be used as base classes. Do not // simply add your code to t
// Hint: These classes are intended to be used as base classes. Do not
// simply add your code to these files - instead create a new class
// derived from one of CSizingControlBarXX classes and put there what
// you need. See CMyBar classes in the demo projects for examples.
驱动编程 The Radio Interface Layer is the name for an interface that was developed especially for the Pocket
The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT command interface. Unfortunately the API was not published of ...
其他 I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s
I made a lot of changed on this object,such as *
// 1.Encapsulates all code in one userobjet,since PB does not *
// support "Address of Function" , so we can not set new *
// WndProc, just makes the object more easy to use. *
// 2.Uses structure array instead of Datastore *
// 3. ...
压缩解压 CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP
CELP (CELl Processing) is a functional programming package for Matlab.
It is often better to use FP instead of loops:
- it s more compact
- it s more clear.