CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - cities

搜索资源列表

  1. 750

    0下载:
  2. 仍然是求解旅行商遍历若干城市的程序源代码,以文本形式给出,可以用c#平台运行-is still traveling salesman for a number of cities in the traversal of program source code, the form is given to the text. c # can run platform
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15.49kb
    • 提供者:刘艳
  1. 最小生成树问题

    0下载:
  2. 最小生成树的数据结构解法,若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网-minimum spanning tree data structure solution, if a n cities between building communications networks needed to put up only n-1 line can be. How the lowest economic cost of building the com
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.92kb
    • 提供者:黎明
  1. E-MAP

    0下载:
  2. 关于世界城市的电子地图,c#开发,经过辛勤努力地结果-about WORLD CITIES
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:515.63kb
    • 提供者:tian
  1. 1

    0下载:
  2. 无向图 遍历链表并依次输出其的结点值向网表示n个城市之间通信网络的建设计划-Undirected graph traversal list and followed by the output node of its value to the net means that n communication network between the cities plan to build
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:倪晓俊
  1. 3efb96aa-a038-498c-b29f-a093933bf485

    0下载:
  2. 通过 WEB SERVICE 获得天气预报 Winform 源代码,可获得400个中外城市天气预报-WEB SERVICE access to weather forecasts through the Winform source code, available to 400 Chinese and foreign cities Weather Forecast
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1.14mb
    • 提供者:李松
  1. 53607898tsp

    0下载:
  2. 旅行商问题,用于在N个城市中求最短路径问题的源程序-Traveling salesman problem, for the N cities seeking the source shortest path problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:4.29kb
    • 提供者:gfs
  1. WeatherReport

    0下载:
  2. 通过发送html请求,并解析stream,获取指定城市的天气情况-By sending a html request and parse stream, get the weather conditions in selected cities
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:257.06kb
    • 提供者:田会鹏
  1. co031219

    0下载:
  2. tsp问题中求解城市间距离最短的问题 环境C-tsp problem solving the shortest distance between cities in the problem environment, C++
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:682.22kb
    • 提供者:孔令波
  1. Address

    0下载:
  2. C#省市组合框选择代码,选择省,出现对应的市-C# combo box to select the code cities, select provinces, there corresponds to the city
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:39.61kb
    • 提供者:Henry
  1. myWeather

    1下载:
  2. C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致
  3. 所属分类:CSharp

    • 发布日期:2014-05-15
    • 文件大小:3.18mb
    • 提供者:wangpopo
  1. ChinaAddressManager(VS2010PSQL2008)

    0下载:
  2. 选择省会,自动关联城市,选择城市制动关联县市!-Select the provincial capital, associated cities, select cities brake associated counties!
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:4.11mb
    • 提供者:熊波
  1. FrmBookTicket

    0下载:
  2. 飞机购票系统,根据出发城市 和 目的地城市选择机票,购买机票的数量-The number of airplane ticket system, according to the city of departure and destination cities select flights, buy tickets
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:65.56kb
    • 提供者:张建豪
  1. tcshzs

    0下载:
  2. 功能介绍: 通过winform调用webseverice获取指定地区三日内的天气状况和生活指数, ,包含城市介绍,风向等信息,可以切换城市查找。同时学会使用webseverice-Features: Find winform to call webseverice access to designated areas within three days, weather conditions and living index, introduced include a city, th
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:1.3mb
    • 提供者:sdfasd
  1. 30TSP-Cs

    0下载:
  2. 使用C#算法解决30个城市的旅行商问题(TSP),程序代码内有详细的说明,适合C#语言的入门学习。-Using C# algorithm to solve the traveling salesman problem in 30 cities (TSP), the program code with detailed instructions for the C# language learning portal.
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:4.35kb
    • 提供者:刘育成
  1. EST2

    0下载:
  2. 有一推销员,欲到n(n<=10)个城市推销产品。为了节省旅行费用,在出发前他查清了任意两个城市间的旅行费用,想找到一条旅行路线,仅经过每个城市一次,且使旅行费用最少。-There are a salesman, I want to n (n < = 10) cities to promote their products. To save travel costs, identify him before departure arbitrary travel expenses bet
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1.12kb
    • 提供者:叶小轩
  1. fyG26

    0下载:
  2. Battle Over Cities,有关图的最短路径的,小数据测试无误,大数据会有BUG-Output ASCII code 128
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:243.83kb
    • 提供者:陈三
  1. WeatherWeb

    0下载:
  2. 程序通过访问公共天气的服务器进行全世界各大城市天气的时时查询。-Program in major cities around the world always check the weather server access via public weather.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:71.82kb
    • 提供者:liang
  1. QueryIPAndMPhone

    0下载:
  2. C#编写一个查询程序,用于查询IP所属城市和手机号码归属地,在Bin目录中,已备好测试数据,IPData.dat为IP数据文件,MPhoneData.dat为手机号码归属地数据文件,程序的实现也是很简单的,只是一些数据库的查询操作,在查询前,判断了数据文件是否不存在,如果不存在则弹出提示。注:测试里面的数据只是测试用,可能并不太准确,而且不太全面,你需要自己收集完整的IP和号码数据-C# write a query program, used to query IP belongs cities
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:766.04kb
    • 提供者:ypudn65
  1. cityquery

    0下载:
  2. C#通过读取TXT文件的内容,实现全国各省市城市信息的查询,打开程序后,载入含有全国城市信息的TXT文本,Bin目录下有。另外对C#界面编写不熟悉的,实际上可通过本实例学习一下窗体制作,如何在窗口中使用ICO图标等小技巧-C# by reading the contents TXT files, city information for query provinces and cities nationwide, and open the program, load TXT text messa
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:638.46kb
    • 提供者:ypudn87
  1. SA_Tsp

    0下载:
  2. 模拟退火旅行商问题用C#语言编写的,有界面计算城市之间旅行最短行程问题-Simulated annealing traveling salesman problem written in C# language, the interface to calculate the shortest path problem traveling between cities
  3. 所属分类:CSharp

    • 发布日期:2017-06-17
    • 文件大小:25.28mb
    • 提供者:jason
« 12 »
搜珍网 www.dssz.com