-
128
128点FFT算法,对4阶及以下处理.通过稍微修改源码(修改注释),即可以先产生一个序列,并随后进行FFT.-128-point FFT algorithm, the four bands and the following handling. Through slightly modified source (Alteration of the Notes), which can produce a first sequence, followed FFT.
- 2022-04-24 16:17:54下载
- 积分:1
-
smtp.dll(动态链接库)
smtp的动态库,邮件发送过程中用的动态库,里面有详细的代码,接口简单无需文档,自己研究一下就可以使用了, 性能稳定。-smtp dynamic library, mail sent to the process of making DLL containing a detailed code, simple interface without documents, their study on the use of the stable performance.
- 2023-07-25 08:35:02下载
- 积分:1
-
邮件系统是自己做的哦!!大家可以看下啊
邮件系统是自己做的哦!!大家可以看下啊-E-mail system is its own doing Oh! ! We can Kanxia ah. . .
- 2022-01-31 07:23:11下载
- 积分:1
-
Outlook源代码VB 6.14 MB 85
・功能超过OUTLOOK! 1.对企业所有职员收发邮件进行权限控制,邮件记录备份。 2.对企业客户进行建档...
Outlook源代码VB 6.14 MB 85
・功能超过OUTLOOK! 1.对企业所有职员收发邮件进行权限控制,邮件记录备份。 2.对企业客户进行建档管理,对往来邮件进行分发给职员进行联系,业务跟进。 3.对企业和客户往来邮件进行查询,统计,分析,归档等。 ...
-Outlook VB source code 614 MB more than 85 functional OUTLOOK! 1. Right enterprise e-mail to all staff for authority control, mail back-up records. 2. For customers Files management of contacts mail distributed to the staff contact follow-up operations. 3. Right between enterprises and customers mail inquiries, statistics, analysis and archiving.
- 2022-07-18 08:03:56下载
- 积分:1
-
java写的邮件客户端
java写的邮件客户端-mail client
- 2022-02-14 10:17:45下载
- 积分:1
-
一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e...
一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e-address for one mailbox Support aliasesSupport email routing. eg *ivar* pattern routes all addresses containing ivar to specified mailbox.IP access filtering SMTP AUTH,SIZE commandsPOP3 APOP commandFull MS Sql server supportNice GUI for administation-a C# by the Mail Server support : Supports multiple domains Supports multiple e-mailbox address for one aliasesSupport Support email routing. Eg** IVAR pattern routes all addresses containing IVAR mailbox.IP access to specified SMTP AUTH filtering, editing SIZE commandsPOP3 commandFull MS Sql server supportNice GUI for Administration
- 2022-03-10 03:30:03下载
- 积分:1
-
POP3邮件服务器检测控制
POP3邮件服务器检测控件
- 2022-01-22 16:04:50下载
- 积分:1
-
邮件发送代码
package util;
import java.io.Serializable;
public class MailContract implements Serializable{
/**
* serialVersionUID:TODO
* @since Ver 1.1
*/
private static final long serialVersionUID = 1L;
/**发件人*/
private String sender;
/**发件人密码*/
private String pwd;
/**收件人*/
private String recipient;
/**邮件标题*/
private String title;
/**邮件内容*/
private String context;
public String getSender() {
return sender;
}
publi
- 2022-11-10 20:35:04下载
- 积分:1
-
通过IMAP读取邮件
通过IMAP读取邮件-read through IMAP mail
- 2022-03-23 02:43:22下载
- 积分:1
-
应用smtp协议实现对电子邮件的传送,类似于outlook expre
应用smtp协议实现对电子邮件的传送,类似于outlook expre-Smtp protocol applications to realize e-mail transmission, similar to outlook expre
- 2022-02-27 00:09:31下载
- 积分:1