搜索结果
找到约 70 项符合
lower 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (9)
- 其他 (6)
- 书籍 (6)
- 技术管理 (4)
- 技术书籍 (3)
- matlab例程 (3)
- 模拟电子 (2)
- 电源技术 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 工控技术 (2)
- 数学计算 (2)
- Java编程 (2)
- VC书籍 (2)
- 其他书籍 (2)
- 电子书籍 (2)
- 数值算法/人工智能 (2)
- 技术资料 (2)
- 通信网络 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 通讯编程文档 (1)
- 单片机开发 (1)
- 其他嵌入式/单片机内容 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 编译器/解释器 (1)
- VHDL/FPGA/Verilog (1)
- 人工智能/神经网络 (1)
- 微处理器开发 (1)
- 文章/文档 (1)
- 接口技术 (1)
- 论文 (1)
工控技术 xilinx FPGAs在工业中的应用
The revolution of automation on factory floors is a key driver for the seemingly insatiable demand for higher productivity, lower total cost of ownership,and high safety. As a result, industrial applications drive an insatiable demand of higher data bandwidth and higher system-level perform ...
其他 The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fai ...
通讯编程文档 The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be abl
The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be able to communicate with other users!
One other goal with this project was to lower the GPRS-traffic in the phone and make the ICQ-ing cheaper.
A third goal was to make this service as easy to log-in t ...
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...
单片机开发 * DEFINITION * This is the header file for a library module used to calculate the median * of a
* DEFINITION
* This is the header file for a library module used to calculate the median
* of a list of values. It finds the value that would be in the center if
* the list were sorted. If the list contains an even number of values, the
* lower of the two center values is reported. The values th ...
电子书籍 Listed below are the typographical conventions used in this guide. – Example C++ code and commands
Listed below are the typographical conventions used in this guide.
– Example C++ code and commands to be typed by the user are in non-bold characters in typewriter
font.
– Items where the user has to supply a name or number are given in lower-case italic characters in
typewriter font.
– Sections ...
其他嵌入式/单片机内容 The MATLAB coding style, project options and synthesis directives can have a significant effect on t
The MATLAB coding style, project options and synthesis directives can have a significant effect on the final results. Knowledge about how a particular algorithm should be implemented in hardware can be reflected in the MATLAB code to improve the results. In doing so, the MATLAB loses a bit of its ab ...
VC书籍 Here s the code! Too many people ask for this Using this code you can save an image item as a jpeg
Here s the code! Too many people ask for this
Using this code you can save an image item as a jpeg image, specifying the quality of it. Jpeg quality is the same as compression so the lower the quality, the smaller the file size. It s simple to use
matlab例程 %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,
%CHECKBOUNDS Move the initial point within the (valid) bounds.
% [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars)
% checks that the upper and lower
% bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf
% if necessary) warn if too long. Also make LB and UB vectors if not
% a ...
matlab例程 %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the %
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
% l is the vector of lower bounds, u is the vector of upper
% bounds. Vector dv is 0-1 sign vector (See ?? for more detail.)
%
% Copyr ...