-
poj_3134 IDA*
#include
#include
#include
#include
#include
#include
using namespace std;
int deep,n;
int v[1005]={1};
int h(int top)
{
int k=deep-top;
int x=v[top];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-14 00:25:02下载
- 积分:1
-
敏感词wordbank
package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
- 2022-01-26 05:07:53下载
- 积分:1
-
有线网络仿真实验
有线网络仿真实验 里面有我自己写的无线网络仿真tcl文件,直接在ns2中运行就可以了
- 2022-02-05 07:03:29下载
- 积分:1
-
c常用算法的实现经典代码。
c常用算法的实现经典代码。 -c commonly used algorithm for the realization of the classical code.
- 2022-10-02 09:45:03下载
- 积分:1
-
求树的层次的算法
求树的层次的算法-level for the tree algorithm
- 2022-03-24 09:51:33下载
- 积分:1
-
51俄罗斯方块程序
应用背景记得在很小的时候,有一种掌上游戏机,里面有一款游戏叫做俄罗斯方块,
那时的我们只是简单的按照游戏规则进行“堆积木”,而其中的原理却很少有人去思考,毕竟当时的我们都还很年幼。 基于单片机课程设计的机会,我们这个小组将使用51单片机和8x8led的组合,来实现比较简单的俄罗斯方块设计。关键技术此次设计初期是在keil和proteus联合仿真中进行,编程语言为51汇编,后期是进行实物焊接。
论文描述了俄罗斯方块的主要功能函数的实现,算法分析和实物焊接过程中遇到的问题。
- 2023-09-02 13:40:03下载
- 积分:1
-
基于遗传算法的K-means算法研究
(Genetic Algorithm Based K-means algorithm, related program and algorithm description.)
- 2022-06-01 23:06:04下载
- 积分:1
-
Newton down France
Newton下山法-Newton down France
- 2022-05-08 08:21:53下载
- 积分:1
-
数值处理算法程序
数值处理算法程序-numerical algorithm
- 2022-02-05 16:22:44下载
- 积分:1
-
最尺度法的C++算法程序,计算速度较快较精确
最尺度法的C++算法程序,计算速度较快较精确-The most scales of the C++ algorithm program to calculate a more accurate speed
- 2022-06-15 15:26:40下载
- 积分:1