搜索结果

找到约 166 项符合 Next 的查询结果

数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state

Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. ...
https://www.eeworm.com/dl/518/476996.html
下载: 65
查看: 1071

单片机开发 Main program running when workpiece is ready on deferent belt(deferent_ready=ture). * Call Squ

Main program running when workpiece is ready on deferent belt(deferent_ready=ture). * Call Square_Wave subroutine to generate 0.5ms square wave on P1.2 to drive * electromotor,then drive deferent belt step forward. When it steps to the measure * zone, it stops to be me ...
https://www.eeworm.com/dl/648/484237.html
下载: 38
查看: 1064

Java编程 利用KMP算法

利用KMP算法,求的模式字符串的next[]数组
https://www.eeworm.com/dl/633/484799.html
下载: 147
查看: 1054

MySQL数据库 The book uses a task-oriented structure that allows you to work through the steps necessary to insta

The book uses a task-oriented structure that allows you to work through the steps necessary to install MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate data stored in those databases, administer the MySQL database management system, and connect to MyS ...
https://www.eeworm.com/dl/688/486466.html
下载: 104
查看: 1051

其他 这是KMP字符串匹配算法的实现代码

这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题
https://www.eeworm.com/dl/534/489775.html
下载: 127
查看: 1059

Linux/uClinux/Unix编程 两个链表的交集

两个链表的交集 #include<stdio.h> #include<stdlib.h> typedef struct Node{   int data;   struct  Node *next; }Node; void initpointer(struct Node *p){   p=NULL; } int  printlist(struct Node* head){   int flag=1;   head=head->next;   /*   因为标记1的地 ...
https://www.eeworm.com/dl/502540.html
下载: 1
查看: 46

单片机编程 7143_keilC51v612完全解密版

        keil C51 v6.12 完全解密版的安装说明      安装方法是先将V6.12安装程序用复制到某个目录下,如复制到D:\keilC51  然后执行D:\keilC51\setup\setup.exe 安装程序,选择安装Eval Version版进  行安装。  注册码:K199U-20071-12A9U      当出 ...
https://www.eeworm.com/dl/507779.html
下载: 2
查看: 38

多媒体处理 透明音乐播放器

[开源 绿色软件] [运行环境 Windows XP/7/8/10] [语言 简体/繁體/English/Unicode] A cool music player. Powered by Bass and BassVis. 极简本地音乐播放器,透明、纯文本界面。支持轻媒体库、歌词、可视化。最小化到托盘,占用资源少,适合边听音乐边工作。 应网友要求,加入了Tag编辑、自动切换列表、播放队列、鼠标手 ...
https://www.eeworm.com/dl/511585.html
下载: 2
查看: 224

源码 运动会源代码

#include <malloc.h>       #include <stdio.h>       #include <stdlib.h>       #include <string.h>       #define NULL 0    &nbsp ...
https://www.eeworm.com/dl/513814.html
下载: 2
查看: 9

源码 c#简单计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513825.html
查看: 35