-
我刚学习VC++ 6.0,自己做的笔记。希望对初学者有一些帮助。
我刚学习VC++ 6.0,自己做的笔记。希望对初学者有一些帮助。-I have just learning VC++ 6.0, make their own notes. Hope to have some help for beginners.
- 2022-10-24 18:05:03下载
- 积分:1
-
北大西洋公约组织
NATO - lipori-Eye localization a survey-NATO- lipori-Eye localization a survey
- 2022-10-17 15:40:03下载
- 积分:1
-
模糊模型的c++源代码,注释完整,清晰易懂
模糊模型的c++源代码,注释完整,清晰易懂-Fuzzy Programming
- 2022-03-21 17:31:02下载
- 积分:1
-
矩阵乘法,用运算符重载实现,用VC++编写
矩阵乘法,用运算符重载实现,用VC++编写-Matrix multiplication, using operator overloading to achieve with VC++ Prepared
- 2022-05-25 19:15:55下载
- 积分:1
-
自编的小程序
自编的小程序-屏幕保护-written procedures small-screen
- 2023-02-26 08:25:04下载
- 积分:1
-
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。...
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。-Using SetWindowsHookEx for ways to build SHELL hook, closed to all open records process.
- 2023-02-05 01:15:03下载
- 积分:1
-
使用 Labview While 循环的坦克程序
这是简单的 labview 程序了解 while 循环与字符串显示。这个程序可以帮助您理解而独自一人开始循环结束值。
- 2022-09-23 18:05:02下载
- 积分: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
-
bank savings system's main purpose is to depositors of their deposits, and c...
银行储蓄系统的主要用途是为储户保管存款,并计算存款利息,提供自由存款与取款的服务-bank savings system"s main purpose is to depositors of their deposits, and calculate interest on deposits, deposits and withdrawals free services
- 2023-01-19 02:40:04下载
- 积分:1
-
快捷键的应用,方便了用户,实现了即可以用鼠标操作也可以用键盘操作的实现...
快捷键的应用,方便了用户,实现了即可以用鼠标操作也可以用键盘操作的实现-Application shortcut keys make it easier for users to realize that the mouse can be used to operate a keyboard can also be used to achieve operation
- 2022-08-25 08:53:31下载
- 积分:1