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

搜索资源列表

  1. 9

    0下载:
  2. 功能: 可通过M键切换显示模式:日期(年、月、日)、时间(小时、分、秒)、秒表(小时、分、秒、1/100秒)、闹钟(小时、分、秒)。 在日期显示模式,可通过A键依次使年、月、日闪烁或变色,这时可通过I键加1调整。 在时间显示模式,可通过A键依次使小时、分、秒闪烁或变色,这时可通过I键加1调整。 在秒表显示模式,可通过I键切换(启动/暂停)计时,当暂停计时时可通过A键复位。 在闹钟显示模式,可通过A键依次使On/Off标志、小时、分、秒闪烁或变色,这时可通过
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4919
    • 提供者:高振轩
  1. Bit_Map

    0下载:
  2. 实现了手机Gps客户端,可以接受并解析Gps信号,显示在线地图和实时路况-Mobile Gps achieve client can accept and parse the Gps signal, display online maps and real-time traffic
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:287502
    • 提供者:lxp
  1. di9ti

    0下载:
  2. 有N个小孩围成一圈并依次编号,教师指定从第M个小孩开始报数,报到第S个小孩即令其出列。然后从下一个孩子继续报数,数到第S个小孩又令其出列,如此直到所有的孩子都出列。求小孩出列的先后顺序。 -With N a child form a circle and turn number of teachers designated starting from the reported number of M a child, report the first S out of a child or ma
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:246829
    • 提供者:nawang
  1. CSharp_SmartCard_Wrapper

    1下载:
  2. When working with the Omnikey 5321, i couldn t find a C# library for this reader. The reader can be called via the Windows SmartCard API, Additional commands can be send with the Omnikey API. In this pack, i ve included the Omnikey syncronous API w
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3803560
    • 提供者:mastermattie
  1. Josephus

    0下载:
  2. 是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -The application is a mathematical problem: given n individuals (in numbers 1,2,3 ... n, respectively) sitting around a round table a
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:13476
    • 提供者:吕济根
  1. m

    0下载:
  2. 权限管理系统,完整源码,包括web实例,winform实例-Rights management system, complete source code, including the web instance, winform example
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2208631
    • 提供者:杨见
  1. Business

    0下载:
  2. I m dung.Icom from BG City.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:233292
    • 提供者:dungek
  1. mxulie

    0下载:
  2. 自己做的一个基于c++做的一个M序列,支持各种长度的M序列,绝对可也运行。-Based on their own to do a c++ to do a M series, support the M sequences of various lengths, the absolute can also run.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1029
    • 提供者:贺志恒
  1. SMPL_PROJ_DevCpp

    0下载:
  2. M/M/1 queue simulation
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:28866
    • 提供者:bukte
  1. SharpFormEditorDemo

    0下载:
  2. form editor this a very easy form editor using c# and I dont have anything else to say leave me alone I m getting nuts-form editor this is a very easy form editor using c# and I dont have anything else to say leave me alone I m getting nuts
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:337689
    • 提供者:mammad
  1. code

    0下载:
  2. Here I m going to show you can use the SharePoint object model to read sharepoint list using C#. To do this in your custom webpart or feature first you have to add the reference to Microsoft.Sharepoint.dll (Then in your code use "using Microsoft
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:8319
    • 提供者:Vihanga
  1. AddItem

    0下载:
  2. Here I m going to show you can use the SharePoint object model to Add item to sharepoint list using C#. To do this in your custom webpart or feature first you have to add the reference to Microsoft.Sharepoint.dll (Then in your code use "using Mi
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:8171
    • 提供者:Vihanga
  1. create

    0下载:
  2. In this article I’m going to discuss how we can create a SharePoint list programmatically in c# and how we can add columns to the created list. Actually this is very simple task this is a sample code. In the above code I have created Generic list and
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:8125
    • 提供者:Vihanga
  1. listview

    0下载:
  2. In this post I’m going to describe how you can programmatically add a view to SharePoint list or Document Library. You can get this work done by using SPViewCollection.Add Method (Microsoft.SharePoint), Given code creates a view in the collection w
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8351
    • 提供者:Vihanga
  1. CS

    1下载:
  2. 关于压缩感知重构算法, 压缩感知(Compressive Sensing, or Compressed Sampling,简称CS),是近几年流行起来的一个介于数学和信息科学的新方向,由Candes、Terres Tao等人提出,挑战传统的采样编码技术,即Nyquist采样定理。-Reconstruction algorithm on compressed sensing, compressive sensing (Compressive Sensing, or Compressed Sampl
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:122645
    • 提供者:zhongyi
  1. 15.2

    0下载:
  2. 面向对象的应用实例,帮助C++学习者掌握类的应用-use of class,help us know how to use C++ and this is an example and I think it is helpful.I m sure this will be useful
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:775
    • 提供者:朱燕
  1. Multiplication

    0下载:
  2. 控制台应用程序:输入输出。要求:输入两个值m,n,输出m,n直接的乘法表-Console application: input and output. Requirements: Enter the two values ​ ​ m, n, the output m, n multiplication table directly
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:20521
    • 提供者:立夏
  1. curvefit

    0下载:
  2. 调用方法: CurveFitting fitting = new CurveFitting() double[] xs = fitting.Fitting(xv, yv, n, m) 说明: 拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至ga
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:2265
    • 提供者:renyuhui
  1. mydate

    0下载:
  2. 检查闰年的方法 class MyDate { private static int[] Months=new int[13]{0,31,28,31,30,31,30,31,31,30,31,30,31} private int year private int month private int day //公有的方法,对外提供的服务 public MyDate() { year=1900 month=1
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1331
    • 提供者:Maple
  1. 4-7

    0下载:
  2. 请输入您的姓名请输入您的性别(男:M/女:F)请输入您的年龄-Please enter your name Please enter your gender (male: M/F: F) Please enter your age
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:524
    • 提供者:
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com