E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
AStar
通用
Astar
算法 通用A星算法 通用A*算法
写RPG游戏的时候,解决怪物寻路问题的时候写的,寻路是正确的,效率虽然说不高,但是还是满足了游戏里面的寻路要求。提供了4个算法,其中2个是用POINT结构体来输入输出的,还有一个是用自定的结构体来输入输出的,同时函数接受一个数据源,只要自己实现那个Adapter的GetData接口就行了,所以无论你的数据是怎么样的,不用改动原先的代码即可寻路。SEARCH_OFFSET_X和SEARCH_OFFS
sryan
·
2012-12-06 17:00
tomcat欢迎主页面无法显示
8080转为8009server.html文件中把关于此句的注释关闭这样才好用了改完后形式如下: 重新启动catalin
astar
t
平渡飞扬
·
2012-12-01 09:00
tomcat欢迎主页面无法显示
8080转为8009server.html文件中把关于此句的注释关闭这样才好用了改完后形式如下: 重新启动catalin
astar
t
平渡飞扬
·
2012-12-01 09:00
学习Visual C++实例精通 第14章 网络开发
技术要点: *在使用套接字接口之前,需要调用函数WS
AStar
tup来初始化套接字环境。
陈破虏
·
2012-11-29 20:02
VC++网络开发
MFS--分布式文件系统
MasterServer---192.168.1.2ChunkServer---192.168.1.3Client---192.168.1.4} 一,安装MasterServer,为了更好的看到效果,在M
astar
tServer
hezhentaolove
·
2012-11-29 00:08
分布式
文件系统
MFS
MFS--分布式文件系统
MasterServer---192.168.1.2ChunkServer---192.168.1.3Client---192.168.1.4}一,安装MasterServer,为了更好的看到效果,在M
astar
tServer
hezhentaolove
·
2012-11-29 00:08
文件系统
分布式
MFS
7 Habits of Highly Effective People
记录给自己看.用作回忆.
Astar
-attend-study-teach-apply-review7个习惯1beproactive2Beginwiththeendinmind3putfirstthingsfirst4thinkwin-win5seekfirsttounderstand
xpbug
·
2012-11-27 16:00
寻路(
AStar
/A星/A*)算法
一提到“A*算法”,可能很多人都有"如雷贯耳"的感觉。用最白话的语言来讲:把游戏中的某个角色放在一个网格环境中,并给定一个目标点和一些障碍物,如何让角色快速“绕过障碍物”找出通往目标点的路径。(如下图)在寻路过程中,角色总是不停从一个格子移动到另一个相邻的格子,如果单纯从距离上讲,移动到与自身斜对角的格子走的距离要长一些,而移动到与自身水平或垂直方面平行的格子,则要近一些。为了描述这种区别,先引入
laogong5i0
·
2012-11-26 13:00
游戏
算法
基于winsocket的UDP的数据单向通信过程
利用WS
AStar
tup(wVersionRequested,&WSAData);启动网络资源3. 申请本地的SOCKET:(
YanMY2012
·
2012-11-25 16:00
网络
winsocket
Astar
求两点之间最短路径算法(转载+自己注释)
A*(A-Star)算法是一种静态路网中求解最短路最有
Astar
算法在静态路网中的应用效的方法。
gdtwgz
·
2012-11-21 21:27
最短路径
astar
tomcat远程调试
startup.bat在尾部修改成以下列方式启动 setJPDA_ADDRESS=8000 #貌似不需要setJPDA_TRANSPORT=dt_socket #貌似不需要call"%EXECUTABLE%"jpd
astar
t
hunterli
·
2012-11-18 20:00
tomcat
调试
远程
关于mysql+mmm+amoeba+keepalived启动命令 保存
/usr/local/amoeba/bin/amoeb
astar
& keepalived的启动命令:1./etc/rc.d/init.d/keepalivedstart
wulantian
·
2012-11-16 18:00
poj 2449 k短路
然后用对于正向图,利用
ASTAR
算法,利用优先队列,估价函数为f[i]=w+d[i],意思就是,我走了一个距离w,还有最短d[i]距离再到k,满足d[i]k短路。
nash142857
·
2012-11-09 20:00
Linux IO重定向/IO Redirection
IORedirectionUNIXhadtheconceptofIOredirectionlongbeforeDOScopiedandb
astar
disedtheconcept.TheUNIXIOredirectionconceptisfundamentaltomanyofthethingsthatyoucandowithUNIX
jiyanfeng1
·
2012-11-09 03:00
套接字函数及其理解
#include“winsock.h” //引用头文件 #pragmacomment(lib,”ws2_32.lib”) //链接库文件此外,使用套接库函数前需要初始化套接字,使用函数WS
AStar
tup
sszgg2006
·
2012-11-07 01:00
数据结构
socket
struct
Stream
服务器
pascal
关于socket编程中基本函数介绍
说明:在使用Socket时,需要在lib库中使用ws2_32.lib; 1、WS
AStar
tup:初始化套接字环境,本函数必须是应用程序或DLL调用的第一个Windows Sockets
hanxuedog
·
2012-11-03 13:00
socket编程
Socket 各函数细节解析
一、WS
AStar
tup函数 intWS
AStar
tup( WORDwVersionRequested, LPWSADATAlpWSAData ); 使用Socket的程序在使用Socket之前必须调
jiazhanwei365
·
2012-10-30 16:00
linux oracle命令
sqlplusoracle/passwd@ORCLSQL>connoracle/passwd@ORCL 手动启动: 用oracle用户登录(或su-oracle) lsnrctlstartsqlplus/assysdb
astar
tupe
87305931
·
2012-10-30 15:36
oracle
linux
简单的 C++ SOCKET编程 ---基于TCP/IP协议
voidmain(){ //创建套接字 WORDmyVersionRequest; WSADATAwsaData; myVersionRequest=MAKEWORD(1,1); interr; err=WS
AStar
tup
Plutus_Lee
·
2012-10-27 09:00
WinSock C++编程获取网页
32.lib")usingnamespacestd;#defineDEFAULT_PAGE_BUF_SIZE1048576voidmain(){WSADATAwsaData;interr;err=WS
AStar
tup
huangxy10
·
2012-10-26 23:41
面试专题——网络知识
WS
AStar
tup函数 和WSACleanup 函数
http://www.cppblog.com/nightsky0911/articles/165483.html一、WS
AStar
tup函数 intWS
AStar
tup
yunjinwang
·
2012-10-26 11:00
C语言可变参数列表应用——多字符串复制和链接
提供以下3个宏以及va_list变量: va_start(va_listap,l
astar
g):在提取可变参数前必须调用这个宏实现初始化。 va_
pi9nc
·
2012-10-23 19:00
c&c++
欢迎阅读本人译书《测试驱动的iOS开发》
本书勘误提交及整理:http://agilemobidev.com/e
astar
lee/book/test_driven_ios_development_errata/本书内容讨论及建议:http://
愛飛翔
·
2012-10-23 01:37
开发
iOS
手机
软件测试
欢迎阅读本人译书《测试驱动的iOS开发》
本书勘误提交及整理:http://agilemobidev.com/e
astar
lee/book/test_driven_ios_development_errata/ 本书内容讨论及建议:http:/
�埏w翔
·
2012-10-23 01:37
ios
开发
手机
测试驱动
C语言可变参数列表应用——多字符串复制和链接
提供以下3个宏以及va_list变量: va_start(va_listap,l
astar
g):在提取可变参数前必须调用这个宏实现初始化。
chosen0ne
·
2012-10-17 23:00
Winsock 的初始化
首先是调用 WS
AStar
tup()来加载合适的WinsockDll版本其中两个参数WORDwVersionRequested加载库的版本LPWSADATAlpWSAData关于版本信息的结构体typedefstructWSAData
IT_YUAN
·
2012-10-16 10:00
windows
socket
网络协议
dll
平台
Sockets
CMD下启动与关闭程序
:
Astar
t"" "D:\ProgramFiles\Tencent\QQ\Bin\QQ.exe"ping127.0.0.1-n2taskkill/f/imQQ.exegotoA
hbyh
·
2012-10-14 10:52
cmd
ubunt samba
我安装了ubuntu10.4,安装后系统就自带了samba 但是无法使用samba命令,提示需要安装samba4 安装后可以使用sudo/etc/init.d/samb
astar
t/stop/restart
zhangxu365
·
2012-10-10 11:00
windows
ubuntu
获取本机IP地址
#include #pragmacomment(lib,"WS2_32.lib") boolLoadWinSock() { WSADATAwsData; intnReasult=::WS
AStar
tup
sagakiss
·
2012-10-07 01:00
ural 1577 E-mail
ural1577E-mailE-mailTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64u[Submit] [GoBack] [Status] DescriptionVasy
astar
tedtousetheInternetnotsolongago
struggle_mind
·
2012-10-01 21:00
winsock编译遇到的链接问题
写了个简单的服务器socket接收客户端请求,可是在编译时出现以下提示:Linking...IProxy.obj:errorLNK2019:unresolvedexternalsymbol__imp__WS
AStar
tup
ab198604
·
2012-10-01 11:00
Linux源码printf函数实现
defineva_round_size(TYPE)(((sizeof(TYPE)+sizeof(int)-1)/sizeof(int))*sizeof(int))//4的整数倍 7#defineva_start(AP,L
ASTAR
G
ilvu999
·
2012-09-29 16:00
C语言标准库概览详述[7]-变长参数
7.1va_start7.2va_arg7.3va_endvoidva_start(va_listap,l
astar
g); typeva_arg(va_listap,type); voidva_end
borsyu
·
2012-09-19 12:00
c
list
语言
oracle 利用level对部门进行等级层次划分
.*,levelfromadam_departments
astar
twitha.p_dept_id='0'connectbypriora.dept_id=a.p_dept_id;根节点的父idp_dept_id
hu_shengyang
·
2012-09-17 22:00
decorator模式---C++
原文1:http://blog.csdn.net/dylgsy/article/details/876323原文2:http://www.cnblogs.com/b
astar
d/archive/2012
a324539017
·
2012-09-17 16:00
设计模式
Decorator
Class
scroll
selenium录制后回放报错
Linkh
astar
get'_blank',whichisnotsupportedinSelenium详细描述:如果你要点击的链接代码是这样: ,那么由于target="_blank",点击这个链接
814360924
·
2012-09-13 10:15
selenium
录制
poj 2420 A Star not a Tree?(模拟退火求费马点)
AStar
notaTree?
fp_hzq
·
2012-09-12 15:00
Integer
System
input
NetWork
each
output
javascript笔记1
functiontestParams() { varparams=""; for(vari=0;i 1.2创建动态函数格式:varvarName=newFunction(argument1,...,l
astAr
gument
china_wanglong
·
2012-09-07 21:00
How to Set the /3GB Startup Switch in Windows
en-us/library/bb124810(EXCHG.65).aspx TopicLastModified:2006-04-19WindowsServer2003includessupportfor
astar
tupswitchthatletsyoutunetheallocationofuseofmemoryandmemoryaddres
freebile
·
2012-09-07 09:42
window
3gp
Linux下oracle安装完毕 连接PL/SQL
阅读更多安装完毕测试:sqlplus/nologconn/assysdb
astar
tupcreateuserxxxidentifiedbyxxx;grantconnect,resource,dbatoxxx
原水小子
·
2012-09-06 17:00
linux
oracle
CentOS
Linux下oracle安装完毕 连接PL/SQL
安装完毕测试:sqlplus /nologconn /as sysdb
astar
tup create user xxx identified by xxx; grant connect
原水小子
·
2012-09-06 17:00
oracle
linux
centos
POJ 2352 stars
DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthelevelof
astar
beanamountofthestarsthatarenothigherandnottotherightofthegivensta
ultimater
·
2012-09-03 07:00
C++
File
input
each
output
Numbers
欢迎阅读本人译书《Android游戏开发实践指南》
本书勘误提交及整理:http://agilemobidev.com/e
astar
lee/book/learning_android_game_programming_errata/本书内容讨论及建议:http
愛飛翔
·
2012-09-01 23:24
Android
新书
游戏
编程语言
欢迎阅读本人译书《Android游戏开发实践指南》
本书勘误提交及整理:http://agilemobidev.com/e
astar
lee/book/learning_android_game_programming_errata/本书内容讨论及建议:http
�埏w翔
·
2012-09-01 23:24
游戏
android
开发
手机
新书
XCode 4.2.1 项目的几个模版说明
XCode4.2.1项目的模版截图: SingleViewApplication Thistemplateprovides
astar
tingpointforanapplicationthatusesasingleview.Itprovidesaviewcontrollertomanagetheview
chang6520
·
2012-08-30 18:00
xcode
application
iPhone
ipad
interface
ios5
socket相关程序从windows移植到linux下需要注意的
windows移植到linux下需要注意的1)头文件windows下winsock.h/winsock2.hlinux下sys/socket.h错误处理:errno.h2)初始化windows下需要用WS
AStar
tuplinux
syj_comeon
·
2012-08-29 10:53
linux
windows移植
socket相关
socket
服务器端编程的步骤:1:加载套接字库,创建套接字(WS
AStar
tup()/socket());2:绑定套接字到一
sooolo
·
2012-08-27 16:00
编程
tcp
socket
Stream
服务器
Sockets
Socket文件传输过程详解
第一阶段:Socket连接服务器端(发送文件):首先打开文件【fopen】,用rb方式打开,既可以发送文本文件,也可以发送二进制文件,在无错时初始化套接字socket,即初始化socket库【WS
AStar
tup
jiazhanwei365
·
2012-08-15 00:00
工作
socket
服务器
FP
文件传输工具
域名获取IP地址【 gethostbyname()函数】详解
函数讲解:一、WS
AStar
tup函数 intWS
AStar
tup ( WORDwVersionRequested
jiazhanwei365
·
2012-08-14 19:00
POJ 2352 Stars
DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthelevelof
astar
beanamountofthestarsthatarenothigherandnottotherightofthegivensta
hongqiang
·
2012-08-14 12:00
segment
Tree(线段树)
上一页
56
57
58
59
60
61
62
63
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他