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

搜索资源列表

  1. CShttpServer

    0下载:
  2. C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为\"index.htm\",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm&
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5517
    • 提供者:张杰
  1. ZYB_NHD

    0下载:
  2. 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。假设一台一秒内可找出DES密钥的机器(如,每秒试255个密钥),如果用它来找出Rijndael的密钥,大约需要149万亿年。程序内部还使用了其它算法和符合密钥学的数据结构。多线程操作,保证加密时程序界面流畅,程序是用VS2005,C#做的,现将源程序发布在此。供初学者学习,希望对大家有所帮助。-procedures using the mos
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:168083
    • 提供者:huji
  1. ReName

    0下载:
  2. 指定目录下文件夹和文件 简体转繁体 c#编写 功能简单 实现多线程无错-Specifies the directory folders and files prepared simplified transfer function of a simple traditional c# error-free multi-threaded
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:62450
    • 提供者:问天
  1. CS

    0下载:
  2. 前的线程等待,直到其他线程调用此对象的 Object.notify() 方法或 Object.notifyAll() 方法,或者超过指定的时间量-Wait for the thread before until the other threads to call this object Object.notify () method or Object.notifyAll () method, or greater than a specified amount of time
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:20736
    • 提供者:zzzzzzzz
  1. CSharp

    0下载:
  2. 简单的p2p聊天程序,没能实现多线程,也有很多毛病比如必须指定端口号-A simple p2p chat program, failed to achieve the multi-threaded, there are many problems such as port number must be specified
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:64104
    • 提供者:张謇
  1. hyscan

    0下载:
  2. 用c#做的可实现多线程远程扫描指定端口并将扫描结果自动保存txt格式. cmd下使用规则:hyscan IP 起始端口 结束端口 [线程数(默认线程为200)-Can be done with c# multi threaded remote scan the specified port and scan results are automatically saved txt format. Cmd to use the rules: hyscan IP start-port end-po
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:28724
    • 提供者:浩阳
  1. CSharp-thread

    0下载:
  2. 对于整数数据类型的简单操作,可以用  Interlocked  类的成员来实现线程同步,存在于  System.Threading  命名空 间。Interlocked类有以下方法:Increment  ,  Decrement  ,  Exchange  和  CompareExchange  。使用  Increment  和  Decrement  可以保证对
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:306560
    • 提供者:jake
  1. DataProcessPlat

    0下载:
  2. 作为window系统服务存在,可以由数据库记录指定的任务触发操作,也可以按照XML设置的时间点循环执行任务。实际用于配合页面的GIS数据后台处理,也可以用于一般的系统操作。操作命令可以是CMD等执行文件,也可以是指定的函数。支持多个配置文件,每个配置单独启动一个服务线程,处理指定的数据库任务项或XML。-As window system service exists, the database record can be specified by the task of the trigger
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:358534
    • 提供者:penpal126
  1. bobing

    0下载:
  2. 设计主要分两部分:博饼功能的实现和图形界面的生成。主要设计两个类,一个是Dice,记录骰子值,根据骰子值在指定位置绘制骰子。另一个类是Game,主要实现大致框体的绘制和博饼功能的实现。博饼功能主要用到伪随机函数。主函数用到两个线程,用来处理后台输入和骰子的循环输出。-Design main is divided into two parts: bo bread and the realization of the function of the generation of graphical i
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:31407
    • 提供者:cbf
  1. EocUpdateSolution

    0下载:
  2. FTP设备批量升级工具,可二次开发。本软件主要针对EOC设备批量升级,可指定多个个IP,指定多个线程。-Batch FTP equipment upgrade tool secondary development. This software mainly for bulk EOC equipment upgrades, you can specify multiple one IP, specify multiple threads.
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:1951609
    • 提供者:马友元
  1. heimaoseo

    0下载:
  2. 可以用来批量检测指定URL是否存在某些字符,原理代码都很简单,WebClient获取到指定URL的HTML源码,之后string.Contains来判断是否存在特定字符,其中用到了多线程,新手可以学习下怎么自定义线程数-Batch testing can be used to specify the URL or absence of certain characters, the principle of the code is very simple, WebClient get the H
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:90779
    • 提供者:赵坤东
  1. SGSCode

    0下载:
  2. 用C#语言模拟三国杀中的武将人物及其技能,要求如下: (1) 定义一个接口 f,里面声明“杀:kill()”,“闪:parry()”,“桃:eatingpeach()”,“装备:arm()”,“锦囊:using-wisdom()”五个函数,声明两个常量,最小和最大攻击距离; (2) 定义一个抽象类,武将hero,里面定义两个方法,一个是抽象方法“技能:capability()”,一个是具体的方法“决斗:duel()”; (3) 实现至少两个武将类(一男一女:赵云、黄月英),继承
  3. 所属分类:C#编程

    • 发布日期:2014-03-13
    • 文件大小:1094034
    • 提供者:Chengwei Xiao
  1. test_5

    0下载:
  2. 实现从远程linux服务指定目录下下拉日志文件,并完成清理功能。可指定多个目标机器,实现多线程日志文件清理-clear log file in remote linux os machine.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:280141
    • 提供者:任正辉
  1. nettimeserver

    0下载:
  2. C#网络时钟服务程序的Client和Server端源代码,包括了简单的时钟服务程序Server端、简单的时钟服务程序Client端,在服务端指定端口和客户端IP,设定成功后程序将会向客户端发送一条含有当前时间信息的消息。关闭时请先停止服务,终止线程才能退出-C# reloj de la red del cliente programa de servicio y el código fuente del lado del servidor, incluyendo un sencillo lado
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:19839
    • 提供者:gpudn14
  1. Search

    0下载:
  2. 您可以指定多个关键字字母的文件搜索程序 多线程解决界面假死的问题-You can specify multiple keywords letter file search program Multithreading solve the problem of suspended animation interface
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:207603
    • 提供者:rwf
  1. Multi-thread-serial-communicati

    0下载:
  2. VC/C++源码,系统相关,串口通讯类,多线程  一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -VC/C++ source code, related system, serial communication, multi thread of a multi-threaded VC++ serial communication example, the serial po
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2524895
    • 提供者:陈广龙
  1. NETCpuAnalyzer

    0下载:
  2. 该工具可用于分析 .Net 程序性能,通过附加到指定的进程,来获取程序的线程信息,调用堆栈信息,并且会生成详细的 Html 格式的报告。压缩包内为源代码,Visual Studio 2013 的工程,采用 .Net Framework 4.0 的框架。(This tool can be used to analyze. Net program performance by attaching to a specified process to obtain thread information
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:3311616
    • 提供者:阿鹈千墨
搜珍网 www.dssz.com