-
220KV substation voltage relay device microcomputer operating principle of the p...
220KV电压等级变电站微机操作继电器装置的二次回路原理程序-220KV substation voltage relay device microcomputer operating principle of the procedure secondary circuit
- 2022-05-15 23:49:18下载
- 积分:1
-
welch
weltch窗函数滑动平均法,适合于初学信号处理的读者(Moving average of weltch window function.it is suitable for the readers who fistly learn the signal processing)
- 2020-12-27 10:09:02下载
- 积分:1
-
911516
- 2017-09-27 20:09:10下载
- 积分:1
-
多目标遗传算法案例—权重系数法
说明: 针对解决可以采用权重系数分配的工程优化问题(Engineering optimization problem for solving weight coefficient allocation)
- 2019-01-18 13:00:40下载
- 积分:1
-
lptoolbox.tar
对输入信号进行拉普拉斯金字塔分解,得到不同尺度的图像信号。(The input signal is decomposed by Laplasse Pyramid, and image signals of different scales are obtained.)
- 2018-04-10 15:01:16下载
- 积分:1
-
彩虹正版授权站源码
彩虹正版授权系统免费使用谢谢.........(Rainbow Authorization System is free to use. Thank you.)
- 2020-08-15 00:58:27下载
- 积分:1
-
hulf
设计一个哈夫曼编码器
要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。
① 组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。
② 输入数据序列的长度为256。
③ 先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Designing a Huffman Encoder
Huffman coding is required for a data sequence to minimize the average code length and output the coded and coded data sequence of each element.
(1) The elements that make up the sequence are the 10 digits [0-9], and each digit is represented by its corresponding 4-bit binary number. For example, 5 corresponds to 0101, 9 corresponds to 1001.
(2) The length of the input data sequence is 256.
(3) First output the encoding of each element, and then output the Huffman encoding sequence corresponding to the data sequence.)
- 2019-06-19 21:49:58下载
- 积分:1
-
类numberlistener实现ActionListener {
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i
- 2022-02-28 23:01:36下载
- 积分:1
-
achieve the waterfalls
java 实现的瀑布效果-银河落九天的效果,效果生动-achieve the waterfalls- Galaxy charged nine effect, the effect vivid
- 2022-02-06 17:31:59下载
- 积分:1
-
VC++ 全局择优算法编写的游戏源码
VC++ 全局择优算法编写的游戏源码,根据八数码问题全局择优算法编写而成,游戏名称:九宫 第8小组,游戏玩法和说明:用鼠标左键点击可移动(0旁边)的数字,数字就会自动移动,当你将对应的数字移动到与目标图相对应的位置时,就算完成了任务,你每移动一次,计数器将增加一次记数。
- 2022-05-04 21:35:56下载
- 积分:1