-
convert binary data of RADAR to 8 bits bitmap implement enhanced LEE filtering a...
将微波遥感的二进制数据转换成8位位图,然后对其实现增强LEE滤波以及sigma滤波算子,并可以对位图进行缩放显示-convert binary data of RADAR to 8 bits bitmap implement enhanced LEE filtering and sigma filtering can zoom and display the bitmap
- 2022-03-16 02:12:53下载
- 积分:1
-
把邮件从popmail3成卷目录
dump mail from popmail3 into spool subdirectory
- 2022-03-04 04:26:51下载
- 积分:1
-
词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet。...
词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet。-Vocabulary comparison procedures. Able to compare two lexical similarity procedures, based on wordnet.
- 2022-01-25 14:25:10下载
- 积分:1
-
制作个性化界面以及实现制作多国语言切换
制作个性化界面以及实现制作多国语言切换-create personalized interface and the achievement of producing a language switch
- 2022-03-06 08:05:27下载
- 积分:1
-
将位图文件转成AVI视频文件(暂没有加音频)帧频可以自由设定。...
将位图文件转成AVI视频文件(暂没有加音频)帧频可以自由设定。-Bitmap file will be converted into AVI video files (not temporary increase audio) frame rate can be set free.
- 2022-01-22 14:55:33下载
- 积分:1
-
TLV解析示例程序
本示例程序使用C#程序语言编写了整个金融IC卡,卡片交易过程中产生的以TLV格式的数据解析功能。方便了解金融IC卡整个卡片底层的交互过程。
- 2023-02-11 05:35:03下载
- 积分:1
-
FTP站点搜索工具
FTP站点搜索工具-FTP site search tool
- 2022-03-22 14:25:05下载
- 积分:1
-
开源的PHP POS为中小型企业
Open source PHP POS for small to medium sized companies
- 2022-03-10 01:37:15下载
- 积分:1
-
Package and then write the specific program can be read and write functions LCD1...
文件包然后写出其具体功能LCD12864读写程序可C51控制-Package and then write the specific program can be read and write functions LCD12864 control C51
- 2022-07-28 09:03:09下载
- 积分:1
-
1背包问题是NP难题。0
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
- 2022-03-25 00:00:51下载
- 积分:1