-
这个程序用来模拟银行业的情况
本程序主要用于模拟某银行一天的营业状况,可用文本配置窗口、
座位数和测试分钟数-This procedure used to simulate a situation in the banking business day
- 2022-05-10 11:51:54下载
- 积分:1
-
这是一个用VFP做的小程序 用来管理、查询书法家的信息
这是一个用VFP做的小程序 用来管理、查询书法家的信息-VFP so small programs used to manage inquiries calligrapher information
- 2022-03-18 22:02:40下载
- 积分:1
-
用borland delphi 写的通讯录程序!是delphi初学者的宝贝哦,免费!...
用borland delphi 写的通讯录程序!是delphi初学者的宝贝哦,免费!-with written correspondence procedures! Delphi beginners is the beloved Oh, free!
- 2022-03-18 07:09:18下载
- 积分:1
-
License Options file and may replace Named Users for a Program. whether temporar...
License Options file and may replace Named Users for a
Program, whether temporarily or not, no more than four (4)
times per year, prov
file never exceeds the number licensed per Program.
Portions of the Programs may be installed on individual
computers to accelerate startup times, as long as the-License Options file and may replace Named Users for a Program. whether temporarily or not. no more than four (4) times per year. 577 file never exceeds the number licensed per Program. Portions of the Programs may be instal led on individual computers to accelerate star tup times, as long as the
- 2023-05-26 21:00:03下载
- 积分:1
-
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题...
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题-Benefits are not afraid of the sprintf function as sprintf only so much I have try to improve the country without the basic problem
- 2022-09-08 03:15:02下载
- 积分:1
-
这是用Windows编写的,已经是一个完整的游戏了。游戏名字叫陕西麻将。...
这是用Windows编写的,已经是一个完整的游戏了。游戏名字叫陕西麻将。-This is prepared by using Windows, it is a complete game. Shaanxi mahjong game name.
- 2022-03-20 09:15:20下载
- 积分:1
-
Embedded Visucvcal C++嵌入式编程)〉书上的源代码 .Embecvdded Visual C++嵌入式编程)〉书上的源cv代码 ....
Embedded Visucvcal C++嵌入式编程)〉书上的源代码 .Embecvdded Visual C++嵌入式编程)〉书上的源cv代码 .-Embedded Visucvcal Embedded C Programming)> on the source code. Embecvdded Embedded Visual C Programming)> on the source code cv.
- 2022-03-07 17:57:18下载
- 积分:1
-
利用函数重载实现的c++日志库
自己实现的日志库,使用宏定义输出一系列的重载函数仅支持3个及3个以内的参数个数。参数类型可为int和char×参考了SAStatusLog的实现。但是基本不一样的
- 2023-06-19 23:55:03下载
- 积分: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
-
a classic game of mines dug code
一个经典的挖地雷游戏的代码-a classic game of mines dug code
- 2022-04-06 22:26:09下载
- 积分:1