Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - send
Search - send - List
DL : 0
RS232 例程 可以监听,发送代码到制定的com 口-RS232 routines can monitor, send code to the development of the mouth com
Update : 2008-10-13 Size : 184033 Publisher : 杨小智

DL : 1
Hook send and rev,查看send and recive内容,进而控制邮件发送。-Hook send and rev, send and recive View, and then the spammers.
Update : 2008-10-13 Size : 254767 Publisher : 张文华

DL : 0
本程序没有使用SerialComm控件,而是用API实现的串口发送、接收数据,在VC++6.0下编译通过,希望能对串口编程的初学者有所帮助。-this procedure did not use SerialComm controls, but use the serial port API to send and receive data, the VC 6.0 compiler, in hopes of Serial Programming beginners help.
Update : 2008-10-13 Size : 31067 Publisher : 王枫

DL : 0
首先选择接受文件的人,可以在部门前打勾,出可以在职务前打勾,以选择接受文件的一批人。如果选择了”所有人“,那么此文件发给每一个人,所以在职务和部门前的选择都失效。如果点击了“按部门排序显示详细名单”或“按姓名排序显示详细名单”,会显示数据库里所有人的姓名,可以选择分别选择要发给哪些人。   然后输入此文件的标题,此项是必填项目。   内容栏可以不填。   点击“上传附件”按钮,可以选择附带的文件,按提交就可上传,可以分别上传多个文件。   最后,按“发送”按钮,就可以把信息发出去了。注意,此步为必做的。   另外,如果不选任何人,则发出的信息只有自己能看到.-first choice to accept the document, before the department can check out the duties ticking to accept the document of a group. If you choose to "all", then the documents are issued to each person, so the office and departments before the options lapse. Clicking on the "Sort by sector shows a detailed list" or "Sort by Name detailed list shows" will show a database of all the names, we can choose to choose to be distributed to a specific person. Enter the title of this document, this is Required items. Contents column can not fill. Click on the "Annex upload" button, we can choose accompanying documents can be uploaded by the author, respectively upload multiple files. Finally, on the "Send" button, it would be allowed to issue the informati
Update : 2008-10-13 Size : 210115 Publisher : 李乐安

这是一个简单的邮件发送程序,支持多个附件的发送。里面的邮件发送CSmtp类包含Base64的编码和解码, 目前缺陷的是发送Word文档的时候出现乱码。希望大家指正. -This is a simple procedure to send mail, support multiple attachments sent. Inside the spammers CSmtp category include Base64 encoding and decoding, the current shortcomings of Word documents sent happens when gibberish. We hope that the correction.
Update : 2008-10-13 Size : 16791 Publisher : 全亮

DL : 0
采用C++编写的手机发送短信的经典例子,经过测试可以成功发送-prepared using mobile phones to send text messages of the classic examples, the test can be successfully sent
Update : 2008-10-13 Size : 31356 Publisher : 水木杨

ad板数据采集程序,用vc编的程序,用数据信号发生器在ad板接口连接发送信号后可以在窗口得到信号的图形-ad board data acquisition program, vc series of the procedures used in the data signal generator ad plate interface to send signals can get the signal window graphics
Update : 2008-10-13 Size : 52457 Publisher : 凌志鹏

DL : 0
Medem通信中的接受程序,响应拨号程序建立连接后,接受和发送数据-Medem's acceptance procedures in response to dial-up procedures to establish a connection, receive and send data
Update : 2008-10-13 Size : 1261772 Publisher : yhh

Modem 通信中拨号\\连接发送接受数据-dial-up modem communications \\ connect send and receive data
Update : 2008-10-13 Size : 1299351 Publisher : hhyuan

邮件代理,通过设置SMTP服务器,POP3服务器,可以发,收邮件,可以发送付件。-mail agents, by setting SMTP server, POP3 server, it can be, or e-mail, can send items to pay.
Update : 2008-10-13 Size : 59073 Publisher : wuyu

IP变换后自动发送Email通知 实现了以下功能: 1.IP变换后自动发送Email通知 2.nt/window2000下绑定cmd,98下绑定command 3.sniffer整个无交换网络的telnet pop3密码功能-IP transform Email automatically send notification to achieve the following functions : videoconference transform automatically send Email notification under 2.nt/window2000 bundled cmd, 98 bundled with the entire command 3.sniffer exchange network telnet pop3 passwords
Update : 2008-10-13 Size : 6764 Publisher : 偶合石头

aacencoder,相对于原有的AAC编码器,使用MDCT+MDST代替了MDCT+FFT,心理声学模型略有改动(上载者未提供密码,请发邮件向提供者要)-aacencoder, compared to the original AAC encoder, the use of MDCT 291800Z instead of MDCT FFT, psychoacoustic model with slight changes (available did not provide password, please send an e-mail to the provider to)
Update : 2008-10-13 Size : 52397 Publisher : 滴答

DL : 0
rtp for dump ts.c: tool to send MPEG-2 TS over
Update : 2008-10-13 Size : 4961 Publisher : chen owen

DL : 0
socket编程,包括server和client端的程序,具体到connnect,bind,accept,rev,send等等的基本函数,是入门的真好资料-socket programming, including the server and client side of the process, specific to connnect, bind, accept, rev, send the basic function, etc., is the entry of amazing information
Update : 2008-10-13 Size : 1168234 Publisher : abc

VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。 Common目录下有四个模块。其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。-VB inter-process communication demo (1.0) Note : A total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at the operation of two examples, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, not send bulk text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use PostMessage WM_USER only in the above-defined messages can transfer target, then how can asynchronous communication? I
Update : 2008-10-13 Size : 52250 Publisher : gy

每期期未,寄发学生成绩通知单都是班主任的例行工作,然而,现在大多数人仍然还采用原始的平信寄发方式,并且由于平信很容易丢失而导致以前所做的工作(如抄录学生期末成绩、写出学生的学期鉴定,填写学生成绩通知单和写、写信封、寄发通知书等)前功尽弃,同时由于许多学生放假后并没有回家,如外去打工或因种种原因没有回家而无法收到信件。随着INTERNET技术的不断普及,电子邮件已经开始进入寻常百姓家,它以快速、方便、可以异地查阅而逐渐代替普通的信件,如果你的学生(或家长)都有E-mail,我们以E-mail来寄发学生的成绩通知单了,这样就可以减少上述弊端。但一个个填写每个学生的收件人地址和相关的数据(如各门功课的成绩、评语),既枯燥又烦锁,下面我们将探讨如何利用VB来读取学生成绩数据库中的数据,通过E-mail实现学生成绩通知单的自动寄发。 -each period not mailed notice student achievement are the class teacher's routine work, however, the majority of people are still using the original letter sent-way, and because of a letter - which can easily lead to the loss did in the past (such as the end results are reproduced students, the students write semester identification, student achievement fill orders and write, write letters, send out notices, etc.) wasted, and because many students after the holiday and did not return home, such as wage or go outside for a variety of reasons not to go home and unable to receive it. With the Internet growing popularity of e-mail has begun to enter the home of ordinary citizens, a fast, convenient and accessible in different localities can gradually replace an ordinary letter, if your stu
Update : 2008-10-13 Size : 3361 Publisher : lei

DL : 0
邮件收发程序,具有接收和发送邮件以及附件的功能,实现脱机浏览等功能。-mail procedures to receive and send e-mail and attachments, and realize offline browsing capabilities.
Update : 2008-10-13 Size : 573288 Publisher : halqj

DL : 0
MailMessage m = new MailMessage() m.From =\"leo43@1dwd.com\" m.To = \"leo43@qq.com\" m.Subject = \" 请问你们的图书光盘不能正常使用是怎么回事\" m.Body = \"非常抱歉,原始的配套光盘有错,现在您可以到中国水利水电出版社的网站上下载正确的源代码\" m.BodyFormat = MailFormat.Text m.Priority = MailPriority.High //SmtpMail.SmtpServer=\"smtp.mail.com\" SmtpMail.Send(m) -MailMessage m = new MailMessage () = m.From "leo43@1dwd.com" m.To = "leo43@qq.com" m.Subject = "Does your CD library use is not normal matter how" m.Body = "very sorry, matching the original discs are wrong, and now you can go to the China Water Conservancy and Hydropower publisher's Web site to download the correct source code" m.BodyFormat = = MailFormat.Text m.Priority MailPriority.High / / SmtpMail.SmtpServer = "smtp.mail.com "SmtpMail.Send (m)
Update : 2008-10-13 Size : 475067 Publisher : 赖恒

1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若将接收数据端点和发送数据端点设为端点2,管道大小则设为64 9> 按下\"启动\" 10> 在数据发送窗口输入若干数据,按下\"发送数据\" 11> 这时在数据接收窗口和串口监视软件中均应看到发送的数据-a code. 2. 1gt test steps; Development board -- inversion; 3gt testing procedures; Serial run monitoring software, 4gt 115,200 baud rate; Using USB cables development board and the PC, if any link, even uprooted re-5GT; The system shows to find new hardware, installation Tools \\ usb driver \\ drive 6gt D12; running Tools \\ UsbDebug.exe 7gt; updated List of equipment, selected items 8gt Philips; endpoints will receive data and send data endpoint set to an endpoint, pipeline size as a 16 if the receiving and sending data endpoint data endpoint Set endpoint 2, pipeline size is zero 9gt 64; press the "start" 10gt; the data sent several data input window, press the "send data" 11gt; At this juncture, data reception window and serial monitoring software should see the data sen
Update : 2008-10-13 Size : 342289 Publisher : 李大嘴

DL : 0
本聊天发送器类似于oicq的消息发送机制,不过他只能够发送简单的字符串。虽然简单,但他也是一个很好的VC网络学习例子。-the transmitter similar to the Live messaging mechanism, but he could only send a simple string. Although simple, but he is also a very good example of VC network learning.
Update : 2008-10-13 Size : 1579 Publisher : 梁良
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.