-
用辗转相除发求最大公约数
用辗转相除发求最大公约数-made his eliminate fat used for the common denominator
- 2022-04-07 07:28:38下载
- 积分: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
-
内容拖放的演示, 主要实现列表内容之间的拖放交换
内容拖放的演示, 主要实现列表内容之间的拖放交换-Drag and drop the contents of the demonstration, list the contents of the main drag and drop between the exchange
- 2022-01-27 12:20:21下载
- 积分:1
-
vb的原代码,用户只需要有个麦克风,然后通过说话,屏幕窗口上可出现说话的内容,但是效果不是很好,准确率很低,所以尽量说普通话...
vb的原代码,用户只需要有个麦克风,然后通过说话,屏幕窗口上可出现说话的内容,但是效果不是很好,准确率很低,所以尽量说普通话-vb s source code,user only need amicrophone,then speaking through it,the speaking contents will occur on the screen window,but the effect is not very good,the accuracy is very low,it is the best of your abilities to speak Mandarin please.
- 2023-08-10 15:25:03下载
- 积分:1
-
This a very simple calculator to work out simple calculations.
This a very simple calculator to work out simple calculations.-This is a very simple calculator to work out simple calculations.
- 2022-05-17 06:42:22下载
- 积分:1
-
一个应用在MFC中的控件源码,它允许在MFC中自带的Groupbox的标题头部中,根据需要动态的调整显示文字和图标。...
一个应用在MFC中的控件源码,它允许在MFC中自带的Groupbox的标题头部中,根据需要动态的调整显示文字和图标。-An application of the control in the MFC source code, which allows the MFC in the title comes with Groupbox head, according to the adjustment dynamically display text and icons.
- 2023-08-27 10:10:04下载
- 积分:1
-
windump the latest version of source code, web development required.
windump最新版本源码,网络开发必备。-windump the latest version of source code, web development required.
- 2022-02-18 15:26:40下载
- 积分:1
-
Super MA original game code
超级马丽游戏原代码-Super MA original game code
- 2022-01-26 02:48:11下载
- 积分:1
-
LCD 显示例子。
非常好用。
源代码完全开放。
LCD 显示例子。
非常好用。
源代码完全开放。
- 2023-05-13 07:15:03下载
- 积分:1
-
This is a procedural maze, the labyrinth is based on the size you the array size...
这是一个迷宫程序,迷宫大小是根据你定的数组大小来决定的,enjoy it。-This is a procedural maze, the labyrinth is based on the size you the array size to decide, enjoy it.
- 2023-05-04 10:55:03下载
- 积分:1