-
WinCE下的MP3播放器,MP4
一个在WinCE下的媒体播放器,可用于MP3,MP4 开发的源码,可以给于参考学习。-WinCE under a media player for MP3, MP4-source development can be in reference to the study.
- 2022-02-21 21:07:08下载
- 积分:1
-
Pocket PC sample stream interface drivers, including how to load stream interfac...
Pocket PC流接口驱动示例,包括如何加载流接口驱动。-Pocket PC sample stream interface drivers, including how to load stream interface driver.
- 2022-01-26 07:43:04下载
- 积分:1
-
约束规划理论和相关算法设计的经典著作,约束规划作为求解资源受限的复杂优化问题,有较好的效果...
约束规划理论和相关算法设计的经典著作,约束规划作为求解资源受限的复杂优化问题,有较好的效果-a good tutorial to comstraint programming
- 2022-09-13 08:25:04下载
- 积分:1
-
ppc 下读取电池状态的代码。
This sample demonstrates how to use the State and Notificatio...
ppc 下读取电池状态的代码。
This sample demonstrates how to use the State and Notification Broker APIs. -ppc read battery status under the code. This sample demonstrates how to use the State and Notification Broker APIs.
- 2023-08-29 16:55:02下载
- 积分:1
-
人眼定位中的几个源程序,希望对希望对做图象处理的同志有帮助...
人眼定位中的几个源程序,希望对希望对做图象处理的同志有帮助-Eye-positioning several source code, and they hope to hope to do image processing comrades help
- 2022-04-20 06:39:46下载
- 积分:1
-
文本编辑,实现了汉字英语的显示,以及字符的滚动与闪烁效果....
文本编辑,实现了汉字英语的显示,以及字符的滚动与闪烁效果.-Text editor, realize a display of Chinese characters in English, as well as the characters in the rolling and blinking effect.
- 2022-01-26 00:46:35下载
- 积分:1
-
DS18B20 and MCU interface process, contains the initialization and read
DS18B20与单片机的接口程序,包含对DS18B20的初始化和读写部分。-DS18B20 and MCU interface process, contains the initialization and read-write DS18B20 part.
- 2023-03-29 07:30:04下载
- 积分:1
-
处理zip压缩格式的VC代码
处理zip压缩格式的VC代码-handle zip code format VC
- 2022-08-15 09:20:53下载
- 积分: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
-
操作系统上机习题
操作系统上机习题-operating system on the plane Exercises
- 2022-07-08 15:13:56下载
- 积分:1