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

搜索资源列表

  1. DUANXIN

    0下载:
  2. 短信猫:1、GSM MODEM开发库使用手册,2、AT指令集,3、VC短信发送、接收信息、AT指令等的示例-GSM MODEM AT
  3. 所属分类:SMS

    • 发布日期:2017-05-24
    • 文件大小:4483348
    • 提供者:kaiwei
  1. VC

    0下载:
  2. 通过VC,在本机编写了一个通信的测试小程序,通过客户端发送一个数据,实现服务器端接收,通过本机回调即可实现,-By VC, in the preparation of this machine, a communications test applet, the client sends a data through to achieve server-side receiver, the callback can be realized by the machine,
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3823475
    • 提供者:dhx
  1. 1

    0下载:
  2. VC++ MSComm控件实现文件发送与接收-VC++ MSComm control implementation file to send and receive
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:99321
    • 提供者:ma
  1. CH08

    0下载:
  2. gprs AT指令 发送短信 VC++6.0,串口收发数据-gprs AT commands to send SMS VC++6.0, send and receive serial data
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-07
    • 文件大小:13025
    • 提供者:何伟光
  1. VC_program_to_send_messages_attachments_classic_pr

    0下载:
  2. VC编程发送带附件的邮件程序经典代码VC program to send messages with attachments classic procedure code-VC program to send messages with attachments classic procedure code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:92984
    • 提供者:haz
  1. VC_message_structure_classical_code_BS

    0下载:
  2. VC++消息发送BS结构经典代码VC + + message structure of the classical code BS -VC++ message structure of the classical code BS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:30942
    • 提供者:uv
  1. EmailSend

    0下载:
  2. 利用VC++发送邮件并保存的源码,可能有些缺陷哈-sending Email
  3. 所属分类:Email Server

    • 发布日期:2017-03-28
    • 文件大小:122376
    • 提供者:张垒
  1. Vc

    0下载:
  2. 完整串口通信程序(发送和接受)完整串口通信程序(发送和接受-Complete serial communication program (send and receive) complete serial communication program (to send and receive
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:36362
    • 提供者:刘凯
  1. FreeEIM

    2下载:
  2. FreeEIM 仿QQ功能的企业即时通讯软件VC++的源代码,最后更新于2010年8月份,完成数据库更改的任务。将聊天记录改用数据库形式,暂且使用Access。   本软件的窗口和功能都与QQ有点相似,可发送文件、窗口抖动、发送表情等修改功能,并尽量去除所有不相关内容,坚决不对用户敏感内容作任何操作(例如注册表)。为了让软件100 绿色,FreeEIM飞鸽传书把唯一一处修改注册表的指令也删除了,也就是说,使用者下载使用后,只要删除此软件,FreeEIM飞鸽传书是半点资源也不会污染到的。-
  3. 所属分类:Windows编程

    • 发布日期:2017-05-16
    • 文件大小:1294974
    • 提供者:guanping
  1. qk_snake_api

    0下载:
  2. VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别
  3. 所属分类:Other Games

    • 发布日期:2017-05-07
    • 文件大小:1728794
    • 提供者:秦坤
  1. GHCommonNetDll

    0下载:
  2. 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:129312
    • 提供者:流浪小狗
  1. small_download_get

    0下载:
  2. dos环境下的一个基于tcp协议的一个下载工具,就是用vc发送GET请求,直接基于底层的socket stream 套接字的编程。因为是DOS环境所以便于学习整个HTTP请求的整个过程。-a dos environment tcp protocol based on a download tool to send a GET request is to use vc, directly based on the underlying socket stream socket programmin
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1946962
    • 提供者:
  1. 2-camera-optical-flow-NUS

    0下载:
  2. 这个程序应用于机器人视觉系统。可以即时从两个摄像头同时读取摄像。程序包括视屏抓取,光流计算以及计算结果检验。计算结果通过串口直接发送到控制计算机。-This program is dedicated to capture real time optical flow from two cameras with intersect angle 180 or 120 degree. It includes Optical flow capturing, calculation
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:7270
    • 提供者:li xiao dong
  1. send_mail

    1下载:
  2. 两个利用VC++发送邮件并保存的源码例子,需要手动设置一些参数,比如POP服务器、发送者用户名、邮件主题等,另外它还可实现保存等功能,源码运行截图如上示,简单实用,对学习有帮助。 -Send two messages using VC++ source code examples and save the need to manually set some parameters, such as the POP server, the sender user name, message su
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:122448
    • 提供者:madud00022
  1. vc-mfc

    0下载:
  2. 创建一个窗口、了解其他的 M F C类、把消息 发送到一个窗口和在一个窗口内绘图。当然还有其他一些基本知识,我们也将在涉及时适当 地进行讨论-Create a window to understand the other MFC classes, the message sent to a window and a window in the drawing. Of course there are other basic knowledge, we will also be invol
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-16
    • 文件大小:25563288
    • 提供者:烟雨城
  1. sendmail

    0下载:
  2. VC++自写的邮件发送类,并配了一个简单的发送邮件的小程序-Written in VC++ from the mail class, and with a simple small program to send e-mail
  3. 所属分类:WEB Mail

    • 发布日期:2017-03-29
    • 文件大小:47641
    • 提供者:陈文仪
  1. VC

    0下载:
  2. VC向串口发送接收数据,很好用的串口通信程序.rar-VC receive data sent to the serial port, serial port communication program with the good. Rar
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2003408
    • 提供者:旺盛
  1. Example147

    0下载:
  2. vc 发送中文消息字符 的程序源码,很不错的demo-Send a message vc Chinese character program source code, very good demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:25433
    • 提供者:
  1. SMS-System(VC)

    0下载:
  2. VC短信发送开发的实用案例,非常好的资料~~~案例的注释很清晰,代码结构标准-VC SMS development of practical cases, very good information ~ ~ ~ case notes are clear, the code structure standard ~ ~
  3. 所属分类:SMS

    • 发布日期:2017-05-24
    • 文件大小:8032772
    • 提供者:lvhui
  1. mySp

    0下载:
  2. vc++串口通信 ,可以实现两个串口之间发送字符串-vc++ serial communication between two serial ports that can send a string
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:146623
    • 提供者:kill
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 47 »
搜珍网 www.dssz.com