-
1学习putpixel画点。
2画椭圆ellipse
3利用ellipse and rectangle 画图。
4输入数组,最大的与第一个元素交换,...
1学习putpixel画点。
2画椭圆ellipse
3利用ellipse and rectangle 画图。
4输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。-1 learning point putpixel painting. 2 paintings ellipse3 the use of elliptical ellipse and rectangle drawing. 4 input array, the largest element and the first exchange, the smallest element and the final exchange, the output array.
- 2022-02-27 05:43:35下载
- 积分:1
-
This article describes an easy to use, drop
This article describes an easy to use, drop-in MFC class which replaces the standard title bar. -This article describes an easy to use, drop-in MFC class which replaces the standard title bar.
- 2022-04-26 10:58:08下载
- 积分:1
-
VB打开网站,记录网站信息,新手入门
非常简单的vb程序,可以点击一个按钮,然后打开左边输入框的网站,并记录浏览记录,点击按钮可查看浏览记录。对于新手学习vb入门有一定帮助,高手勿看!
- 2022-01-24 15:27:06下载
- 积分:1
-
比较方便的资料收集程序。可以收集图片。文件
比较方便的资料收集程序。可以收集图片。文件-more convenient data collection procedures. Pictures can be collected. Document
- 2022-08-16 07:17:48下载
- 积分:1
-
一个用C语言实现的学生管理系统,比较简单明了,适合初学者的学习。...
一个用C语言实现的学生管理系统,比较简单明了,适合初学者的学习。-1 with the C language implementation of the student management system, relatively simple and clear, suitable for beginners to learn.
- 2022-10-29 09:10:03下载
- 积分:1
-
Lyapunov指数计算
利用matlab仿真软件,计算陈氏混沌系统的Lyapunov指数,希望对大家有所帮助,相互交流,共同进步。
- 2023-03-24 12:30:04下载
- 积分:1
-
这是一个字符串处理程序
这个是字符串处理程序-this is a string process program
- 2022-03-30 14:54:26下载
- 积分: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
-
地球物理科学的segy地震数据文件格式转换程序
地球物理科学中的SEGY地震数据文件格式转换程序-Geophysical science SEGY seismic data file format conversion process
- 2022-03-26 12:33:31下载
- 积分:1
-
非常漂亮,可以参考
非常漂亮,可以参考-very beautiful, they can refer to
- 2023-09-01 22:10:03下载
- 积分:1