-
目标图像的成像特性,使源图像成为了目标图像的特征。
目标图像的成像特性使源图像成为目标视频的成像特性
- 2022-02-13 14:52:04下载
- 积分:1
-
this rar file for the developers of projects
this rar file for the developers of projects-this is rar file for the developers of projects
- 2022-03-19 21:51:11下载
- 积分: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
-
This is a book on the 24
这是书上的关于24点游戏的代码,就是4张扑克牌用加减乘除凑24的游戏,VC编的,希望对大家有帮助-This is a book on the 24-point game of the code, that is, four cards together with calculation of 24 games, VC series, and they hope to help everyone
- 2022-07-20 15:26:57下载
- 积分:1
-
一些收获,大家共同分享,希望能够方便大家阅读,给大家编成带来些好处。
一些收获,大家共同分享...
一些收获,大家共同分享,希望能够方便大家阅读,给大家编成带来些好处。
一些收获,大家共同分享-some harvest, we share the hope that we can facilitate the reading, to bring you into some advantages. Some harvest, we share
- 2023-01-11 21:40:04下载
- 积分:1
-
时钟钟表的程序,C语言实现
写的一个时钟钟表运行程序,练练手,好久不做了,完成了时钟的运行程序,可以完整的跑一圈,大家可以在此基础上进行改进,欢迎指正以及私聊,如果有不明白的地方可以来询问。
- 2022-01-27 11:01:20下载
- 积分:1
-
现成的摇奖程序。
修改一下所需数量即可使用。
现成的摇奖程序。
修改一下所需数量即可使用。-摇奖off-the-shelf program. Changed a bit to use the required quantity.
- 2022-04-27 19:21:11下载
- 积分:1
-
局部敏感哈希
本项目实现了局部敏感哈希算法的C #。该算法是用来匹配一个具有速度快、精度高的非常大的数据集,类似的记录。这是一个与所有的类实现的形式方便的Windows窗体项目。它包括完整的带/ minhashing /检索部分LSH
- 2022-05-23 17:16:34下载
- 积分:1
-
分辨率的设置程序,可以任意测试设置系统的分辨率
分辨率的设置程序,可以任意测试设置系统的分辨率-Resolution of the setup program, you can test the system of arbitrary resolution
- 2022-03-04 07:49:14下载
- 积分:1
-
C++计时器源码
应用MFC框架的计时器程序,可以放大缩小窗口,设置计时时间,到时提醒,提示音等;可以关联PPT,点击开始后倒计时,同时自动播放PPT,支持PowerPoint 2003。开发工具vs2013,工程可以直接打开,含可执行程序。
- 2022-04-21 12:19:22下载
- 积分:1