Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - send
Search - send - List
DL : 0
首先在串口上连接一个或者多个MODEL(简单的说就是可以收发短信的手机),代码对串口进行初始化,控制收发,利用AT 指令操作MODEL进行短信的收发解码。自己调试过的,可用。-First serial port connected to one or more MODEL (simple message that it can send and receive mobile phone), serial code to initialize, control transceiver, using AT commands to operate the transceiver MODEL message to decode. Debug their own before, can be used.
Update : 2024-05-05 Size : 167936 Publisher : lyk

DL : 0
这个是RUDP的代码,很不错的,是用C#编的,如果有JAVA 的再传上-RUDP code this is very good, is to use C# Series, if the send on JAVA
Update : 2024-05-05 Size : 472064 Publisher : lily

DL : 0
此代码为linux下,RTP协议数据发送程序,已近调试通过,包括Makefile文件和主函数,但运行前需要安装jrtplib-2.9库-This code for linux under, RTP protocol data sent procedures, nearly debug through, including the Makefile file and the main function, but need to install before running jrtplib-2.9 library
Update : 2024-05-05 Size : 2048 Publisher : 张瑛瑛

DL : 0
csharp编写的邮件收发系统,有源代码和论文,和大家共享-CSharp prepared to send and receive e-mail system, source code and papers, and the U.S. share
Update : 2024-05-05 Size : 1253376 Publisher : swt

DL : 0
send email send mail
Update : 2024-05-05 Size : 119808 Publisher : gg

DL : 0
首先创建FileInputStream的对象, 基于图片文件,创建一个输入流,通过FileInputStream获取图片文件,通过Scoket类创建实例对象获取上传的服务器Ip地址,然后通过Socket类的getOutputStream()方法上传图片,在通过while()循环进行判断,如果上传成功则输出客户端发送完成-First of all, create a FileInputStream object, based on the image file, create a input stream FileInputStream access through the picture files, by category Scoket access From the object to create instances of server Ip address, and then through the Socket class getOutputStream () method upload a picture, in the adoption of while () to determine the cycle, if the upload is successful the client to send the output to complete
Update : 2024-05-05 Size : 1024 Publisher : sport

DL : 0
使用smslib和GSP modem 发送和接收手机短息-Smslib and the use of GSP modem to send and receive mobile phone short interest
Update : 2024-05-05 Size : 2182144 Publisher : cpc

易语言编写,拦截send、recv封包信息-Yi languages, intercept send, recv packet of information
Update : 2024-05-05 Size : 30720 Publisher : hitt

DL : 0
易语言编写的网络封包拦截,可拦截recv、send封包并可修改连续发送,易语言4.1版编译通过-Easy language to intercept network packets can be intercepted recv, send the packet and send to amend a row, easy-language version 4.1 compiler through
Update : 2024-05-05 Size : 25600 Publisher : hitt

DL : 0
利用原始套接字发送TCP SYN帧,对目标主机进行SYN洪水攻击。-The use of raw socket to send TCP SYN frame, on the target host SYN flood attacks.
Update : 2024-05-05 Size : 2048 Publisher : ylem

DL : 0
Qt中网络编程中的一个案例,自己写的,绝对好使。-Qt network programming in a case that he wrote absolutely so.
Update : 2024-05-05 Size : 1049600 Publisher : 黄黎明

DL : 0
Java短信猫收发短信编程:利用java串口通信功能,对短信猫进行编程,可以单发、群发。-Send and receive SMS text messages cat Java Programming: Using java serial communication function, SMS cats programming, you can single, mass.
Update : 2024-05-05 Size : 457728 Publisher : more

DL : 0
DSP实现TL16C550及RS232串口数据传输(发送端)-DSP realize TL16C550 and RS232 serial data transmission (sending end)
Update : 2024-05-05 Size : 1024 Publisher : yangyang

该程序集视屏发送与视屏播放于一体,在视屏接受的同时实现视屏的解码和播放,有一定参考价值.-Set the program screen to send in one player with the screen, in the video screen at the same time acceptable to the decoding and playback, has a certain reference value.
Update : 2024-05-05 Size : 6299648 Publisher : wennaisong

基于C#开发的UDP的聊天程序 send+message-Based on the C# Developed UDP chat program send+ Message
Update : 2024-05-05 Size : 110592 Publisher : hehehe

很好用的,短信发送平台,A simple UNIX client Allowing you to send SMS messages to mobile phones and pagers-Good use, and message delivery platform, A simple UNIX client Allowing you to send SMS messages to mobile phones and pagers
Update : 2024-05-05 Size : 149504 Publisher : 中国

DL : 0
最近使用的java 通过串口通迅设备(手机或gsm猫)发送短信息的源码,包内已包含 smslib 所需的所有文件和配置方法。-Recently, the use of java through the serial port communication equipment (mobile phone or gsm cat) send text messages of the source, packet smslib already contains all the necessary files and configuration methods.
Update : 2024-05-05 Size : 1093632 Publisher : ailyter

介绍: 介绍如何在Win32中处理串口。串口通讯可以通过多种技术实现,例如:ActiveX,I/O存取和文件操作。本文介绍Win32平台下通过文件操作技术使用串口。程序员可以使用 Microsoft Visual C++ Version 6.0所提供的kernel32.lib。在Microsoft Windows(2000,Me,XP and 95/98)中,串口作为文件处理。因此可以通过Windows文件创建函数打开串口。 文章不仅介绍了串口通讯,也介绍了在串口通讯应用程序中实现多任务,多任务可以使串口通讯应用程序在同一时间处理更多的任务,例如:读数据任务,发送数据任务,GUI任务等。-Introduction: Introduction of how to deal with Win32 serial port. Serial communication can realize through a variety of technologies, such as: ActiveX, I/O access and file operations. This article describes the Win32 platform by file operation technique using the serial port. Programmers can use Microsoft Visual C++ Version 6.0 provided by kernel32.lib. In Microsoft Windows (2000, Me, XP and 95/98), the serial port as a file handle. Windows files can be created through the open serial port function. Article not only introduces serial communications, also introduced in the serial communication applications realize multi-tasking, multi-mission can make serial communication applications at the same time handle more tasks, for example: mission time data, send data task Missions such as GUI.
Update : 2024-05-05 Size : 38912 Publisher : hxs

DL : 0
1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -One server to receive files, the client send the file. 2 each Socket to connect at the same time can only transfer a file. 3 can also send network messages
Update : 2024-05-05 Size : 7062528 Publisher : 张长宜

很好的解决大文件传输,以及视频数据的发送也可以借鉴.-Very good solution to large file transfers, as well as send video data can also learn from.
Update : 2024-05-05 Size : 3574784 Publisher : 王昊
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.