CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - msg-

搜索资源列表

  1. pop3_smtp_ssl

    0下载:
  2. pop3和smtp协议收发邮件,支持ssl认证-pop3 and smtp send/receive mail msg,support ssl.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:58322
    • 提供者:祖魁
  1. SY5_2007083201

    1下载:
  2. 在ASP.NET环境中创建一个简易的留言板网站。设已创建了一个Access数据库文件msg.mdb,其中包含有用于存放用户留言内容的message表和存放用户登录数据的userinfo表。 在userinfo表中添加一条初始记录。其中,“密码”字段值为字符串“654321”经MD5算法加密后得到的密文字符串“C33367701511B4F6020EC61DED352059”;“答案”字段值为字符串“辽宁”经MD5算法加密后得到的密文字符串“2FF1BF5F2845959D00BCE4799
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:16715
    • 提供者:lili
  1. msg

    0下载:
  2. 一个提示的小程序,用于人机对话使用,可以设计自动关闭.-small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:450043
    • 提供者:lanfangxin
  1. BOCCN-MSG_v2.0

    0下载:
  2. 无线网络的传输,通过zigbee网络实现router和coordinator之间的通信,进而实现对router的电压,电流以及温度和湿度。-Wireless transmission network, zigbee network through the router and the communication between the coordinator, router and then the realization of the voltage, current and temperat
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-03
    • 文件大小:1270279
    • 提供者:韩明
  1. msg

    0下载:
  2. Implementation of Speech Storage System using DSP techniques(Discrete fourier transform) in Vxworks
  3. 所属分类:VxWorks

    • 发布日期:2017-04-13
    • 文件大小:2027
    • 提供者:Pradeep
  1. HW3_KEY_shah006

    0下载:
  2. Develop code to evaluate function calls, type casting and code flow algorithms for performance. Programming assignment 4 is exploring the use of Shared Memory (shm). // // This program configures the shm region, accepts user input, and stor
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:40995
    • 提供者:gary
  1. soft_input_soft_output_Viterbi

    0下载:
  2. SOVADEC is an implementation of the soft input soft output Viterbi algorithm. The algorithm can be called using DEC = SOVADEC( MSG, LLR, TRELLIS, WIN )-SOVADEC is an implementation of the soft input soft output Viterbi algorithm. The algorith
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:3101
    • 提供者:aeou607
  1. dl_c_iso8583_v0_0_4_160708_allfiles.tar

    0下载:
  2. The folder contains a demo.c program to pack and unpack the msg using ISO8583 standards. This lacks the implementation of how to send the msg using a ISO header.
  3. 所属分类:GIS program

    • 发布日期:2017-03-26
    • 文件大小:26932
    • 提供者:Roystan
  1. msgbox

    0下载:
  2. 自动生成自定义的MSG提示对话框,可以方便操作!-MSG automatically generated custom prompt dialog box, you can easily operate!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:16434
    • 提供者:sriky
  1. Msg

    0下载:
  2. send为发送端,rec为接收端,消息队列实现进程通信。-send to sender, rec for the receiving end, the message queue to achieve the process of communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1072
    • 提供者:李慧
  1. msg

    0下载:
  2. 信号量 服务器客户端进程间的 互相通信-Semaphore server client process communicate with each other between the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1164
    • 提供者:许静
  1. msg

    0下载:
  2. 一个利用windows SOCKET 传输收费数据消息的程序,分为发送端和接收端两部分。-A charge of data transmission using windows SOCKET news program, is divided into sender and receiver in two parts.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:190730
    • 提供者:测试
  1. MSG_case_study_cpp

    0下载:
  2. software engineering msg程序-procedures for software engineering msg
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:16147
    • 提供者:Eric
  1. SentMsg

    0下载:
  2. Sent Msg to spiecfy phone
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1105
    • 提供者:wk
  1. 01

    0下载:
  2. MFC例程LRESULT CALLBACK WNDFUN (HWND hWnd, UINT msg, WPARAM wparam, LPARAM lparam) { switch (msg) { case WM_PAINT: { HDC hdc = GetDC(hWnd) SetBkMode(hdc,TRANSPARENT) TextOut(hdc,20,20,"明日科技有限公司",16) DeleteDC(hd
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:994167
    • 提供者:张志文
  1. aaa

    0下载:
  2. 这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildView() 析构函数 BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射 BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数 BOOL CChildView::PreTranslateMessage( MSG* pMsg ) 翻
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1301
    • 提供者:徐国华
  1. msg

    0下载:
  2. 一个PHP信息提示代码 -Information prompted a PHP code to a PHP message alert code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:1375
    • 提供者:李小勇
  1. LastRelease

    0下载:
  2. 短信猫开发实例,实现用短信猫的缴费项目,公司开发实例。代码大约2W-Application used for sending msg,recieving msg
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-16
    • 文件大小:4078199
    • 提供者:Victor
  1. Amplitude_mod_m

    0下载:
  2. fm=input( Enter the message signal frequency fm= ) fc=input( Enter the carrier frequency fc= ) Am=input( Enter the message signal amplitude Am= ) Ac=input( Enter the carrier signal frequency Ac= ) n=input( Enter the no of DFT points: )
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-26
    • 文件大小:729
    • 提供者:dasu
  1. msg.tar

    0下载:
  2. linux消息队列通信的client和server代码-linux message queue communication of client and server code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:965
    • 提供者:xiangxing
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com