-
简易计算器,可以连续输入计算式,然后输出结果。先把中缀式转换成后缀式然后计算。...
简易计算器,可以连续输入计算式,然后输出结果。先把中缀式转换成后缀式然后计算。
- 2022-02-14 07:47:18下载
- 积分: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
-
子分类技术的应用
子分类技术的应用-son Classification Technology Application
- 2022-05-25 08:32:59下载
- 积分:1
-
模仿大自然草的运动。用DX9编写,用泰勒公式逼近
模仿大自然草的运动。用DX9编写,用泰勒公式逼近-mimic natural grass movement. With DX9 prepared with Taylor approximation formula
- 2022-08-16 21:47:06下载
- 积分:1
-
中断 例子 USEFU
中断 例子 USEFU-interrupted example USEFUL
- 2023-05-15 10:50:02下载
- 积分:1
-
图形处理用一个简单的直线,圆,矩形等图形处理…
图形显示与处理
简单的对直线,圆,矩形进行平移,缩放,旋转,反转等变换-graphics processing with a simple pair of straight lines, circles, rectangles for translation, scaling, rotation, etc. transform inversion
- 2022-06-18 13:04:13下载
- 积分:1
-
文件分析
资源描述磁盘分析,文件分析,图片分析,word分析,统计数量
- 2022-11-23 13:50:04下载
- 积分:1
-
常用的软件来记忆英语单词都是基于不好理解的。
一般常用的英语背诵软件都是以单词为主,不能很好的理解英语句子的结构,而"英语句子通"能帮你实现整句的背诵,而且有整句的即时语音,中国人学英语往往注重背单词,而忽略了句子,往往达不到说一口流利英语的效, "英语句子通"的出现弥补了这个空白。 附了NewConcept第一册的部分句子(mdb数据库形式,不加密),可以自己添加。 软件要求:window系列平台,微软语音引擎(如装了金山词霸就可以了) 需vb6运行库,ado引擎。 注:附全部vb源代码!!! -commonly used software to memorize English words are based not well understood English sentence structure, "English sentence-" can help you achieve recitation of sentence, but the sentence instant voice, the Chinese people tend to focus on learning English words back, while ignoring the sentence, often fail Fluent in English, said the effect, "English sentence links" can make up this gap. A list of NewConcept the first part of the sentence (mdb database form and encryption), it will add its own. Software requirements : window Series platform, Microsoft Speech engine (such as installing a free email can be a) need VB6 runtime, ado engine. Note : A full vb source code! ! !
- 2022-02-04 15:51:03下载
- 积分:1
-
用Windriver生成的vb控制D12的源码
用Windriver生成的vb控制D12的源码-with Windriver generated vb source code control D12
- 2023-08-06 08:00:03下载
- 积分:1
-
Serial dynamic link library DLL Serial dynamic link library
串行动态链接库
- 2022-03-17 18:41:49下载
- 积分:1