-
抽象工厂实现
设计模式,提供了C++方法实现抽象工厂,对于想掌握编程的用户来说很有帮助
- 2022-11-29 08:00:03下载
- 积分:1
-
C#编写的道路圆曲线逐桩坐标计算程序
基于C#的Winform程序,目前支持首页百度搜索资料,缓和圆曲线逐桩坐标计算,任意多边形面积计算,Cass坐标文件一键XY互换,3°带6°带坐标转换;支持一键强制关机,支持换肤。
- 2022-03-16 19:48:36下载
- 积分:1
-
pso系统的编程,计算误码率的,经过仿真可以实际应用
pso系统的编程,计算误码率的,经过仿真可以实际应用-PSO system programming, BER calculation, after the practical application of simulation can
- 2022-03-17 05:05:28下载
- 积分:1
-
NXP LPC3000 series wince BSP package, it is the classic transplantation
NXP LPC3000系列 wince BSP包,很经典的移植-NXP LPC3000 series wince BSP package, it is the classic transplantation
- 2022-06-30 06:39:15下载
- 积分: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
-
爱立信R380s模拟器.
爱立信R380s模拟器.-Ericsson R380s simulator.
- 2022-01-24 15:56:15下载
- 积分:1
-
wince5.0 battery under the upper application, testing whether the charge, showin...
wince5.0下的电池的上层应用程序,检测是否充电,弹出界面,显示电量大小,是学习ui线程的好例子-wince5.0 battery under the upper application, testing whether the charge, showing the size of electricity is a good example to learn ui thread
- 2023-03-30 02:35:04下载
- 积分:1
-
A good an example of multi
很好的一个多媒体编程的一个实例,大家顶下!-A good an example of multi-media programming, the top U.S. under!
- 2022-09-06 05:15:02下载
- 积分:1
-
15-puzzle(Game of Fifteen)
15-拼图是滑动拼图包含一帧的编号正方形瓷砖按随机顺序与一瓷砖丢失。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-14 13:18:05下载
- 积分:1
-
TIFF格式阅读Qt程序用于生成动态库的程序源码…
qt程序读tiff格式所用的动态库生成程序源码.-tiff format Reading qt procedures used to generate a dynamic library program source.
- 2023-08-30 08:50:05下载
- 积分:1