Welcome![Sign In][Sign Up]
Location:
Search - web ranking

Search list

[Windows Developmindistance

Description: 最短路径算法源码,很多人需要的。本人载网站开发gis,游自编的最短路径查询程序,速度特快,3万节点,35000条路全部遍历,只需1秒。现将最短路径的思路告诉大家,希望大家在优化,并用不同语言编制,我正在学delphi,准备用delphi做成库,本例以由拓扑关系的arc/info 文件为数据源。其中a1,b1,c1是以fnode排序生成的数组,a1对应fnode,b1对应tnode,c1对应length,同样a2,b2,c2,是以tnode 生成的数组。Indexa1是对应某一起点与其相连的终点的个数,indexb1时对应某一终点与其相连的起点的个数,即其拓扑关系。 -shortest path algorithm source, a lot of people in need. I gis contained web site development, Yu directed the shortest path query procedures, speed express routes, 30,000 nodes, all 35,000 traverse the road, only a seconds. Now Shortest Path tell you the idea that we should optimization, and use different language, delphi is studying, I wanted to use delphi caused basement, in the cases from the arc topology / info file as the data source. Which a1, b1, c1 fnode ranking is generated by the array, a1 fnode counterparts, b1 counterparts tnode, c1 corresponding length, the same a2, b2, c2, tnode is generating array. Indexa1 counterparts is a starting point, linked with the end of the number, indexb1 counterparts at a terminal connected to its starting point the number, which is its topologic
Platform: | Size: 2416 | Author: x | Hits:

[Graph program793r

Description: 版主要修改了以下地方: 1、修改了网站风格,过年了嘛 2、增加班级排行功能,调动用户进入班级的积极性 3、去掉新闻功能,此栏目实在是多余的,一点用也没有 4、学校/班级明星改为10个名额,改为第一名头像显示,其余文字显示 5、修正班级相册和投票的一些错误,还有其它小错误也进行了修复 6、论坛增加了移帖功能 7、论坛增加了多版主功能-revised version of the following main areas : 1, which amended the web site style and the Chinese New Year is just two and increase class ranking functions, users enter classes mobilize the enthusiasm of three, eliminating information functions, this column is really uncalled for, nor with 1:00 4 the school / class star with 10 places, with the first portrait that shows the remaining five characters, that album, and voting classes of the mistakes, there are other small errors in the repair of six, the Forum to increase the functional shift TIE 7, Forum moderator increased by more functional
Platform: | Size: 1466383 | Author: jinxin | Hits:

[JSP/JavajavaSort

Description: 该演示程序最初来自Sun公司的Java网站。笔者添加了另外三个算法(插入,堆和Shell排序)。这样一共有六个排序算法同时演示,(包括起泡排序,双向起泡和快速排序 )。-the initial demo program from Sun's Java Web site. The author adds another three algorithms (insertion, sculpture and Shell ranking). A total of six such an algorithm also demonstrated (including bubble sort, bidirectional bubble and the rapid sequencing).
Platform: | Size: 11064 | Author: 虚空 | Hits:

[JSP/JavajavaSort

Description: 该演示程序最初来自Sun公司的Java网站。笔者添加了另外三个算法(插入,堆和Shell排序)。这样一共有六个排序算法同时演示,(包括起泡排序,双向起泡和快速排序 )。-the initial demo program from Sun's Java Web site. The author adds another three algorithms (insertion, sculpture and Shell ranking). A total of six such an algorithm also demonstrated (including bubble sort, bidirectional bubble and the rapid sequencing).
Platform: | Size: 10240 | Author: 虚空 | Hits:

[Windows Developmindistance

Description: 最短路径算法源码,很多人需要的。本人载网站开发gis,游自编的最短路径查询程序,速度特快,3万节点,35000条路全部遍历,只需1秒。现将最短路径的思路告诉大家,希望大家在优化,并用不同语言编制,我正在学delphi,准备用delphi做成库,本例以由拓扑关系的arc/info 文件为数据源。其中a1,b1,c1是以fnode排序生成的数组,a1对应fnode,b1对应tnode,c1对应length,同样a2,b2,c2,是以tnode 生成的数组。Indexa1是对应某一起点与其相连的终点的个数,indexb1时对应某一终点与其相连的起点的个数,即其拓扑关系。 -shortest path algorithm source, a lot of people in need. I gis contained web site development, Yu directed the shortest path query procedures, speed express routes, 30,000 nodes, all 35,000 traverse the road, only a seconds. Now Shortest Path tell you the idea that we should optimization, and use different language, delphi is studying, I wanted to use delphi caused basement, in the cases from the arc topology/info file as the data source. Which a1, b1, c1 fnode ranking is generated by the array, a1 fnode counterparts, b1 counterparts tnode, c1 corresponding length, the same a2, b2, c2, tnode is generating array. Indexa1 counterparts is a starting point, linked with the end of the number, indexb1 counterparts at a terminal connected to its starting point the number, which is its topologic
Platform: | Size: 2048 | Author: x | Hits:

[Graph program793r

Description: 版主要修改了以下地方: 1、修改了网站风格,过年了嘛 2、增加班级排行功能,调动用户进入班级的积极性 3、去掉新闻功能,此栏目实在是多余的,一点用也没有 4、学校/班级明星改为10个名额,改为第一名头像显示,其余文字显示 5、修正班级相册和投票的一些错误,还有其它小错误也进行了修复 6、论坛增加了移帖功能 7、论坛增加了多版主功能-revised version of the following main areas : 1, which amended the web site style and the Chinese New Year is just two and increase class ranking functions, users enter classes mobilize the enthusiasm of three, eliminating information functions, this column is really uncalled for, nor with 1:00 4 the school/class star with 10 places, with the first portrait that shows the remaining five characters, that album, and voting classes of the mistakes, there are other small errors in the repair of six, the Forum to increase the functional shift TIE 7, Forum moderator increased by more functional
Platform: | Size: 1466368 | Author: jinxin | Hits:

[Windows DevelopPageRank2

Description: python写的一个pagerank计算的程序,需要用到python处理数组矩阵的模块numpy,pagerank算法在google搜索引擎网页重要程度排序中用到-python write a pagerank calculation procedures, the need to use python modules deal with the array matrix numpy, pagerank algorithm in google search engine ranking the importance of web pages used in
Platform: | Size: 1024 | Author: 石头 | Hits:

[Othersofthy127e

Description: 1、网站分类已经详细添加,无需更改。 2、支持多用户注册,一个用户可以添加多个网站,网站需要管理员审核后才会显示。 3、目前模板支持页脚修改,后台支持网站标题、关键字、描述的编辑。 4、后台管理注册网址,分类:推荐、快速、隐藏、删除。 5、支持给注册网址添加推荐信息,支持注册用户对其它注册网址添加留言。 6、支持用户自行添加网站缩略图地址,添加网站时自动获取ALEXA排名。 -1, the website has already given a detailed classification add, no need to change. 2, support for multi-user registration, a user can add multiple sites, site administrators need to review until after the show. 3, the current support footer template changes the background to support the web site title, keyword, description editor. 4, background management of the registration Web site, classification: Recommended, fast, hide, delete. 5, support the recommendation to add the URL for registration information, support of other registered users to add Web site message. 6, support for users to add Web site thumbnails address, add a site to automatically obtain ALEXA ranking.
Platform: | Size: 524288 | Author: 人偶 | Hits:

[WEB Codeadmin5

Description: 仿ADMIN5站长黄页 1、网站模板以及功能模仿ADMIN5站长黄页。 2、支持用户注册、信息、密码修改,添加站点时由用户添加PR、ALEXA等信息。 3、支持网站点击排行、显示10条最新加入网站、同城分类、同城新闻信息。 4、由用户录入同城新闻信息、作者与主页,支持站点信息搜索。-Yellow Pages ADMIN5 imitation station 1, the site template as well as the functional mimic ADMIN5 Yellow Pages station. 2, support for user registration, information, modify your password, add the site by the user to add PR, ALEXA information. 3, support for web site ranking, showing the latest addition to 10 sites, city classification, city news and information. 4, by the user input city news and information, the author and the home page, support site information search.
Platform: | Size: 136192 | Author: 黄一韩 | Hits:

[WEB Codetvstation

Description: 电视台网站源码 包揽全国所有p2p节目,安装即有4000左右数据。 更新说明: 1、修正部分页面标题显示不全,和分类页标题不显示。 2、优化程序效率,去掉冗余代码 3、修正由于兼容性导致的后台无法登陆。 4、解决更新数据慢问题。 5、添加了今日排行和本月排行,去掉总排行。 6、修正安装文件提示错误。 7、修正IE7,firefox显示不正常。 -TV Web site source sweep all the p2p programs that have installed around 4000 data. Update Description: 1, to amend part of the title page shows incomplete, and classification of the title page is not displayed. 2, optimization of procedures for efficiency, to remove redundant code 3, as amended as a result of the compatibility of the background can not lead to landing. 4, to resolve the issue of updated data slowly. 5, added today Ranking Ranking and this month, to remove the total ranking. 6, the amendment prompted the installation file error. 7, amendments to IE7, firefox shows abnormal.
Platform: | Size: 565248 | Author: maohuihua | Hits:

[WEB Codezfs

Description: 安装说明: 1、确认安装了Internet信息服务管理器,并允许执行ASP文档 2、安装Myodbc软件,可进群共享或是官方下载 3、将下载的Web全部放入到IIS的指定目录 4、设置Web中的config.asp,修改成您自己喜好的设置 5、打开浏览器测试网站是否能够正常访问 注意本程序必须安装 MyODBC 这款软件已经打包好了 功能: 在线2转 帐号注册 角色排行功能 新人领声望 加入防CC和防注入功能-Installation instructions: 1, to confirm the installation of Internet Information Services Manager, and allows the implementation of ASP document 2, the installation of Myodbc software into the group to share or 3 official download will download all the Web Add to the IIS directory designated 4, Web settings in config.asp, be amended to set your own preferences 5, open the browser test site is a normal visit to note that this procedure must be installed MyODBC This software has been packaged better features: register online 2 to account the role of a new ranking function Link popularity by adding anti-CC and anti-injection function
Platform: | Size: 2633728 | Author: he | Hits:

[WEB Codewzdh

Description: 网站排行导航,ASP网站,有需要的下去-Web site ranking, navigation, ASP Web site, there is a need to continue the
Platform: | Size: 812032 | Author: TAOYM | Hits:

[Windows Developalexa

Description: 本程序可查指定网址的alexa排名。 为了支持原创,请保留该处注释,谢谢! 作者:下载摆渡 上百度 下摆渡,摆资料 渡难关 下载摆渡 http://www.downbaidu.com 超过10万的海量信息与知识,并以日增数千的速度递增; 包罗万象的资讯类别,提供管理、营销、教育、专题等无限数据; 本站PR=3 本站愿与同类网站做友情连接 QQ:174322509-This procedure can be found on the designated website alexa ranking. In order to support the original, please preserve the notes, thank you! Author: download ferry on the ferry the next Baidu, to tide over the crisis facing the information downloaded more than 100,000 ferry http://www.downbaidu.com mass of information and knowledge, and increasing the speed of thousands of incremental all-inclusive category of information, provide management , marketing, education, topics such as infinite data site PR = 3 site is willing to work with to do the same Web site Link QQ: 174322509
Platform: | Size: 3072 | Author: yuanxl | Hits:

[OtherAlexaBooster32

Description: 商业版可以向你的网站发送假的请求,大幅度的增加你的网站的点击率和排名 name:www.mycodes.net sn:042392934239-Commercial version could be sent to your Web site leave request, a substantial increase in your site s click-through rate and ranking name: www.mycodes.netsn:042392934239
Platform: | Size: 806912 | Author: xuxunjian | Hits:

[Search EngineGooglePR

Description: Google PageRank (网页级别) 是 Google 搜索引擎用于评测一个网页“重要性”的一种方法。 Google 通过 PageRank 来调整结果,使那些更具“重要性”的网页在搜索结果中另网站排名获得提升,从而提高搜索结果的相关性和质量。 主要功能: 1、Google PR值在线查询,直接读取Google官方数据; 2、小偷工具,无需维护数据; 3、DIV+CSS模板方便修改; 4、免费、开源程序 -Google PageRank (PageRank) is the Google search engine for evaluating a web page " importance" of a method. Google adopted to adjust the results of PageRank, so that more " importance" in the search results page of another site' s ranking in the enhanced, thereby enhancing the relevance of search results and quality. Main functions: 1, Google PR value of online information, read the Google official data directly 2, thieves tools, the need to safeguard data 3, DIV+ CSS template to facilitate modification 4, free, open source
Platform: | Size: 38912 | Author: Ki_龙 | Hits:

[Software Engineering3vmOOA

Description: 将库存的图书目录按照不同分类存放在后台数据库里,用户通过Web方式调阅和查询,对销售的图书感兴趣的用户可以通过注册用户信息后下订单购书。主要功能如下: 1、 系统设置:数据库设置,图书类别设置,管理员设置,用户级别设置 2、 图书库管理:实现对图书进行编目、修改、删除、查询功能 3、 图书订购:实现用户在线订购图书 4、 查询功能:查询方式提供模糊查询和分类查询方式 5、 统计功能:提供各种统计功能,如图书销售排行、用户购买统计等 6、 其他:公告、用户投诉等 各功能的具体描述见D。 -Inventory catalog of different categories in accordance with the database stored in the background, the way users access and Web inquiries, the sales of books of interest to users registered users can place an order book information. Main function is as follows: 1, system settings: database settings, set the book category, the administrator settings, the user-level settings 2, database management books: the realization of inventory on the books, modify, delete, search functions 3, Book Ordering: Order books online users 4, the inquiry: to provide query and classification of fuzzy query query 5, statistical functions: to provide a variety of statistical functions, such as book sales ranking, user statistics, such as the purchase of 6, Others: Notice, user complaints Specific description of each function, see D.
Platform: | Size: 214016 | Author: ligold | Hits:

[.netAlexaSys

Description: Alexa刷排名系统C#.NET源码,四层架构,网页模板-Alexa ranking System Brush C#. NET source code, four-tier structure, web page templates
Platform: | Size: 726016 | Author: 内核阅读器 | Hits:

[Windows DevelopRelationalwebsearch

Description: It is process of creating a websearch engine. and the page ranking technique is also used with the help of owl parser
Platform: | Size: 2560000 | Author: jagadesh | Hits:

[Software Engineeringweb-rank

Description: Abstract—Service-oriented computing and Web services are becoming more and more popular, enabling organizations to use the Web as a market for selling their own Web services and consuming existing Web services others. Nevertheless, with the increasing adoption and presence of Web services, it becomes more difficult to find the most appropriate Web service that satisfies both users’ functional and nonfunctional requirements. In this paper, we propose an effective Web service ranking approach based on collaborative filtering (CF) by exploring the user behavior, in which the invocation and query history are used to infer the potential user behavior. CF-based user similarity is calculated through similar invocations and similar queries (including functional query and QoS query) between users.-Abstract—Service-oriented computing and Web services are becoming more and more popular, enabling organizations to use the Web as a market for selling their own Web services and consuming existing Web services others. Nevertheless, with the increasing adoption and presence of Web services, it becomes more difficult to find the most appropriate Web service that satisfies both users’ functional and nonfunctional requirements. In this paper, we propose an effective Web service ranking approach based on collaborative filtering (CF) by exploring the user behavior, in which the invocation and query history are used to infer the potential user behavior. CF-based user similarity is calculated through similar invocations and similar queries (including functional query and QoS query) between users.
Platform: | Size: 718848 | Author: Maddy | Hits:

[AI-NN-PRPageRank

Description: 自己实现机器学习十大算法中的网页排名算法,经过测试,算法运行很好-Own machine learning algorithm to achieve the top ten web ranking algorithm, tested, the algorithm runs very well
Platform: | Size: 7168 | Author: lidabao | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net