CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CSharp 控制台 程序

搜索资源列表

  1. ShuffleCards_beta0.1.2.2

    0下载:
  2. 在控制台应用程序下实现简单的人工洗牌算法。实现语言:csharp-in console applications under a simple artificial shuffling algorithm. Achieving Language : csharp
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.13kb
    • 提供者:ARes
  1. SerialPort_console

    0下载:
  2. 串口通讯控制台程序CSharp源码,使用.NET2.0的Serialport类,此程序简单的实现了两个串口的的数据收发,是初学者的学习串口编程的好例子。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:417.48kb
    • 提供者:bestjilei
  1. Csharp

    0下载:
  2. C#入门代码 25个小程序,初学者有用 一、从控制台读取东西代码片断: using System class TestReadConsole { public static void Main() { Console.Write(Enter your name:) string strName = Console.ReadLine() Console.WriteLine( Hi + strName) } }
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.66kb
    • 提供者:vfory
  1. CSharp-TCP

    0下载:
  2. 试验名称:TCP通讯 目的:理解TCP通讯的基本机制。 试验要求: 1.按照书上示例建立一个TCP服务端的控制台应用程序。 2.给出一个TCP客户端的WinForm应用程序示例。 3.理解TCP通讯过程。-Test Name: TCP communication Objective: to understand the basic mechanisms TCP communication. Test requirements: 1 a
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:154.07kb
    • 提供者:李振宇
  1. OlympicTickets

    0下载:
  2. CSharp,上奥运官方网站察看奥运门票现售情况。在debug目录下一个text文件中输入将要去查询的网址,一旦该网址所示的比赛门票还有,则控制台程序关闭(大家可以改进成别的提示方式)。-CSharp, on the official website of the Olympic View Olympic Tickets are now on sale situation. Debug directory in a text file, type the URL will go to the q
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:86.54kb
    • 提供者:LH
  1. write_Text

    0下载:
  2. 在控制台下使用C#流进行文本文件的写入!程序简单使用了文件流的操作写入文件-In the console using C# Stream write a text file! Simple procedure used in the operation of file stream to write file
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:5.74kb
    • 提供者:lst
  1. jiegou

    0下载:
  2. 建议通信录,功能不全,见谅,目前可实现增加、删除、修改、查找,还是在控制台应用程序阶段。-Recorded in the proposed communication, failure, will be forgiven, the current can be achieved to add, delete, modify, search, or stage in the console application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:王富贵
  1. S

    0下载:
  2. 多线程下载,控制台程序,可以试着改一下做成自己的下载工具-multi thread download
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1.38mb
    • 提供者:命运之轮
  1. TCPClientServer

    0下载:
  2. C#控制台程序,主要实现了TCP和UDP协议发送和接收,简单明了,适合初学。-C# console program, the main achievement of the TCP and UDP protocol to send and receive, simple and clear, suitable for beginners.
  3. 所属分类:CSharp

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

    0下载:
  2. 基于C#的Ethernet的封装和解析程序(8位CRC校验),控制台程序,带有选项. -e o:封装控制台输入信息到文件o中。 -e o i:封装i中的数据位ethernet帧,并回写 至o中。 -u i:解析i中封装的ethernet帧(8位CRC),显示到控制台。-C#, Ethernet-based packaging and analytical procedures (8-bit CRC checksum), the console program, with the op
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:4.74kb
    • 提供者:changpengfei
  1. BigORSmall

    0下载:
  2. 通过CSharp控制台应用程序编程,比较用户输入的两个整数数值的大小,了解运行基本环境-For the two integers as input, by way of the pretty code the user can get the compared result. In this way this code can improve the sense of CSharp.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:13.39kb
    • 提供者:my
  1. AsyncTCPMessage

    0下载:
  2. 该程序分为客户端与服务器端两个,以异步传输的TCP通讯机制实现了网络通讯。改程序为控制台应用程序。需要同时运行两个实例分别运行服务器端与客户端方可看到效果。-The program is divided into two client and server side, asynchronous communication mechanism of transmission of the TCP implements network communication. Reform program fo
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2.5kb
    • 提供者:lujiang
  1. CSharpSerial

    0下载:
  2. 串口通讯控制台程序CSharp源码,使用.NET2.0的Serialport类,此程序简单的实现了两个串口的的数据收发,是初学者的学习串口编程的好例子。-Serial Communication Control Panel procedures CSharp source code, use. NET2.0 of Serialport class, this program has achieved two simple serial data transceiver is a beginner
  3. 所属分类:Com Port

    • 发布日期:2017-03-23
    • 文件大小:61.97kb
    • 提供者:罗德文
  1. wuZiQi

    0下载:
  2. 控制台下的人人对战的五子棋小程序,.net平台编写。-Everyone from the game console backgammon under the small program, net platform preparation.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:24.64kb
    • 提供者:violin
  1. [02]ConsoleApplication2

    0下载:
  2. 采用C#控制台应用程序,在其中定义重载的静态方法Max,用于得到两个或三个数的最大值,类型为int、double、decimal。在类似定义Min。在主程序中调用者两个静态方法的不同重载形式。-Using C# console application, in which the overloaded static methods defined in Max, used to get the maximum value of two or three numbers of type int, d
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:26.5kb
    • 提供者:D K
  1. small-program

    0下载:
  2. 在Csharp开发环境下演示如何在控制台开发下程序-In Csharp development environment demonstrates how to create graphics on the console
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:32.79kb
    • 提供者:王大
  1. Mybank

    1下载:
  2. 学生银行管理系统 Csharp控制台应用程序-The student bank management system Csharp console application
  3. 所属分类:CSharp

    • 发布日期:2016-01-22
    • 文件大小:37kb
    • 提供者:hzh
  1. CSharp-Concole

    0下载:
  2. 一个输入密码会被*覆盖,简单的控制台程序。-Enter a password will be* covered with a simple console program.
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:22.56kb
    • 提供者:阿平
  1. Csharp

    0下载:
  2. 控制台的多线程下载程序,多线程分块下载,支持断点续传。-Console multi-threaded download, multi-threaded block download, support for HTTP.
  3. 所属分类:Multi Monitor

    • 发布日期:2017-03-21
    • 文件大小:18.19kb
    • 提供者:吴绍轩
  1. cSharp

    0下载:
  2. 有两个控制台程序能直接运行,其他的还有一个是类代码,还有两个窗体程序 -There are two console program can be run directly, the other there is a kind of code, there are two forms program
  3. 所属分类:CSharp

    • 发布日期:2016-01-23
    • 文件大小:4kb
    • 提供者:赵硕
« 12 »
搜珍网 www.dssz.com