-
在 c + + 的功能全面的 Windows HTTP 包装
这是全功能的 WindowsHTTP在 c + + 中的包装。它是在 c + + 类的包装。它是功能完备、 易于使用。你只需要包含一个头文件,使用的封装器。
- 2022-06-29 06:50:28下载
- 积分:1
-
dropbox client for windows phone 8
一款Windows Phone8的应用程序,可以帮助您 拍照 选择一个文件名 其存储在Dropbox的所有用最少的用户交互。 我自己做的目的纯粹是。代码质量是很可怕的,但事情的作品。如果你是一个MVVM纳粹,这个代码将让你不寒而栗。
- 2022-05-09 14:23:02下载
- 积分:1
-
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料...
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料-ACM commonly used algorithm commonly used algorithms and thinking, is my own collection of carefully, with Tsinghua ACM training when the handwriting on the staff ACM is an excellent reference
- 2022-01-25 20:35:18下载
- 积分:1
-
说明:使用该软件可以很容易地将图片转换为数组的需要,…
说明:
使用该软件可方便地将图片转换为需要的数组,也可以将数组转换为相应的图片.-Note: Use the software can easily convert the picture to the needs of an array, the array can also be converted to the corresponding picture.
- 2022-02-25 12:58:22下载
- 积分:1
-
C# 入门 做简单计算器
自己最近在看C# 简单尝试了一下,挺有意思的,这是一个用c#写的 简单的计算器,用vs2010写的 所以 肯能需要用2010或以上版本 直接点击.sln文件打开
- 2022-02-03 04:14:33下载
- 积分:1
-
程序用于对txt文档进进读写操作,对txt文档里的数据进行统计,采用指针的方式操作文档...
程序用于对txt文档进进读写操作,对txt文档里的数据进行统计,采用指针的方式操作文档-Txt document procedures used to enter into the reading and writing operations, the txt file in the data statistics, the way the use of pointer operations document
- 2022-05-07 20:49:15下载
- 积分: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
-
qxl驱动源码,包括miniport和display两部分
qxl源码包,Windows qxl驱动,包括miniport和display两部分。使用Windows SDK直接运行build -cZg即可。生成文件包括qxldd.dll和qxl.sys文件。
- 2022-07-14 04:09:56下载
- 积分:1
-
JAVA点餐系统
用JAVA语言编写点餐系统,用户界面友好,首先向用户进行问候,用户可以通过鼠标点击进行点餐,界面显示菜名以及剩余量,确定,取消等button,点餐结束后提供讲笑话服务,用户可以进行更换或关闭,可以加餐,用户用餐完毕显示总价。
- 2022-07-24 16:35:09下载
- 积分:1
-
MT5Gateway
This code is a sample gateway program between Metatrade 5 platform and external system.
This code is a sample gateway program between Metatrade 5 platform and external system.
This code is a sample gateway program between Metatrade 5 platform and external system.
This code is a sample gateway program between Metatrade 5 platform and external system.
- 2023-03-18 06:00:05下载
- 积分:1