搜索资源列表
JavaScript-count
- 用Javascr ipt制作趣味计数器.该方法的关键是Cookie技术和动态图像特性的综合运用。使用Cookie,可以在用户端的硬盘上记录用户的数据,下次访问此站点时,即可读取用户端硬盘的Cookie,直接得知来访者的身份和访问次数等有关信息。Javascr ipt中通过document.cookie属性访问Cookie,这个属性包括名字、失效日期、有效域名、有效URL路径等。用等号分开的名字和其值是Cook ie的实际数据,本例中用来存储该访问者访问该页面的次数。通过把Web页中的图像映
sharedPreDemo
- Android应用程序通常都要依赖数据存储,而且这种存储必须不丢失数据,并且能够有效、简便的使用和更新这些数据。本例实现了在Android环境下通过Shared Preferences方式来存储 “键-值”格式的数据。-Android applications typically have to rely on data storage, and this storage must not lose data, and be effective, easy to use and update t
A
- A*(A-Star)算法是一种静态路网中求解最短路最有效的方法,估价值与实际值越接近,估价函数取得就越好。该上传的内容是一个A*算法的模拟实现。-A* (A-Star) algorithm is the most effective way to short-circuit a static road network to solve the valuation closer to the actual value, the valuation function is achieved, the
astar-master
- A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algo