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

搜索资源列表

  1. Circle1

    0下载:
  2. 运用MFC里的消息处理函数实现跟踪鼠标画圈的小程序。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:34573
    • 提供者:田恬
  1. sendmessange

    0下载:
  2. 这个是个发送消息的实例,是从书上拿出来的觉得写的非常简单 值得参考
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:27058
    • 提供者:殷铁冰
  1. IPMessenger

    0下载:
  2. 用C# 做的飞鸽传书 实现了消息的收发 遵循Messenger协议
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:82262
    • 提供者:寻斌
  1. WindowsApplication3

    0下载:
  2. 接受Socket消息,从C#调用Win32 DLL,使鼠标点击某一位置。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13395
    • 提供者:James
  1. QMSMQApp1

    0下载:
  2. c#消息队列原代码-Message Queue source
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11036
    • 提供者:包公
  1. RSA

    0下载:
  2. 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1602
    • 提供者:laren
  1. Cmsn

    0下载:
  2. 完整的用CSharp实现的窗体产生msn消息的效果,vs2005调试通过
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:42953
    • 提供者:lyc
  1. TCP协议编程

    0下载:
  2. 用stockt类进行的tcp协议的编程,包括3部分的内容,信息的传送,消息的接受,端口的监控-stockt category with the tcp agreement programming, including the three parts of the content, the transmission of information, news acceptance, port control
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44890
    • 提供者:言圣
  1. LcSms

    0下载:
  2. 用C#语言编写,通过MSCOMM控件实现短消息收发中英文短信-C# language, achieving MSCOMM Control Short Message Sending and receiving messages in English
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:307815
    • 提供者:朱荣亚
  1. TestShutDown.rar

    0下载:
  2. 如果程序未关闭,捕获到关机消息,不关机或者强制退出程序,关机。 大家不要搞破坏哦。,If the program did not shut down, capture the shutdown message, do not shut down or forced to withdraw from the procedure, shut down. Oh, we should not sabotage.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:10398
    • 提供者:吕雪峰
  1. WPFMessageBox

    0下载:
  2. wpf messagebox和 系统一样的wpf 消息对话框, 用枚举,线程实现,涉及命令,样式菜单可更改 messagebox样式-wpf messagebox
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:208231
    • 提供者:littlewu
  1. WpfHostingWin32Control

    0下载:
  2. wpf与winform控件交互,通过wpf传递消息到winform做一些操作。-interact with the winform wpf controls, by passing messages to the winform wpf do some operations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:11157
    • 提供者:小武
  1. SMS

    0下载:
  2. 用C#实现的短信收发程序,可以根据SIM上网卡接收或发送短消息。-Achieved with C# program to send and receive text messages, the SIM card can receive or send short message.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:28379
    • 提供者:foe
  1. HL7Parse

    7下载:
  2. 基于Nhapi,能解析HL7的ADT_A01消息字段,字段内容绑定到treeview上,并能在局域网中传输-Based Nhapi, can resolve the ADT_A01 HL7 message fields, the field bound to the treeview on the content and transmission in the LAN
  3. 所属分类:CSharp

    • 发布日期:2015-09-22
    • 文件大小:553605
    • 提供者:筱伯
  1. SendKeys

    0下载:
  2. VS2008 C#. 在.net环境下,利用系统钩子,截获并发送按键消息。 本程序的目的是以一定的时间间隔不断对某一窗口程序发送按键信息,以实现自动阅读的效果。 其中Keyboard.cs是一个可重用性很高的类,值得参考。-VS2008 C#. Demonstrate using hooks to get and send keyboard messages.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:149269
    • 提供者:Beeven
  1. OAningniao

    1下载:
  2. 北大青鸟Y2毕业设计OA办公自动化系统参考代码,包括6大功能,1,人事管理,2,日程管理,3,文档管理,4,系统管理,5,消息传统,6,考勤管理,基本功能已经实现,值得参考 -Beida Jade Bird Y2 Graduation OA office automation system reference code, including six major functions, 1, personnel management, 2, schedule management, 3, docum
  3. 所属分类:CSharp

    • 发布日期:2017-05-24
    • 文件大小:4536745
    • 提供者:韩杰
  1. CSharpusb-hid

    0下载:
  2. usbhid通信发送接收消息测试。功能完整性测试。-The usbhid communication sending and receiving the message test. Functional Integrity Testing.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:402717
    • 提供者:klm
  1. clock

    0下载:
  2. c#开发的定时器源码,很好用,倒计时,单位为分钟,可自定义提示消息或用预定义的提示.-c# development timer source, very good, and the countdown, unit for the minutes, can be customized news tips or hints predefined.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:106068
    • 提供者:何小云
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (critical zone) explain, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:40809
    • 提供者:wsmiao
  1. Csharp_SimpleChat

    0下载:
  2. 一个比较基本的点对点聊天程序,局域网范围内的聊天程序,适合同事之间互相交流,输入对方IP地址和用户名就可以发送消息了,只要对方正在打开本软件,就能收到消息,本程序除了发消息之外没有其它的功能,比较简单的。-A more basic peer-to-peer chat program, local area network within the scope of chat program, suitable exchange between colleagues, enter each other
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:8673
    • 提供者:Janno
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com