-
The main application source code printf function and procedures address the acce...
本源码主要应用PRINTF函数和程序地址的访问,属于C方面的高级编程-The main application source code printf function and procedures address the access, C side are high-level programming
- 2022-01-25 20:53:55下载
- 积分:1
-
一个组态王机械手控制的实例教程。版本为6.53
一个组态王机械手控制的实例教程。版本为6.53-A robot controlled KingView tutorial examples. Version 6.53
- 2023-02-28 06:00:03下载
- 积分:1
-
- 2022-07-17 21:45:03下载
- 积分:1
-
从PLC上采样运动控制的XY位置坐标,事件方式的RS232通信采样,XY二维图形显示...
从PLC上采样运动控制的XY位置坐标,事件方式的RS232通信采样,XY二维图形显示-sampling from the PLC on the control of XY coordinates, in the way RS232 communication sampling, XY 2D graphics
- 2022-03-05 04:03:19下载
- 积分:1
-
vc++文件教程中的例子 mfc中网络方面的的 下去看吧 挺有意思的...
vc++文件教程中的例子 mfc中网络方面的的 下去看吧 挺有意思的-vc++ example file tutorial mfc go on the network aspects of the Kanba quite interesting
- 2022-03-30 01:20:03下载
- 积分:1
-
一个简单的例子,如何在C++中使用类。
A simple example of how to use classes in c++.
- 2022-02-25 07:31:25下载
- 积分:1
-
C语言工程的学生一本书。
a book on c language for engineering students..
engineering students can find this book very useful
- 2023-08-28 19:05:04下载
- 积分:1
-
视窗电话费用管理系统
应用背景费用报告旅客可以创建和管理费用报告无论何时何地,无论是哪一个方便,包括通过智能手机或平板电脑。另外,审稿人可以打开费用报告,并附上支持文件他们收到电子邮件通知,没有登录到应用程序。旅游计划执行企业旅游支出发生前的政策,通过验证符合员工的旅行计划,并创建一个快速,容易审批的过程。你还可以附上旅行开支报告的计划和比较计划与实际费用的改善审批决策,增加未来预算的准确性;关键技术和公司的项目,为项目的设计,某些对象被认为是类的即时对象。一个类被定义为一个蓝色的打印目的了解了有必要采取以下类考虑,多态,封装和抽象。
- 2022-08-16 02:25:57下载
- 积分:1
-
personal curriculum design source. Including a hefty almanac, a UFO C game. Stud...
个人的课程设计源码.包括一个万年历,一个UFO的C游戏程序.还有学生管理系统..全是C的-personal curriculum design source. Including a hefty almanac, a UFO C game. Students in the management of the entire system .. C
- 2022-04-29 07:25:30下载
- 积分: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