-
WebTest
web得,里面是我们做项目时候的DEMO(WEB ,this is our in classing do ,will de text)
- 2010-01-03 19:15:42下载
- 积分:1
-
056457
VC 实现刷新桌面实例,精选学习源码,很好的参考资料。(VC to refresh the desktop case, select learning source code, a good reference.)
- 2013-12-25 11:02:38下载
- 积分:1
-
Gaussianfit2D
实现了2维高斯拟合,可用于生物荧光标记的显微图像的拟合。(Achieved a 2-dimensional Gaussian fitting, can be used for biological fluorescence microscopic image of the fitting.)
- 2009-07-10 15:56:05下载
- 积分:1
-
一个与MyIE功能相同的多窗口浏览器,相当实用,包含全部源代码,强烈推荐
一个与MyIE功能相同的多窗口浏览器,相当实用,包含全部源代码,强烈推荐- With the MyIE function same multi- windows browser, is quite
practical, contains the complete source code, intense recommendation!
- 2022-10-30 18:00:03下载
- 积分:1
-
201305151045
通过vb UserControl.AsyncRead方法在后台下载互联网上的文件(Creating Visual Basic Components For The Web(UserControl.AsyncRead))
- 2014-11-06 11:43:05下载
- 积分:1
-
GetData20160516Up
使用研华数据采集卡,采集电压电流数据,生成报表,生成波形图并储存起来,使用其程序,需要安装研华驱动(Using Yanhua data acquisition card, collect voltage and current data, generate report forms, generate waveform diagrams and store them.)
- 2018-08-13 20:03:07下载
- 积分:1
-
friend
朋友管理系统,很适合初学者,MFC编写,
访问数据库,只要说明数据库即可(Friend management system, very suitable for beginners, MFC write, access to the database, the database can be as long as the description)
- 2009-12-14 08:52:25下载
- 积分:1
-
DirectAccessHD
说明: 我以前从网上下的一个实例,可以读取扇区数据,也可以删除和备份数据;(I used the Internet from an example, can read data sector can also delete and backup data;)
- 2006-04-19 14:57:48下载
- 积分:1
-
Radon
说明: Radon变换的程序,如果需要可以试试~(Radon)
- 2010-03-22 11:32:08下载
- 积分: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