日期:2014-05-18  浏览次数:20386 次

[请问,这种软件怎么做?]
我想用.NET开发一个程序,输入一种资源名称后,点击一个按钮,然后它就到网上搜索最匹配的资源,然后直接出现在迅雷的“建立新的下载任务”确认框里了?而且在程序中显示资源的来源地、大小、介绍等信息,而且是要与用户所需最匹配的资源。

要做这种软件,有什么难点需要注意和突破的??用.NE平台T开发。。。

本人菜鸟,请各位大虾指教,,,,万谢。。

------解决方案--------------------
我想用.NET开发一个程序,输入一种资源名称后,点击一个按钮,然后它就到网上搜索最匹配的资源,然后直接出现在迅雷的“建立新的下载任务”确认框里了?而且在程序中显示资源的来源地、大小、介绍等信息,而且是要与用户所需最匹配的资源。

要做这种软件,有什么难点需要注意和突破的??用.NE平台T开发。。。
-----------------
好家伙...搜索引擎...


这个难,200分都没人来。。
------------
200分?200万人民币还差不多...
------解决方案--------------------
不实用的功能,不要把人想成傻瓜,这种东西再智能,也需要确认
至于你说的匹配,就要做搜索引擎之类的东西,比较难
------解决方案--------------------
firstly, you must define the place where you wanna find the resource and the algorithm for the best matched.My suggestion is the gougou.com and the best algorithm is the first item appeared in the search result.

secondly,after the first step, you can send httpwebreuqest to gougou.com, and grab the response string, and then parse it to get the needed informtion.

thirdly, you need to find out how to invoke xunlei tool automaticly. I think the operation should be very simple. Then after the steps, you can download the resource you need.

btw:the feature you need is confining you to trust xunlei search engine technique.

Good luck.

------解决方案--------------------
除了 这是 业务需要求

如果是这样 可能需要 迅雷的API吧

搜索出来 就 在下载 让用户觉得不安全 我是不会在去第二次这个网的