搜索结果
找到约 83 项符合
Choice 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (7)
- 软件设计/软件工程 (7)
- 书籍 (7)
- 电源技术 (5)
- 电子书籍 (5)
- Java编程 (5)
- 单片机开发 (4)
- 技术资料 (4)
- 文章/文档 (3)
- 数学计算 (3)
- matlab例程 (3)
- 单片机编程 (2)
- 无线通信 (2)
- 其他 (2)
- VC书籍 (2)
- 系统设计方案 (2)
- 模拟电子 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- MySQL数据库 (1)
- 网络 (1)
- 数据结构 (1)
- 通讯/手机编程 (1)
- 通讯编程文档 (1)
- 汇编语言 (1)
- 嵌入式/单片机编程 (1)
- 数值算法/人工智能 (1)
- VHDL/FPGA/Verilog (1)
- 驱动编程 (1)
- 操作系统开发 (1)
- 编辑器/阅读器 (1)
- 教育系统应用 (1)
- JavaScript (1)
- 软件工程 (1)
- 接口技术 (1)
- 源码 (1)
操作系统开发 int main(int argc,char *argv[]) { char ch while(true) { printf("*************************
int main(int argc,char *argv[])
{
char ch
while(true)
{
printf("*************************************\n")
printf(" 1.Reader Priority\n")
printf(" 2.Writer Priority\n")
printf(" 3.Exit to Windows\n")
printf("*************************************\n")
printf("Enter your choice(1,2, ...
软件设计/软件工程 Java technology is both a programming language and a platform. The Java programming language origina
Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time o ...
软件设计/软件工程 The first decision, that has to be made for the AVR platform, is to select the development environm
The first decision, that has to be made for the AVR platform, is to select the
development environment you want to use, either ImageCraft s ICCAVR or
GNU s AVR-GCC. The commercial ImageCraft Compiler offers an advanced IDE
and is the first choice of most professional developers using a Windows PC. T ...
VC书籍 Each exploration in this book is a mixture of text and interactive exercises. The exercises are unl
Each exploration in this book is a mixture of text and interactive exercises. The exercises are
unlike anything you鈥檝e seen in other books. Instead of multiple choice, fill-in-the-blank, or
simple Q&A exercises, lessons are interactive explorations of key C++ features.
系统设计方案 This is a simple algorithm that downloads trading data from yahoo database. It is basically a large
This is a simple algorithm that downloads trading data from yahoo database. It is basically a large scale application of sqq.m which was originally submitted by Michael Boldin, link at acknowledgements.
Some of the functionalities of the package:
- User defined ticker list.
- Function for do ...
matlab例程 MATSNL is a package of MATLAB M-files for computing wireless sensor node lifetime/power budget and s
MATSNL is a package of MATLAB M-files for computing wireless sensor node lifetime/power budget and solving optimal node architecture choice problems. It is intended as an analysis and simulation tool for researchers and educators that are easy to use and modify. MATSNL is designed to give the rough ...
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 ...
matlab例程 MATSNL is a package of MATLAB M-files for computing wireless sensor node lifetime/power budget and
MATSNL is a package of MATLAB M-files for computing wireless sensor node
lifetime/power budget and solving optimal node architecture choice problems. It is intended
as an analysis and simulation tool for researchers and educators that are easy to use and
modify. MATSNL is designed to give the rough ...
软件工程 This should again compile without problems. We finally need to configure a logging system - Hibernat
This should again compile without problems. We finally need to configure a logging system - Hibernate uses
commons logging and leaves you the choice between Log4j and JDK 1.4 logging. Most developers prefer
Log4j: copy log4j.properties
单片机开发 This software is developed to provide ease with controller design. For PID control, options are give
This software is developed to provide ease with controller design. For PID control, options are given
to design and analyse the compensated and uncompensated system. You are free to choice among Proportional
PI, PD and PID mode of control. Both frequency and time domain characteristics can be ob ...