-
Program features in the Visual C++ In the realization of multi
程序功能是在Visual C++中实现对多画面窗口的控制。运行环境为Windows2000/XP,Visual C-Program features in the Visual C++ In the realization of multi-screen control window. Runtime environment for Windows2000/XP, Visual C
- 2023-03-01 10:15:03下载
- 积分:1
-
source code of NN applied in DAC
source code of NN applied in DAC-Based Successive Approximation
- 2022-03-02 08:32:06下载
- 积分:1
-
GDC Technology and XpanD Partner to Launch Largest 3D Theater Deployment Through...
GDC Technology and XpanD Partner to Launch Largest 3D Theater Deployment Throughout Mainland China
- 2022-06-16 11:49:35下载
- 积分: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
-
用Hough变换实现多个目标检测
用Hough变换实现多个目标检测,包含参考论文,visual-studio环境下开发,可以实现对多个目标的检测,hough的原理,论文中有说明,也可以上网查阅。
- 2022-03-20 04:27:44下载
- 积分:1
-
翻页导航栏
首页 上一页 1 [2][3][4][5] 下一页 尾页 1/10
翻页导航栏
首页 上一页 1 [2][3][4][5] 下一页 尾页 1/10-Page navigation bar Home Previous 1 [2] [3] [4] [5] Next Last Page 1/10
- 2022-01-28 23:36:14下载
- 积分:1
-
abc
真正的物资管理三层源代码...废话不多说..个人感觉OK-abc
- 2022-07-20 01:47:19下载
- 积分:1
-
窗口信息
Windows Info-ZIP (WiZ) Index Introduction What is WiZ ? Installing WiZ How To... Open an Archive File Show the Archive Comment Browse Text in the Archive Extract Files from the Archive Test Files in the Archive Create or Update an Archive Exit WiZ Screen Regions Title Bar Menu Bar Toolbar Buttons ArchiveDirectoryListbox Edit/Status Window Icon Error Messages Error Messages in the Edit/Status Window Error Messages in Dialog Boxes Glossary Defined Terms Product Information System Requirements Who is Info-ZIP ? Copyright and Distribution Where to Find Info-ZIP Products Warranty or Lack Thereof History Bugs and Restrictions - Windows Info-ZIP (WiZ) Index Introduction What is WiZ ? Installing WiZ How To... Open an Archive File Show the Archive Comment Browse Text in the Archive Extract Files from the Archive Test Files in the Archive Create or Update an Archive Exit WiZ Screen Regions Title Bar Menu Bar Toolbar Buttons ArchiveDirectoryListbox Edit/Status Window Icon
- 2022-03-12 15:49:19下载
- 积分:1
-
through command will drop directory for documents specified lower and upper can...
通过命令将指定的文件放在目录下,上层可以重写
- 2022-03-22 01:21:52下载
- 积分:1
-
简易电子琴,本程序只能单线程发音,即单音发音,具有一小点控制节奏的功能。...
简易电子琴,本程序只能单线程发音,即单音发音,具有一小点控制节奏的功能。-a simple electronic organ that can sounds a single sound, with a little tempo control.
- 2023-07-06 05:30:03下载
- 积分:1