-
windows xp设备驱动程序开发,经典例子
windows xp设备驱动程序开发,经典例子-windows 2000/xp device driver program development
- 2022-07-14 18:45:27下载
- 积分:1
-
在clistctral直接修改功能添加控制
在ClistCtral 控件中添加直接修改功能-Add control at ClistCtral directly modify the function
- 2023-09-03 04:35:04下载
- 积分:1
-
RUP软件开发所有文档,完整版!
不仅加深你对软件开发的理解而且使用价值极大。分享...
RUP软件开发所有文档,完整版!
不仅加深你对软件开发的理解而且使用价值极大。分享-RUP Software Development of all documentation, the full version! Not only to deepen your understanding of software development and a great value. Share
- 2022-01-25 16:49:28下载
- 积分: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
-
EmailToGsm,邮件短信自动通知系统
EmailToGsm,邮件短信自动通知系统-EmailToGsm, e-mail messaging notification system automatically
- 2022-03-24 12:32:24下载
- 积分:1
-
A C
一个C#写的留言本,支持UBB,数据库采用Access
运行时将Web.config中
数据库所在目录改为本机实际目录
暂时未提供会员系统
起始页面:http://localhost/SaintGBook/Default.aspx
联系方式:
saintqiqi@163.com
-A C
- 2023-04-22 23:05:03下载
- 积分:1
-
sd card driver source code, support 4G, the hardware platform is a S3C2443
sd卡驱动源代码,支持4G,硬件平台是S3C2443
- 2023-01-12 06:15:03下载
- 积分:1
-
35738627串行外设接口模块SPI3 5738627串行外设接口模块SPI3 5738627串行外设接口模块SPI35738627串行外设接口模块SPI...
35738627串行外设接口模块SPI3 5738627串行外设接口模块SPI3 5738627串行外设接口模块SPI35738627串行外设接口模块SPI-35,738,627 Serial Peripheral Interface Module SPI35738627 Serial Peripheral Interface Module SPI35738627 Serial Peripheral Interface Module SPI35738627 Serial Peripheral Interface Module SPI35738627 Serial Peripheral Interface Module SPI35738627 Serial Peripheral Interface Module SPI
- 2022-09-21 22:20:03下载
- 积分:1
-
Labview打开PDF文件
首先需要安装PDF阅读器,通过Labview调用PDF的控件实现对PDF文件的阅读。
- 2022-02-01 19:47:25下载
- 积分:1
-
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数...
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数-gaosi fading channel simulation, including delays, multi-path condition, the simulation can directly call functions
- 2022-03-16 06:54:05下载
- 积分:1