搜索结果
找到约 873 项符合
DO-WHILE 的查询结果
Java书籍 Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each rec
Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each recipe also includes explanations of how and why the approach works, so you can adapt the techniques to similar situations. One of the biggest challenges facing developers today is sorting through the wi ...
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 ...
matlab例程 This tutorial was prepared for our freshman engineering students using the student version of MATLAB
This tutorial was prepared for our freshman engineering students using the student version of MATLAB, because symbolic computations are covered in almost no introductory textbook. We are pleased to make it available to the international community, and would appreciate suggestions for its improvemen ...
其他书籍 Mastering Dojo will teach you how to build an Internet application that will impress your end users
Mastering Dojo will teach you how to build an Internet application
that will impress your end users and delight you while you’re writing
it. The book also explains Dojo’s JavaScript underpinnings, both for
newcomers and for refugees from other languages.
并行计算 This control is another extension to the now standard and widely used ListView control. I have inclu
This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header. This implementation eliminates all of the work of ...
企业管理 DocFlow展示了使用.NET开发平台结合Microsoft SQL Server数据库和Microsoft Indexing Service索引服务同样也能创建功能强大的文档管理门户。 Do
DocFlow展示了使用.NET开发平台结合Microsoft SQL Server数据库和Microsoft Indexing Service索引服务同样也能创建功能强大的文档管理门户。
DocFlow提供文档的存储和管理,全文搜索,基于用户角色的安全访问机制。DocFlow支持多种文档格式包括 Microsoft Office办公文档。 ...
软件设计/软件工程 Getting to Know the FFT What is the FFT? FFT = Fast Fourier Transform. The FFT is a faster version
Getting to Know the FFT
What is the FFT? FFT = Fast Fourier Transform. The FFT is a faster version of the Discrete
Fourier Transform (DFT). The FFT utilizes some clever algorithms to do the same thing as the
DTF, but in much less time.
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 ...
微处理器开发 Introduction ? ? The ARM Cortex -A8 microprocessor is the first applications microprocessor in A
Introduction
? ?
The ARM Cortex -A8 microprocessor is the first applications microprocessor in ARM!ˉs
new Cortex family. With high performance and power efficiency, it targets a wide
variety of mobile and consumer applications including mobile phones, set-top boxes,
gaming consoles and automot ...
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | == ...