-
QThread
基于Qt的多线程实例,Multithread instance based on Qt(Multithread instance based on Qt)
- 2020-06-19 10:00:02下载
- 积分:1
-
Zig_Wire_less
Zigbee netowrks description and software for them
- 2014-06-06 21:44:19下载
- 积分:1
-
Clip
arcengine 二次开发 实现shape格式的图层裁剪 (arcengine secondary development shape the format of the layer cutting)
- 2010-07-02 20:00:49下载
- 积分:1
-
LLC_Appnotes
用DSP做DC/DC LLC谐振电源(隔离)(DC/DC LLC Reference Design Using the dsPIC® DSC)
- 2012-09-19 09:03:25下载
- 积分:1
-
GPS
GPS定位信息接收系统、visual C++程序、课程作业(GPS location information receiving system)
- 2015-04-21 10:22:09下载
- 积分:1
-
TSFilterSw_2.1.0.2src
一个命令行工具,主要为BDA架构的数字电视应用。这个工具可以从DIRECTSHOW ROT表中搜索包含TSFileSource Filter(源码我已发布)的FilterGraph,并可以对它进行控制,如切换上一个或下一个节目组等(A command-line tool, mainly for the BDA architecture digital TV applications. This tool can DIRECTSHOW ROT english table contains TSFileSource Filter (source I have released) the FilterGraph, and can control it, such as a switch or a program group, such as)
- 2008-03-29 12:11:48下载
- 积分:1
-
HideLyc
注:用VS2012才能打开。
写的一个覆盖电影字幕的应用。在欣赏欧美大片的同时,运行此软件遮挡字幕,有利于提高听力。(A prog that can cover Lyrics of the movie in order to help you raise your listening ability. )
- 2013-05-31 21:41:51下载
- 积分:1
-
1245367887
电力拖动自动控制系统—运动控制系统课件,为学习和理解电机控制理论提供帮助。(Electric drive control system- motion control system software for learning and understanding of motor control theory to help.)
- 2011-06-09 21:10:58下载
- 积分: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
-
VLCDemo
MFC调用VLC的动态库libvlc.dll实现简单播放器,支持播放、暂停、停止、进度显示和进度控制、声音控制、支持中文路径的文件名字。VC6.0环境,可直接运行。(MFC calls VLC dynamic library libvlc.dll simple player, play, pause, stop, schedule display and schedule control, sound control, support Chinese path of the file name. VC6.0 environment, can be directly run.)
- 2013-07-15 09:41:10下载
- 积分:1