-
两个乒乓球队进行比赛,各出3人。甲队为a,b,c三人,乙队为x,y,z三人,已抽签决定比赛名单。有人向队员打听比赛的名单,a说他不和x比,c说他不和x,z比,请...
两个乒乓球队进行比赛,各出3人。甲队为a,b,c三人,乙队为x,y,z三人,已抽签决定比赛名单。有人向队员打听比赛的名单,a说他不和x比,c说他不和x,z比,请编程序找出三队赛手的名单。-Two table tennis team competition, each person 3. A team for a, b, c three B teams for the x, y, z three, has decided to match the list of drawing. It was asked to match the list of members, a said that he did not and the x ratio, c said that he did not, and x, z ratio, the procedure is requested for three teams racing to find the list.
- 2022-02-27 03:43:57下载
- 积分:1
-
收发电子邮件与监视网络服务器资源
收发电子邮件与监视网络服务器资源-e-mail server and network monitoring resources
- 2022-08-20 12:25:51下载
- 积分:1
-
arm disk tool that can flash disk formatting, partitioning
arm磁盘工具,可以格式化flash盘,分区等-arm disk tool that can flash disk formatting, partitioning
- 2022-12-26 10:45:04下载
- 积分:1
-
《delphi6数据库应用程序100例》.zip
《delphi6数据库应用程序100例》.zip-"Delphi6 database applications hundred cases." Zip
- 2023-06-16 06:10:04下载
- 积分:1
-
ASP Type Library
资源描述说明:帮助 Delphi 建立 ASP Server 构件的修正版 ASP Type Library 之 Pascal 宣告档,并提供 COM Apartment Threading Model 的相关修正文件 ( 1.0 版,附源码
- 2022-03-11 15:23:12下载
- 积分:1
-
一个探测窗口信息的类Spy++小工具
一个探测窗口信息的类Spy++小工具-a window to detect the type of information Spy small tools
- 2022-09-17 08:10:03下载
- 积分:1
-
利用ANF快速计算椭圆曲线上的标量乘法
利用miracl大数库,利用椭圆曲线快速实现算法ANF计算椭圆曲线上的单标量乘法
- 2023-03-30 21:25:04下载
- 积分:1
-
php在线报名
要求基于PHP程序设计语言,MySQL数据库和Apache应用服务器,实现郑州小升初杯赛在线报名系统。主要功能包括:考生在线报名、管理员管理、留言管理、考生个人信息管理、主办方信息管理。
- 2022-01-31 06:40:02下载
- 积分:1
-
The first time, the Provisional contains some source code. There is nothing that...
第一次来,临时载点儿源码。没有什么说明,就为自己能下一点儿源码而来。
如果真有所收获,我以后就常来这儿,就我自己的源码整理后在上传。-The first time, the Provisional contains some source code. There is nothing that they can for the next bit from the source. If the gain, I ll come here often on my own after finishing uploading source.
- 2022-11-10 15:10: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