-
LED数码管显示电子钟(C语言)
用C语言编写的 LED数码管显示电子钟...
LED数码管显示电子钟(C语言)
用C语言编写的 LED数码管显示电子钟-A clock using C language for LED。
- 2023-01-16 10:40:04下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 niControls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
- 2022-01-26 07:38:06下载
- 积分:1
-
凹陷线计算
根据线性线路电压和环境 temperature.thermal 系数的断裂伸长率、 长度、 两极之间的距离为麻雀芯铝绞线 5 计算的悬链线架空导线参数凹陷 matlab 程序。
- 2022-10-13 01:50:03下载
- 积分:1
-
一个实时温度曲线示例的实现代码(坐标抽不动,曲线动)
一个实时温度曲线示例的实现代码(坐标抽不动,曲线动)-Example of the realization of a real-time curve
- 2022-10-05 14:45:03下载
- 积分:1
-
3d pressed the button to the small program
3d摁钮的小程序-3d pressed the button to the small program
- 2022-05-16 00:32:23下载
- 积分:1
-
在VC下,简单的实现通过本机IP包的识别
在VC下,简单的实现通过本机IP包的识别-In the VC, the simple implementation of IP packets through the machine identification of
- 2022-02-03 14:48:51下载
- 积分:1
-
这是一个可以绘制正弦曲线的小程序,可以用于正弦波数据的绘制...
这是一个可以绘制正弦曲线的小程序,可以用于正弦波数据的绘制-This is a sine curve can be drawn small procedures, can be used to draw sine wave data
- 2022-05-22 20:50:04下载
- 积分:1
-
建立一个按钮弹出
构建一个弹出式图象按钮-build a button pop-up image
- 2022-08-08 22:31:32下载
- 积分:1
-
旅游资源及线路管理系统,
用Visual+SQL写的
旅游资源及线路管理系统,
用Visual+SQL写的-tourism resources and line management system, Visual SQL write
- 2023-01-18 05:10:04下载
- 积分:1
-
使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。...
使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。
-Nine-palace calculated using the recursive map, although the procedure is very small, but very accurate. Worth a visit.
- 2023-03-16 12:25:03下载
- 积分:1