-
vc write with a very beautiful electronic bell
用vc写的一个非常漂亮的电子钟-vc write with a very beautiful electronic bell
- 2022-01-31 07:26:25下载
- 积分:1
-
石器2.0源代码!
完全可编译!
2008.08.27 最新代码!
石器2.0源代码!
完全可编译!
2008.08.27 最新代码!-Stone 2.0 source code! Fully compiled! 2008.08.27 latest code!
- 2022-03-18 22:21:34下载
- 积分:1
-
工厂设计模式的示例 C#
这是在 Visual Studio 2012 上使用 C#.NET 的工厂设计模式执行的一个例子。
在软件设计迟早要用到一家工厂中有许多方案。基本上,当你使用一个家庭类多态性-盟友,你可以从使用工厂获益。通常一家工厂提供了以下好处:
脱钩了解如何创建具体类型的实例的客户端代码 (您使用这些类的代码)
将分离的客户端代码从这些具体的类本身的知识。这就是客户端代码只知道的抽象基类或接口,但不是派生或混凝土类
下面是同样的示范。
- 2022-04-10 18:35:56下载
- 积分:1
-
最新仙镜传说服务器C语言源码,网络游戏公开源码
最新仙镜传说服务器C语言源码,网络游戏公开源码-latest cents Mirror legend C language source server, network game open source
- 2022-07-05 14:14:20下载
- 积分: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
-
windows mobile下evc的gdi编程,拷屏
windows mobile下evc的gdi编程,拷屏-windows mobile under the EVC
- 2022-03-15 22:00:57下载
- 积分:1
-
This is a set of procedures for beginners
这是java的一套程序,适合初学者-This is a set of procedures for beginners
- 2022-06-20 15:59:10下载
- 积分:1
-
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦...
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦-mfc
- 2022-01-26 04:36:24下载
- 积分:1
-
(系统类)小闹钟 能够十分准确提醒你
(系统类)小闹钟 能够十分准确提醒你-(System)A little Alarm Clock, which can remind you of the time accurately.
- 2023-08-07 19:05:03下载
- 积分:1
-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1