搜索:represent
找到约 38 项符合「represent」的查询结果
结果 38
按分类筛选
- 全部
- 技术资料 (6)
- Java编程 (4)
- 单片机编程 (3)
- 其他 (3)
- 通讯/手机编程 (2)
- 其他书籍 (2)
- 书籍 (1)
- 电源技术 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 测试测量 (1)
- 文件格式 (1)
- 数学计算 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- 人工智能/神经网络 (1)
- Java书籍 (1)
- VHDL/FPGA/Verilog (1)
- matlab例程 (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- VIP专区 (1)
https://www.eeworm.com/dl/542/453709.html
其他书籍
In the rectangle packing problem, encoding schemes to represent the placements of rectangles are t
In the rectangle packing problem, encoding
schemes to represent the placements of rectangles
are the key factors of efficient algorithms. In
1995, an epoch-making encoding scheme
https://www.eeworm.com/dl/542/453711.html
其他书籍
In the rectangle packing problem, encoding schemes to represent the placements of rectangles are th
In the rectangle packing problem, encoding schemes
to represent the placements of rectangles are the key
factors determining the efficiency of algorithms. SEQP
AIR is one of the most sophisticated encoding sheme,
which has been considered to have a small solution
space
https://www.eeworm.com/dl/682/258288.html
中间件编程
Resampling is the operation of converting from audio represented at one sampling rate to a represent
Resampling is the operation of converting from audio represented at one sampling rate to a representation at another sample rate with minimum losses.
https://www.eeworm.com/dl/639/283377.html
文件格式
Samples are artificially generated and in no way represent particular individuals. Human names, comp
Samples are artificially generated and in no way represent particular individuals. Human names, company names, colleges, software product names are intentionally made up.
https://www.eeworm.com/dl/534/406524.html
其他
Huffman codes 􀂄 In telecommunication, how do we represent a set of messages, each with an
Huffman codes
&#1048708 In telecommunication, how do we represent a
set of messages, each with an access
frequency, by a sequence of 0’s and 1’s?
&#1048708 To minimize the transmission and decoding
costs, we may use short strings to represent
more frequently used messages.
&#10 ...
https://www.eeworm.com/dl/633/410866.html
Java编程
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, ...
https://www.eeworm.com/dl/647/370109.html
嵌入式/单片机编程
These instances, whenmapped to an N-dimensional space, represent a core set that can be used to con
These instances, whenmapped to an N-dimensional space, represent a core set that can be
used to construct an approximation to theminimumenclosing ball. Solving the SVMlearning
problem on these core sets can produce a good approximation solution in very fast speed.
For example, th ...
https://www.eeworm.com/dl/641/206778.html
数学计算
This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the ar
This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.
https://www.eeworm.com/dl/656/427483.html
Java书籍
Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane.
Use a one-dimensional array of primitive type boolean to represent the seating chart of the
plane. Initialize all the elements of the array to false to indicate that all the seats are
empty. As each seat is assigned, set the corresponding elements of the array to true to
indicate ...
https://www.eeworm.com/dl/519/444350.html
加密解密
Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access fr
Huffman codes
1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s?
2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages.
3.This problem can be ...