-
a20040623neta
A star 算法求解最短路径问题(A star algorithm for the shortest path problem)
- 2004-12-13 16:20:17下载
- 积分:1
-
TransparentWindow
仿Win7半透明窗口效果,vc++实现,使用的是分层窗口的方法,用算法实现阴影效果(Imitation Win7 translucent window effect vc++ to achieve using a layered window algorithm to achieve the shadow effect)
- 2012-08-02 16:16:34下载
- 积分:1
-
openGl游戏编程1
opengl 游戏编程的配套例子,创建几个旋转的三角形
- 2022-11-26 07:15:05下载
- 积分:1
-
GIS-of-School
校园GIS系统,自己完成的校园浏览查询系统,没有数据。(GIS System of School。)
- 2020-12-15 11:19:13下载
- 积分:1
-
SendToCS
This is 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<String^>
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 ni<OrderPanel->Controls->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")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
toumingDiadlg
半透明对话框源代码可以帮助大家了解其原理,移植到自己的程序中去(Translucent dialog source code can help you understand the principle, transplanted to their own programs to)
- 2014-02-18 08:27:32下载
- 积分:1
-
minmaxtemprecorder
it is used to store the min and max temperatures
- 2010-08-06 20:46:40下载
- 积分:1
-
PStechnology
详细介绍了ps的基础技巧,让你从小白成为ps高手迈出了第一步。(Details of the ps of basic skills, so that you become ps from the white master the first step.)
- 2013-12-28 20:40:28下载
- 积分:1
-
ZStack-CC2530-2.5.1a-StepMotor
基于zigbee技术CC2530 开发控制步进电机(Development and Control of Stepping Motor Based on Zigbee Technology CC2530)
- 2020-06-22 23:00:01下载
- 积分:1
-
opencv边缘检测简单例子
opencv边缘检测简单例子,采用sobel算子、canny算子、laplace算子。
- 2022-08-11 05:36:25下载
- 积分:1