-
模拟鼠标单击双击功能
非原创
好用
模拟鼠标单击双击功能
非原创
好用 -Simulated mouse click double-click function of non-original-to-use
- 2022-12-21 01:25:03下载
- 积分:1
-
怎样读取灰度图象的灰度值.txt,在vc++中编译通过
怎样读取灰度图象的灰度值.txt,在vc++中编译通过-How to read the gray value of gray-scale images. Txt, in vc++ Compiled through
- 2023-04-10 18:20:03下载
- 积分:1
-
这是非常有用的图像处理中的特征提取。
It is very useful for feature extraction in image processing.
- 2023-05-08 19:30:03下载
- 积分:1
-
得到系统错误信息
得到系统错误信息-Getting the systems error message
- 2022-02-01 07:34:57下载
- 积分:1
-
计算机的计算犯法的上级实习
比叫小,但横事用,呵呵,大家多多下咯...
计算机的计算犯法的上级实习
比叫小,但横事用,呵呵,大家多多下咯-computer calculation of the higher offense than grassroots attachment, but with Wang thing, huh, we 1,10 under a lot! !
- 2022-01-22 04:15:06下载
- 积分:1
-
PPP协议的状态机实现例子
PPP协议的状态机实现例子-PPP agreement FSM example
- 2022-02-04 00:11:50下载
- 积分:1
-
#用来修改数据的脚本文件,可以将不同的格式的文件用perl统一到一起。...
#用来修改数据的脚本文件,可以将不同的格式的文件用perl统一到一起。-used to revise the script file data can be a different format documents perl reunification together.
- 2023-04-11 09:45:04下载
- 积分: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
-
一个自己定时关机的程序 调用了xp 的部分类
一个自己定时关机的程序 调用了xp 的部分类-One tool for show to shutdown the windows system. Notes: it need XP dev packet.
- 2022-02-03 22:57:51下载
- 积分:1
-
MFC程序——计算器
一个基于MFC框架的程序,程序可以实现简单的加法、减法、乘法、除法四种运算,程序是在VC++6.0上实现的。
- 2023-05-20 11:50:04下载
- 积分:1