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

搜索资源列表

  1. proj

    0下载:
  2. 学校招生学生选择专业,用ASP.NET做WEB页面让学生登录查看,注册,用VB.NET做客户端让学校管理员填写招生计划,课程安排,专业设立等,教师填写学生分数-School enrollment,students select specialty.Web page with ASP.NET,it let students login,register.Client with VB.NET,let school administrator fill up enrollment plan,cours
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:957100
    • 提供者:肖晴
  1. asp.net虚拟主机信息探针

    0下载:
  2. ASP.NET虚拟主机信息探针,主要作用是用来探测.NET虚拟主机的一些重要的信息,如绝对路径、域名、IP地址,服务器组件等设置程序所必要的信息之外,本探针还有测试.NET虚拟主机运行C#代码速度及虚拟目录资源占用状况的功能,如果你准备购买.NET空间的朋友可以用这个探针来对虚拟主机作一测试以作参考 , ASP.NET探针,功能与其它语言的探针相差无几,注意的是如果你是在外国主机使用探针的话请连同web.config一起上传,否则探针会出现乱码。-ASP.NET virtual host i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6452
    • 提供者:时岭
  1. huffman另类方案

    0下载:
  2. huffman 编码译码另类方案 ,所有权值有用户自定义,方便用户使用和自行决定-Huffman encoding decoding an alternative plan, ownership values are user-defined, user-friendly and to decide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:45984
    • 提供者:bob
  1. 图的邻接表实现

    1下载:
  2. 图的邻接表示实现。用来在C++环境下实现图的邻接表示。(数据结构程序)-adjacent said of the plan to achieve. C environment for the realization of the plan under the adjacent said. (Data Structure procedure)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1444
    • 提供者:李慧
  1. 16.在有向图中查找由v1到v2的所有路径

    0下载:
  2. 建立一个有向图 给定任意2个顶点 求得两个顶点间的所有路径 然后打印 数据结构中有此例题-to establish a plan to set arbitrary vertex obtained two vertices between the two paths before all print data structure of this example
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13820
    • 提供者:赵麟
  1. guanjian

    0下载:
  2. c语言实现关键路径。预先设定图,可输入权值,希望能满足一些人需要-Critical Path. The pre-set plan, the right value to be imported, hoping to meet some people who need
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26272
    • 提供者:小鸟
  1. chart-C

    0下载:
  2. 用做C#做的一个画饼分图的组件,开发环境:visual studio.net 2003-used to make C# do a U. points of the plan components, development environment : visual Studio.NET 2003
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:70211
    • 提供者:周玄
  1. H123abc1

    0下载:
  2. 校园导游咨询 (1)设计你的学校的校园平面图,所含景点不少于10个 -campus tour guides advice (1) design your school campus plan, contained no less than 10 spots
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1764
    • 提供者:wefserg
  1. graphLinklist

    0下载:
  2. 把图存储成链表格式的算法,输入点和边,然后用链表把整个图存储-the plan into a chain store format algorithms, and the input side, then the whole chain store plans
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7367
    • 提供者:杨锐
  1. Certified_for_Windows_Vista

    0下载:
  2. If you plan to obtain the Certified for Windows Vista logo for a .NET application, this article will be useful for you. Here you will find a simple but complete (certifiable) VB.NET + C# desktop application, including the full source code of both the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:363062
    • 提供者:dozingcat
  1. war3

    0下载:
  2. 一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,上漆,装刹车,装门等等。任务之间具有先后关系,例如在装轴之前必须先将底板放上装配线。任务的先后顺序可用有向图表示——称为顶点活动( Activity On Vertex, AOV)网络。有向图的顶点代表任务,有向边(i, j) 表示先后关系:任务j 开始前任务i 必须完成。图1 - 4显示了六个任务的工程,边( 1 , 4)表示任务1在任
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:911136
    • 提供者:sdg
  1. sc

    0下载:
  2. 校园导游咨询基本要求: (1)设计你的学校的校园平面图,所含景点不少于10个(食堂.教学楼。。。。等)。以图中顶点表示学校各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。(2)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 (3)为来访客人提供图中任意景点相关信息的查询。测试数据:由读者根据实际情况指定。实现提示:一般情况下,校园的道路是双向通行的,可设校园平面图是一个无向网。顶点和边均含有相关信息-campus tour gui
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3689
    • 提供者:唐瑜
  1. Csharp_clock_alarm

    0下载:
  2. csharp写的一个时钟程序,带有闹钟和一个简单的任务计划功能-CSharp written procedures for a clock with alarm clock and a simple function of the task plan
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2486352
    • 提供者:薛明
  1. caigou.

    0下载:
  2. 计划采购物资名称、数量、价格、时限信息的录入与修改,形成每周采购计划单。-Plan the procurement of goods name, quantity, price, time of entry and modification of information to form a single weekly procurement plans.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:11553
    • 提供者:sundebin68
  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
    • 文件大小:1441
    • 提供者:倪晓俊
  1. 3dprodutshow

    0下载:
  2. 可以将平面图摸拟成3的的代码,是c#的请看清楚在下载-Simulation can plan into the code 3 is the c# Please look in the download
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:19114
    • 提供者:张好
  1. zuixiaoshengchengshu

    0下载:
  2. 1. 掌握最小生成树的基本概念。 2. 掌握求最小生成树的方法。 创建一个邻接表用来存放带权图。 -1. Grasp the basic concept of minimum spanning tree. 2. To master the methods for minimum spanning tree. Create an adjacent table used to store with the right plan.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:18063
    • 提供者:bartok
  1. xiaoyuan

    0下载:
  2. 设计一个校园导游程序,为来访客人提供各种信息查询服务。测试数据根据实际情况指定。提示:一般情况下,校园的道路是双向通行的,可设校园平面图是一个无向图。顶点和边均含有相关信息。-Procedure to design a campus tour guide for visitors to provide information services. Test data specified according to the actual situation. Tip: In general, the
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:476129
    • 提供者:张亦楠
  1. the-loan-payment-plan

    0下载:
  2. 输入贷款额,贷款年限和利率,程序输出分期还款的计划-Enter the loan, the loan period and interest rate, the program output in installment payment plan
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:734
    • 提供者:陈云杰
  1. plan

    0下载:
  2. 开发的一个打飞机游戏适合初学者联系使用,包含声音跟图片,使用的是vc2010-This is a fight plan game
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:519454
    • 提供者:bbkers
« 12 3 »
搜珍网 www.dssz.com