-
网络变成的基础篇系列,是学习网络变成的基础教程
网络变成的基础篇系列,是学习网络变成的基础教程-the basic series of network programming is the basic course of learnning net work programming
- 2022-05-11 01:53:32下载
- 积分:1
-
关机程序,采用C++ ,开发,可以定时关机,关机定时
关机程序,采用C++ ,开发,可以定时关机,关机定时-关机程序
- 2023-06-14 07:20:05下载
- 积分:1
-
一个连连看的EVC小程序,很有趣的,源代码可以学习。
一个连连看的EVC小程序,很有趣的,源代码可以学习。
- 2022-08-08 22:46:50下载
- 积分:1
-
331 games. Very classic, but there are some functional deficiencies, and that ne...
五子棋联网游戏。很经典的,不过还有一些功能上的不足,这是需要改进的地方。-331 games. Very classic, but there are some functional deficiencies, and that needs improvement.
- 2022-05-07 17:13:07下载
- 积分:1
-
很简单的计算器哦~!~! 本人的小作业!
很简单的计算器哦~!~! 本人的小作业!-very simple calculator oh ~! ~! My small operation!
- 2022-01-25 18:42:15下载
- 积分:1
-
画图功能,可以画直线,矩形,椭圆,圆形等形状,画图功能通过菜单控制...
画图功能,可以画直线,矩形,椭圆,圆形等形状,画图功能通过菜单控制-drawing function, line drawing, rectangle, oval, circular, and other shapes, drawing control functions through the menu
- 2022-05-24 10:33:44下载
- 积分:1
-
企业聊天软件
EimSystem是一个简单的企业聊天软件,功能包括,基本的文字聊天,文件传输,视频聊天,和语音聊天。网络协议基于UDP
界面比较简洁,包括客户端和服务器两个部分。
- 2022-05-21 21:14:09下载
- 积分:1
-
This is the third part of the game is the use of a transparent manner the backgr...
这是游戏的第三部分,是利用透明背景的方式去掉人物外面的白框-This is the third part of the game is the use of a transparent manner the background to remove the white figure outside the box
- 2023-04-25 03:50:02下载
- 积分:1
-
Operating system, curriculum design, page
操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
- 2022-05-22 17:00:39下载
- 积分: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