登录
首页 » c# » 发送消息至邮箱

发送消息至邮箱

于 2023-08-22 发布 文件大小:12.71 MB
0 9
下载积分: 2 下载次数: 1

代码说明:

邮箱代码,发送邮箱时也使用,用于C#语言,此代码中详细介绍了如何发送消息至邮箱,备注很详细,代码易理解,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • iir
    这是IIR数字滤波器的设计及滤波程序,IIR滤波器用matlab实现,滤波数据用C生成,主程序实现数字滤波(This is the IIR digital filter design and filtering procedures, IIR filter using matlab, using C to generate filtered data, the main program to achieve digital filtering)
    2013-09-15 21:23:30下载
    积分:1
  • 心率计(脉搏测量仪)
    说明:  本设计利用现代电子技术、传感器技术等,设计出一款测量准确、简单易用,造价便宜的电子心率计。此心率计总体包括了红外心率检测电路、前端信号处理电路、控制电路和电源转换电路。并用C语言编写控制程序,实现对电路的控制。(This design uses modern electronic technology, sensor technology, etc. to design an electronic heart rate meter with accurate measurement, simple use and low cost. The heart rate meter includes infrared heart rate detection circuit, front-end signal processing circuit, control circuit and power conversion circuit. The control program is written in C language to realize the control of the circuit.)
    2019-04-09 09:25:33下载
    积分:1
  • stm32外接温度传感器代码
    stm32外接温度传感器代码,自测可用,希望可以帮助到广大朋友,帮助你们解决困难
    2022-02-05 08:38:17下载
    积分:1
  • kssign_functions
    语言的文法规则 说明 对原编译程序作了如下修改,增加了输入文件(The grammar rules of the language have been modified as follows to add input files to the original compile)
    2019-01-01 01:12:04下载
    积分:1
  • C# 在密钥容器中创建非对称密钥
    在密钥容器中创建非对称密钥、在密钥容器中删除非对称密钥、在密钥容器中获取非对称密钥,具体的实现代码,请参考如下代码:   private void button1_Click(object sender, EventArgs e)   {//在密钥容器中创建非对称密钥    CspParameters MyCSP = new CspParameters();    MyCSP.KeyContainerName = this.textBox2.Text;    RSACryptoServiceProvider MyRSA = new RSACryptoServiceProvider(MyCSP);    this.textBox1.Text=MyRSA.ToXmlString(true);   }   private void button2_Click(object sender, EventArgs e)   {//在密钥容器中删除非对称密钥    CspParameters MyCSP = new CspParameters();    MyCSP.KeyContainerName = this.textBox2.Text;    RSACryptoServiceProvider MyRSA = new RSACryptoServiceProvider(MyCSP);    MyRSA.PersistKeyInCsp = false;    MyRSA.Clear();    try    {    this.textBox1.Text = MyRSA.ToXmlString(true);    }    catch    {    this.textBox1.Text = "已经删除非对称密钥!";    }   }   private void button3_Click(object sender, EventArgs e)   {//在密钥容器中获取非对称密钥    CspParameters MyCSP = new CspParameters();    MyCSP.KeyContainerName = this.textB
    2022-02-06 13:18:17下载
    积分:1
  • RTOS多任务OS代码
    RTOS多任务OS代码 1. 1_点灯实验 和 2_os 两个 文件夹是文档 的示例代码的项目. 2. 示例代码项目 1_点灯实验 和 2_os 的工程目录结构是一样的. 3. 和文档的主题有关的源文件仅为 main 文件夹下的 cpp_Test.cpp,   其他均为与文档主题无关的内容. 4. mdk 的工程文件在 uvproj 目录下, 生成的目标文件在 uvprojoutput   目录下. 5. 程序下载到 Mini 板, 启动时, 红色LED会点亮 1s, 属正常现象.
    2022-08-04 11:00:30下载
    积分:1
  • jpeg无失真压缩源代码jpeg_lossless
    jpeg无失真压缩源代码(jpeg lossless compression source code)
    2020-07-09 14:18:55下载
    积分:1
  • capture
    屏幕捕获的程序,将所捕获的屏幕图像保存为BMP格式位图,一个简单的工程(Screen capture program will capture the screen image saved as a BMP bitmap format, a simple project)
    2009-04-23 09:25:20下载
    积分:1
  • 无线传感器网络仿真+基于Omnet++
    说明:  主用用于通信中的MAC层协议的仿真,模拟节点发包、丢包过程(For the simulation of communicate system)
    2020-03-25 23:34:55下载
    积分:1
  • 盛大点卷充值
    充值点卷到盛大账号上(盛大一卡通/盛付通卡)
    2015-02-22下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载