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

搜索资源列表

  1. ltWAIT

    0下载:
  2. 4-11 最优服务次序问« 问题描述:设有n 个顾客同时等待个顾客的服务次序才能使平总和除以n。« 编程任务:对于给定的n个顾客需要的服务时间,编程计算最优服务次序。« 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示有n 个顾客。接下来的1 行中,有n个正整数,表示n个顾客需要的服务时间。« 结果输出:将编程计算出的最小平均等待时间输出到文件output.txt。输入文件示例 输出文件示例input.txt output.t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:63.55kb
    • 提供者:林天
  1. 33

    0下载:
  2. 声明一个Document类,有数据成员name,从Document派生出Book类,增加数据成员PageCount-Statement of a Document class, data member name, derived from the Document Class Book, increase data members PageCount
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1kb
    • 提供者:史建浦
  1. 2

    0下载:
  2. 黑色星期五 源程序名    friday.??? (pas,c,cpp) 可执行文件名 friday.exe 输入文件名   friday.in 输出文件名 friday.out 13号又恰好是星期五真的很特殊吗?也就是说,13号出现在星期五的几率比出现在其它周日的几率小吗?要回答这个问题,写一个程序计算13日出现在星期日,星期一,……星期六的次数(在给定的N年时间中)。这个时间段为1900年1月1日到1900+N-1年12月31日。N为非负整数,不超过400。
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:9.97kb
    • 提供者:哈密瓜
  1. 33

    0下载:
  2. 异步串行口与PC机的接口实验 异步串行口与PC机的接口实验-Asynchronous serial port and the PC-Interface Experiment asynchronous serial port and the PC-Interface Experiment
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:3.94kb
    • 提供者:hulei198391
  1. Csharp

    1下载:
  2. 有用的源码,帮助学习,Autodesk官方最新的.NET教程(C#) 第 1 章 Hello World: 访问 ObjectARX .NET 封装类 1 第 2 章 .NET AutoCAD 向导及Editor类 2 第 3 章 数据库基础: 创建我们自己的Employee 对象 4 第 4 章 数据库基础2: 添加自定义数据 9 第 5 章 用户互操作:提示和选择 17 第 6 章 更多的用户界面:添加自定义数据 24 第 7 章 事件 -Useful sourc
  3. 所属分类:CSharp

    • 发布日期:2016-02-28
    • 文件大小:3.57mb
    • 提供者:suolee
  1. Winlogon_killer

    0下载:
  2. Winlogon劫持记录3389密码小工具[开源代码]-Password Winlogon gadget hijacking Records 3389 [source code]
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:78.94kb
    • 提供者:小鎏
  1. Lottery2

    0下载:
  2. 简易33选1彩票生成,C#制作,有开始和停止功能-Easy generation of 33-to-1 Lottery
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:213.15kb
    • 提供者:mr891127
  1. 33

    0下载:
  2. 鼠标穿透窗体。用户在对桌面进行操作时,为了使桌面更加美观,可以在桌面的上面加上一层类似于玻璃的效果-The mouse through the form. Users operate on the desktop, in order to make the desktop more beautiful, you can add a layer on top of the desktop that resembles the effect of the glass
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:53.34kb
    • 提供者:王华
  1. PDFKit.NET_2.0.33.0

    0下载:
  2. dotnet下进行pdf文件的各种编辑的开发包程序,非常方便。-dotnet pdf files under the various editing procedures for the development package is very convenient.
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:11.46mb
    • 提供者:sunny
  1. 33

    1下载:
  2. c++绘制随机数统计图 通过编程产生大量-50~50之间的随机自然数,每次产生一个就在相应的统计图位置处增加一个符号-c++ to draw random numbers generated by programming a large number of charts-50 ~ 50 random natural number between, each produce a statistical chart in the appropriate location to add a symbo
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:644kb
    • 提供者:莫小奕
  1. Snake

    0下载:
  2. 蛇的活动区是由57×33个小方格组成,当这些小方格呈现深灰色时,便表示蛇身。蛇是由n个相邻的方格组成,将这些方格的坐标依蛇头到蛇尾的次序放入到一个数组中便代表了蛇身。当蛇在活动区中游动一格时,所对应的的数组操作为,将新的位置坐标插入到数组的头部,同时将数组中最后一个元素删除。 游戏使用四个方向键和A/W/S/D来控制蛇的前进方向,在OnKeyDown()消息处理函数中,根据不同的方向键设置了成员变量m_nDirect的值。当在菜单中选择开始时,启动定时器,游戏开始。在定时器消息处理函数中,根
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:72.08kb
    • 提供者:吴忠
  1. 33

    0下载:
  2. 关于声波传播过程中各个网线的布置规律及技巧的c语言程序-About the wave propagation process in all of the network cable layout rules and techniques of the c language program
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:2.9kb
    • 提供者:草原户
  1. 33

    0下载:
  2. 外国一个期刊上的关于波传播中系数和参数设定的程序,十分具有参考价值-Foreign a journal about wave propagation coefficient and parameter setting procedure is very valuable reference
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:2.48kb
    • 提供者:草原户
  1. 33

    0下载:
  2. 关于静校正的c语言程序,里面的考虑很详细,很全面。值得借鉴-About the statics of the c language program, which is considered very detailed, very comprehensive. Worth learning
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:8.52kb
    • 提供者:孙路
  1. 33

    0下载:
  2. 这是我在编程中的苏第一枪。它可能是一位专业 一般用途,但。我们的地震折射数据已组织 接收机的网站集,每一集的痕迹的信号 对于不同的拍摄一个位置,每道头进行偏移 从接收机的位置射门。我们可以把组件的痕迹 一个接收器收集空间,任意选择一个痕迹的收集 “中心”的痕迹和使用之间的差异在炮点偏移 组件的痕迹和“中心”作为一个跟踪轨迹偏移的痕迹。然后 “中心”跟踪各种慢线绘制在每个样品 收集并符合震级最大的总和取代样品
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:6.62kb
    • 提供者:孙路
  1. 33

    0下载:
  2. 是我的bison-2陆地地震记录转换程序 设备。我添加了下面的大多数规范。另一半休息 在程序的注释(是不是)。-is my conversion program for the BISON-2 land seismic recording apparatur. I appended most of the specification below. The other half rests as comments in the program (it is not re
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:9.72kb
    • 提供者:孙路
  1. wwwroot-2014.05.21-16.33.19

    0下载:
  2. 学生选课系统,毕业设计,网上下载修改后的内容-Student Choose Course System
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:712.08kb
    • 提供者:June
  1. 33

    0下载:
  2. CF*源码 CF*源码 -CF CF external source external source CF external source
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:58.2kb
    • 提供者:李大
  1. ASP.NET-DatetimeFormat

    0下载:
  2. ASP.NET中时间格式的转换 有时候我们要对时间进行转换,达到不同的显示效果 默认格式为:2005-6-6 14:33:34 如果要换成200506,06-2005,2005-6-6或更多的该怎么办呢 我们要用到:DateTime.ToString的方法(String, IFormatProvider)-a datatime format to change a string format in asp.net
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:cheyx
  1. PSO

    0下载:
  2. This paper propose a Firefly algorithm (FA) for optimal placement and sizing of distributed generation (DG) in radial distribution system to minimize the total real power losses and to improve the voltage profile. FA is a metaheuristic algori
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:999byte
    • 提供者:AMIR555
搜珍网 www.dssz.com