-
Using C++ to prepare the Delaunay triangulation algorithm
用C++编写的Delaunay三角网实现算法-Using C++ to prepare the Delaunay triangulation algorithm
- 2022-01-26 06:06:30下载
- 积分:1
-
对象和皮肤检测
报告对象识别和皮肤检测中图像处理 — — 基于 KNN 分类器的最大似然算法和对象识别基于皮肤检测。
- 2022-03-11 04:22:55下载
- 积分:1
-
C# 源码 集成了很多Ajax控件,其中Tabs选项卡控件是非常实用的....
C# 源码 集成了很多Ajax控件,其中Tabs选项卡控件是非常实用的.-C# source code control integration of a lot of Ajax, which Tabs tab control is very practical.
- 2022-12-25 22:30:03下载
- 积分:1
-
挑战你的心理极限…… 建议不要再夜间独自观看……否则后果自负。...
挑战你的心理极限…… 建议不要再夜间独自观看……否则后果自负。-Challenge your mental limits ... ... We do not recommend re-watching alone at night ... ... or else your peril.
- 2022-03-15 15:50:15下载
- 积分:1
-
在qt编程环境下从数据库里读出所有数据列.
在qt编程环境下从数据库里读出所有数据列.-In the qt programming environment from the database to read out all data columns.
- 2022-09-12 20:10:03下载
- 积分:1
-
使用tcp或dup(可自由选择)开发的波形音频的录制与播放
使用tcp或dup(可自由选择)开发的波形音频的录制与播放-Wave/Sound recorder in the network support tcp or udp.
- 2022-11-07 01:55:03下载
- 积分:1
-
精彩的源
精彩FLASH源文件.供大家学习参考.我们一起努力吧.-wonderful source
- 2022-03-15 19:08:14下载
- 积分:1
-
smartphone2003 EVC编译器使用的字体选择的程序代码,很好的参考价值…
smartphone2003上 用evc编译的 字体选择程序代码, 很有参考价值, api编写-Smartphone2003 EVC compiler use the font selection procedure code, a good reference, api prepared
- 2022-05-13 11:41:50下载
- 积分:1
-
基数排序算法的实现
the implementation of radix sort algorithm
- 2022-12-12 10:45:03下载
- 积分: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