-
TLC5615_DAC
C51操作TLC5615,实现DAC输出,调试通过.(C51 operate TLC5615, to achieve DAC output, debugging through.)
- 2013-07-30 14:13:52下载
- 积分:1
-
frmGoodsSellManage
automation software in windows and sql server
- 2020-06-25 03:00:02下载
- 积分:1
-
printer
基于打印的编程 ,利用mfc框架实现,生成自己想要的ui和功能。 (Print-based programming, the use of mfc framework implementation, generate ui and features you want.)
- 2014-08-05 13:11:15下载
- 积分:1
-
C# smtp协议winform版邮件发送例程
这是前两年使用Visuai C# 2015写的一个小程序,基于smtp协议开发的winform版邮件发送例程,可以发附件,邮件必须作用smtp协议。在用户交互界面,使用了正则对邮件各属性进行了检测判断,比如判断收件人、发件人邮件地址是否为空、验证邮件格式是否正确等,在发送邮件环节,主要的代码为:
//发送
SmtpClient client = new SmtpClient("smtp." + fs[0].ToString().Trim() + ".com"); //设置邮件协议
client.UseDefaultCredentials = false;//这一句得写前面
client.DeliveryMethod = SmtpDeliveryMethod.Network; //通过网络发送到Smtp服务器
client.Credentials = new NetworkCredential(fasong[0].ToString(), mmtxt); //通过用户名和密码 认证
MailMessage mmsg = new MailMessage(new MailAddress(fjrtxt), new MailAddress(sjrtxt)); //发件人和收件人的邮箱地址
mmsg.Subject = zttxt;//邮件主题
mmsg.SubjectEncoding = Encoding.UTF8; //主题编码
mmsg.Body = nrtxt; //邮件正文
mmsg.BodyEncoding = Encoding.UTF8;//正文编码
mmsg.IsBodyHtml = true; //设置为HTML格式
mmsg.Priority = MailPriority.High;//优先级
- 2022-05-31 05:25:26下载
- 积分:1
-
zhong
电能质量3 5 7次谐波治理 以三相不平衡负载的影响搭建的简单simulink模型(A simple Simulink model for the 357 harmonic control of power quality based on the influence of unbalanced three-phase loads)
- 2017-06-29 11:43:02下载
- 积分:1
-
在 C# 中的 4 * 4 拼图
这个源代码是基于可视化编程的 16 拼图实现 C# 版本。每一件事是清楚并没有 lacuna.use,了解如何写它,并在结束了享受 it.thanks。
- 2023-04-30 13:25:08下载
- 积分:1
-
LED
配置io口,时钟适用于STM32F103系列芯片具体参考芯片手册(Configuration of IO port, clock for STM32F103 series chip specific reference chip manual)
- 2020-06-24 15:40:02下载
- 积分:1
-
stm32 USART串口收发程序
* @file USART/Interrupt/stm32f10x_it.c
* @author MCD Application Team
* @version V3.5.0
* @date 08-April-2011
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler and peripherals
* interrupt service routine.
- 2023-03-27 05:35:04下载
- 积分:1
-
Magic8BallServiceLib
This is where i started Windows Communication foundation in Csharp i.e a simple application that expose a web service magic8ball service
- 2012-08-05 05:53:41下载
- 积分:1
-
乾勤TC275开发板
BaseFramework_TC27xB_MulitiCAN
乾勤TC275开发板,控制器局域网 (MultiCAN+)模块(QIANQIN TC275 DEMO ,Controller Area Network Controller (MultiCAN))
- 2020-06-20 07:00:01下载
- 积分:1