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

搜索资源列表

  1. 0302

    0下载:
  2. 能够对文件和文件夹的名称以及后缀名,按照一定的规则进行批量修改。-Able to file and folder names and suffixes, according to certain rules make bulk edits.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:168480
    • 提供者:zhangdan
  1. CSharp-gets-the-Green-time

    0下载:
  2. C#自己写的获取格林时间的代码,很简单,本来是打算做成获取网上时间的-C# write access time of Green code, very simple, had intended to make access to the Internet time
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:3765
    • 提供者:别黄昏
  1. wh_lab

    0下载:
  2. 可以进行实验室的管理预约,适合学生和老师使用-Laboratory management can make an appointment
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:29178
    • 提供者:xiejianghui
  1. WeatherGet

    0下载:
  2. C#制作天气预报(根据城市不同动态得获得天气预报)-C# make weather forecasts (depending on the dynamic city has to get the weather forecast)
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:lili
  1. addGas-greed

    0下载:
  2. 一辆汽车加满油后可以行驶N千米。旅途中有若干个加油站。若要使沿途的加油次数最少,设计一个有效的算法,指出应在那些加油站停靠加油。并证明你的算法能产生一个最优解。-You can fill up a car after driving N kilometers. There are several gas stations journey. To make the minimum number of refueling along the way to design an efficient a
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:70436
    • 提供者:gut
  1. Simulated-bank-ATM-interface

    0下载:
  2. 详细介绍了银行ATM交换界面,使用C语言来实现,使我们学会灵活使用C语言来编写使用程序。-Bank ATM exchange interface was introduced in detail, using C language to achieve, we learn to make flexible use C language to write the program.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:220282
    • 提供者:小海
  1. Tanks-war

    0下载:
  2. 详细介绍了坦克大战游戏,使用C语言来实现,使我们学会灵活使用C语言来编写使用程序。-Tanks war game was introduced in detail, using C language to achieve, we learn to make flexible use C language to write the program.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:36743
    • 提供者:小海
  1. Ping-pong-balls

    0下载:
  2. 详细介绍了乒乓球游戏,使用C语言来实现,使我们学会灵活使用C语言来编写使用程序。-Introduced the ping-pong game, using C language to achieve, we learn to make flexible use C language to write the program.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3297
    • 提供者:小海
  1. snake

    0下载:
  2. 详细介绍了贪吃蛇游戏,使用C语言来实现,使我们学会灵活使用C语言来编写使用程序。-Introduced the snake game, using C language to achieve, we learn to make flexible use C language to write the program.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2490
    • 提供者:小海
  1. tictactoe

    0下载:
  2. 2.2.1 程序功能简介 该程序是TICTACTOE游戏,棋盘为3*3,3个棋子连起来即为赢。输入参数时,若输入的数字超出边界在已有棋子的地方再输入,则提示出错,要求重新输入。 2.2.2程序设计要求 (1) 将程序改写成类; (2) 将棋盘扩充成4*4; (3) 统计输赢结果并打印输出; (4) 选做:使游戏更生动(输赢条件相同)。 2.2.3课程设计说明 (1) 棋盘可用数组来定义,如Board[4][4]={0,0,0,0,0,0,0,0,0,0,0,0,
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2137
    • 提供者:jessica
  1. DBTest

    0下载:
  2. 教会C#新手连接SQL数据库,并进行一些简单的查询、删除等功能-Church novice C# SQL database connections, and make some simple query, delete functions
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1340692
    • 提供者:李三
  1. MyKTV

    1下载:
  2. 一个简答的KTV,是用winform画出来的,小例子,大家凑合着看吧...多谢支持-A short answer for KTV, is drawn with a winform, small example, we make do and see ... Thanks for the support ....
  3. 所属分类:CSharp

    • 发布日期:2017-06-14
    • 文件大小:20644821
    • 提供者:孙喜明
  1. Linq(01)Linq

    0下载:
  2. Linq(01)Linq 的基本查询包含有循环打印数据(通过主键读取到需要得到的值),过滤、排序、部分均可用,还有提取部分、连接(内外连)分组(根据指定ID进行分组,分组的字段可以使多个,分组后每组的数据的数量如果大于1的话就打印出来)、嵌套查询(首先得到第一个表的数据源,然后得到第二个表的数据源,同时定义一个Books的临时表来存储得到的数据),交并集(用延迟操作符 求得两个集合的交集与并集)。测试请注意:Windows XP不能运行本程序,需要64位系统。-Linq (01) Linq qu
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:38619
    • 提供者:ypudn51
  1. CSharp-DemoCShapeSerialPort

    0下载:
  2. C# 串口调试程序+源码下载,代码中包括了一个串口开发辅助类,在这个类中几乎包括了全部的串口调试操作功能,本程序也可以看作是围绕这个串口调试类所编写的实例,运行注意,请确保你的计算机中有串口,未扫描到该计算机的COM口,请添加硬件后重新打开程序!测试时的串口号,默认COM1,程序根据结束字节来判断是否全部获取完成。-C# serial debugger+ source code download, code development support includes a serial port c
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:22361
    • 提供者:ypudn52
  1. RotateTransform

    0下载:
  2. C#让图片围绕中心旋转一周,C#旋转图片的一个实例源码。实现思路是先装入图片,获取当前窗口的中心点,构造图片显示区域:让图片的中心点与窗口的中心点一致,然后让绘图平面以图片的中心点旋转,恢复绘图平面在水平和垂直方向的平移,绘制图片并延时,将全局变换矩阵重置为单位矩阵-C# make una revolución alrededor del centro de la imagen, una instancia de código fuente C# girar la imagen. La idea
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:31711
    • 提供者:gpudn12
  1. colourful-clock

    0下载:
  2. 制作一个美丽的彩色时钟、能够进行计时等任务-Make a beautiful color clock, timing and other tasks can be performed
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1065
    • 提供者:卢国波
  1. getpclist

    0下载:
  2. Visual C#得到局域网计算机列表,也就是获取局域网内的所有在线的主机名称列表,请确保您的电脑在网络中,要不然程序获取时候可能要假死,需要强制结束任务。-Visual C# to get a list of local area network computer, which is to get a list of all the online host names within the LAN, make sure your computer is on the network, or e
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:9190
    • 提供者:
  1. SecureWebClient

    0下载:
  2. Winform example of how to make a secure web request using a certificate.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:14367
    • 提供者:grizzlybeaver
  1. pipe-installation

    0下载:
  2. 在可能假设的m条管道中,选取n-1条管道,使得既能连通n个小区,又能使总投资最小。每条管道的费用以网中该边的权值形式给出,网的存储采用邻接表的结构。-M may be assumed in the pipeline, the pipeline select n-1, n connectivity makes both plots, but also make a minimum total investment. The cost of each pipeline in the form of
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1123
    • 提供者:aaaa
  1. internal-sorting

    0下载:
  2. (1) 对常用的内部排序算法进行比较:直接插入排序、简单选择排序、冒泡排序、快速排序、希尔排序。   (2) 利用随机函数产生N(如30000)个随机整数,作为输入数据作比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。   (3) 对结果作出简要分析。-(1) internal sorting algorithm commonly used to compare: direct insertion sort, simple selection sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1482
    • 提供者:aaaa
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 25 »
搜珍网 www.dssz.com