-
初学c++的好帮手,几百个小程序让你轻松学会
初学c++的好帮手,几百个小程序让你轻松学会-lean c++ is a good helper, hundreds of small programs allow you easily tolearn to
- 2022-01-31 04:16:53下载
- 积分:1
-
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。...
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。
设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。
实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。-Description: list queue model procedures for practice and understand the basic principles of the queue list and realization method. Functions: to achieve a leading node in the queue list to create, insert, delete, traverse, judge for the space, as well as the destruction of other functions. Set debug parameters output function can be used to track the major changes in single-step variables. Realize a custom command-line SHELL, receive an explanation and implementation of the operation command.
- 2022-03-17 09:51:00下载
- 积分:1
-
数据结构的经典学习编程算法是经典的例子,…
数据结构经典算法 是学习编程的经典例子,对于数据结构的学习有一定的帮助-data structure classical learning programming algorithm is the classic example, the data structure of the study will help
- 2022-08-06 02:44:35下载
- 积分:1
-
php彩信发送文件自己下载研究看看吧
php彩信发送文件自己下载研究看看吧-php MMS to send files to download to look at the bar
- 2022-08-09 07:48:00下载
- 积分:1
-
v.hdl file an electronic clock, as long as the requested action will begin to sh...
v、 hdl文件一个电子钟,只要请求动作就开始显示sw
- 2022-03-15 07:29:25下载
- 积分: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
-
使用定时器(MFC)示例代码
使用定时器(MFC)示例代码-use timer (MFC) sample code
- 2022-06-14 00:41:35下载
- 积分:1
-
图象腐蚀,膨胀,细化算法,图象腐蚀,地图信息的细化
图象腐蚀,膨胀,细化算法,图象腐蚀,地图信息的细化-Corrosion image, expanding, thinning algorithm, Graphical corrosion detailed map information
- 2022-07-26 07:15:14下载
- 积分:1
-
AsynchDownload
VB异步下载实例,高效快速稳定异步处理下载-AsynchDownload
- 2022-05-29 09:50:09下载
- 积分:1
-
一个Vc编的示波器,使用定时器,带有坐标,可作为波形显示控件...
一个Vc编的示波器,使用定时器,带有坐标,可作为波形显示控件-Scope,WaveShow
- 2022-01-31 09:58:35下载
- 积分:1