-
人体运动跟踪
这是人类运动跟踪代码,由c++,编辑vs2008中,所以你必须打开高版本。这是人类一个摄像头运动跟踪,所以efficey非常高,但这种相对较低。谢谢你转载。
- 2022-06-15 02:30:51下载
- 积分:1
-
C#绝佳的编程秘诀
C#绝佳的编程秘诀- 以空间换时间算法精要,有需要的可以参考-good program for c#
- 2022-03-18 14:34:57下载
- 积分:1
-
把两个数组合并,并查询
把两个数组合并,并查询-merging the two arrays, and inquiries
- 2023-01-12 22:30:03下载
- 积分:1
-
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发...
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发-A simple example of sending messages, sending targeted at 10086, free, you can rest assured that hair
- 2022-11-22 00:25:02下载
- 积分:1
-
图标制作工具
是一个不错的程序,值得学习
图标制作工具
是一个不错的程序,值得学习-sdfgsdf
- 2022-01-22 14:28:50下载
- 积分:1
-
Visual C++学习的例子,可以直接运行,初学者可以了解MFC…
Visual C++的学习实例,可直接运行,初学者可了解Visual C++的MFC运行过程和MFC的结构等。包括COM、CWND、CFrameWnd、CView/CDocument结构-Visual C learning examples can be run directly, beginners can understand the MFC Visual C operating processes and the structure of MFC. Including COM, CWND, CFrameWnd, CView/CDocument structure etc.
- 2022-04-28 20:29:51下载
- 积分:1
-
北星定位,利用C++环境,定位一个朋友需要分类。
北星定位,采用C++环境,需要定位处理类的朋友可以下载-Beixing positioning, using C++ Environment, the need for positioning a friend class can be downloaded
- 2022-04-19 02:46:02下载
- 积分:1
-
VC6平台文档GDAL的安装,安装简单、方便
vc6平台下的安装的gdal文件,安装简单,易用。安装gdal的主站安装说明安装即可-vc6 platform document gdal installed, installation is simple, easy-to-use. Install gdal installation instructions of the master station can be installed
- 2022-12-14 22:30:04下载
- 积分: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
-
可以实现从键盘输入和屏幕显示的功能
能够实现从键盘输入并在显示器上显示的功能-can achieve input from the keyboard and the screen shows the function
- 2022-05-07 00:43:00下载
- 积分:1