-
实现两个聚类中心之间的最小距离,如小于此数,两个聚类进行合并的功能。...
实现两个聚类中心之间的最小距离,如小于此数,两个聚类进行合并的功能。-This is a program of achiving the least distance of two clustering middle as the function of conbining two clustering less than some number.
- 2023-07-15 09:30:04下载
- 积分:1
-
RTF file format research reports, is to learn good information on RTF printing.
RTF文件格式研究报告,是学习RTF打印技术的好资料。-RTF file format research reports, is to learn good information on RTF printing.
- 2023-08-26 00:45:03下载
- 积分:1
-
jsp to html jsp to html jsp to html jsp to html
jsp to html jsp to html jsp to html jsp to html -jsp to htmljsp to htmljsp to htmljsp to htmljsp to htmljsp to htmljsp to htmljsp to html
- 2022-06-26 21:33:54下载
- 积分: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
-
Btree
B树
- 2022-03-18 05:22:23下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-04-22 02:22:27下载
- 积分:1
-
Windows CTI入门编程(1)
Windows CTI入门编程(1)-Windows programming (1)
- 2022-01-21 00:33:02下载
- 积分:1
-
RSA 和ECC的比较文件
RSA 和ECC的比较文件-RSA and ECC comparative document.
- 2022-02-06 05:32:13下载
- 积分:1
-
一个简化的学生成绩核算系统的设计与实现的程序
一个简化的学生成绩核算系统的设计与实现的程序-Student achievement of a simplified accounting system design and implementation process
- 2022-07-19 10:11:07下载
- 积分:1
-
发送邮件程序
C#编写邮件代码,主要是为了提供给广大用户学习socket而用,资料很不错的,大家赶紧来下哦
- 2022-07-16 03:37:09下载
- 积分:1