搜索资源列表
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
UnicodeToUtf8
- 这个文件是为了实现GSM 接收短信的一部分代码,以后有时间会继续上传 主要实现的是编码转换,是我自己写的。-This document is a GSM receive text messages in order to achieve part of the code, after the time will continue to upload the main achievement of the encoding conversion, I wrote it myself.
mypop3client
- 在linux下 C++语言实现pop3邮件接收功能-In linux under the C++ language features to achieve receive pop3 e-mail
php-5.2.0-win32
- 一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于Windows、Unix、Linux 平台的Web后台程序,内置了对文件上传、密码认证、Cookies 操作、邮件收发、 动态GIF生成等功能,PHP3直接为很多数据库提供原本的连接,包括Oracle,Sybase,Postgres,Mysql,Informix,Dbase,Solid, Access 等 ,完全支持ODBC接口,用户更换平台时,无需变换PHP3代码,可即拿即用。Php3
sorting
- Assumptions There are p processors sorting n numbers. Each processor begins with n=p numbers stored in the array x All numbers are in the range 0 : : : M 1 When the sorting algorithm ends, each processors has a sorted list o
tcp-transfer-xp-linux
- 控制台下发送并接收文件的程序,包括windows xp环境下以及linux环境下,这个是本人参加比赛用的。-Console to send and receive files of the program, including the windows xp environment and linux environment, this is my race use.
Linux-serial-receive
- 在linux下实现的简单的串口接收的例子,抛砖引玉-failed to translate
virt_net
- 一个模拟网卡的程序,实现用内存在linux系统下完成一个虚拟网卡数据的发送与接收-An analog card program, implemented by the completion of a virtual memory card data in the linux system to send and receive
ipmsg_dong_V1.0(1)
- 这是为出入Linux世界的学弟学妹们准备的,关于tcp/udp的联系项目-飞鸽传书这个本人自己看飞鸽传书协议自己编写的 v1.0,完成了基本的功能:1:上线、下线广播2:收发消息3:收发文件-Ready access to the Linux world, Benedictine College Shanghai Campus, contact the project on the tcp/udp- IP Messenger, I see the IP Messenger v1.0 of the
receive
- 基于arm9平台下嵌入式linux的串口数据接收程序-the program of data receiving for serial port in embedder linux
binaryadder
- Linux终端下main函数从命令行接收字符串参数,从而实现二进制加法-Under the terminal of the Linux OS,this program can receive parameters via command line to realize the function of binary addition.
RS-232.tar
- RS232串口通信代码,一个封装好的串口通信代码,同时支持window及linux系统,接口清晰,使用便利。-Here you can find code to use the serial port. It has been tested with GCC on Linux and Mingw-w64 on Windows. Handshaking or flowcontrol is not supported. It uses polling to receive charact
receive_email
- 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) progr
ipmsg_dong_V1.0(1)
- 这是为出入Linux世界的学弟学妹们准备的,关于tcp/udp的联系项目-飞鸽传书这个本人自己看飞鸽传书协议自己编写的 v1.0,完成了基本的功能:1:上线、下线广播2:收发消息3:收发文件-Ready access to the Linux world, Benedictine College Shanghai Campus, contact the project on the tcp/udp- IP Messenger, I see the IP Messenger v1.0 of the
linux--gprs
- linux下的gprs控制程序源码,实现GPRS module的接收数据的例程-linux gprs this is a simple test of receive a short message via GPRS module
cPP
- TcpSDK包括车牌识别一体机接收识别结果、管理白名单、透明串口数据发送与接收、继电器控制等功能。 SDK支持的系统说明:Linux 32位系统 SDK开发语言:c、c-TcpSDK includes the license plate recognition machine to receive the recognition result, the management white list, the transparent string mouth data transmissio
gui1504
- GUI in linux, apply for tranfer and receive data ( for example : Image, audio ) . A part of SDR project
源码
- windows平台到Linux平台上传任意文件,Linux到Linux平台传输文件,服务端server接收文件,client端发送文件(Windows platform to Linux platform upload any file, Linux to Linux platform transfer files, server-side server receive files, client send files)
linux_qq
- 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c