搜索结果
找到约 181 项符合
least 的查询结果
按分类筛选
- 全部分类
- matlab例程 (25)
- 其他书籍 (21)
- 数学计算 (18)
- 书籍 (9)
- 技术资料 (8)
- 其他 (8)
- 人工智能/神经网络 (6)
- 书籍源码 (5)
- Java编程 (5)
- 数值算法/人工智能 (4)
- 通讯/手机编程 (4)
- Linux/Unix编程 (4)
- 文件格式 (3)
- 文章/文档 (3)
- 电源技术 (2)
- 电子书籍 (2)
- 压缩解压 (2)
- 游戏 (2)
- 编译器/解释器 (2)
- 多国语言处理 (2)
- 通讯编程文档 (2)
- 嵌入式/单片机编程 (2)
- 单片机开发 (2)
- 数据结构 (2)
- FlashMX/Flex源码 (2)
- 中间件编程 (2)
- VC书籍 (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 源码 (1)
- 软件 (1)
- 其他 (1)
- 单片机编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- 学术论文 (1)
- DSP编程 (1)
- 操作系统开发 (1)
- 通信网络 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- Modem编程 (1)
- 编辑器/阅读器 (1)
- 企业管理 (1)
- 网络 (1)
- 汇编语言 (1)
- 微处理器开发 (1)
- Delphi控件源码 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- 其他嵌入式/单片机内容 (1)
- 人物传记/成功经验 (1)
- Jsp/Servlet (1)
- 认证考试资料 (1)
- Ajax (1)
书籍 MEMS+Lorentz+Force+Magnetometers
Nowadays sensors are part of everyday life in a wide variety of fields: scientific
applications, medical instrumentation, industrial field, ...and, last but not least,
popular mass production and low-cost goods, like smartphones and other mobile
devices. Markets and business behind the field of sens ...
matlab例程 Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (
Toolbox for Numerical Computing with MATLAB (by Cleve Moler).
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technical computing. The emphasis is on in-
formed use of mathematical software. We want you learn enough abou ...
Java编程 Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concep
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machi ...
matlab例程 New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we
New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.
Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to H ...
matlab例程 GloptiPoly 3: moments, optimization and semidefinite programming. Gloptipoly 3 is intended to so
GloptiPoly 3: moments, optimization and
semidefinite programming.
Gloptipoly 3 is intended to solve, or at least approximate, the Generalized Problem of
Moments (GPM), an infinite-dimensional optimization problem which can be viewed as
an extension of the classical problem of moments [8]. From a th ...
行业发展研究 In computer vision, sets of data acquired by sampling the same scene or object at different times, o
In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessa ...
书籍 Wireless+Networking+Complete
This chapter provides extensive coverage of existing mobile wireless technologies. Much of the
emphasis is on the highly anticipated 3G cellular networks and widely deployed wireless local
area networks (LANs), as the next-generation smart phones are likely to offer at least these two
types of conne ...
书籍 Fundamentals_of_Global_Positioning_System1
The purpose of this book is to present detailed fundamental information on a
global positioning system (GPS) receiver. Although GPS receivers are popu-
larly used in every-day life, their operation principles cannot be easily found
in one book. Most other types of receivers process the input signals ...
微处理器开发 his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Mak
his project was built and tested with WinAVR-20060125.
Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!!
To build the code, just install WinAVR and run "make" from the console in echomaster and
echoslave subdirs.
"make program" will program the device if yo ...
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...