-
进程问题解决方案..我的一个操作系统作业
进程问题解决方案..我的一个操作系统作业-This is a resolvent of process problem.It is a OS homework of mine.
- 2022-05-07 23:19:33下载
- 积分:1
-
sift the original author of the test procedure algorithms, hybrid programming ca...
sift算法原作者的测试程序,混合编程改进后可用-sift the original author of the test procedure algorithms, hybrid programming can be improved
- 2022-07-14 10:44:14下载
- 积分: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
-
这是一个用C实现的S变换
This is a C implementation of the Stockwell Transform
- 2022-02-21 06:33:50下载
- 积分:1
-
基于DSP的MPEG解码程序源代码,可以对MPEG进行解码
基于DSP的MPEG解码程序源代码,可以对MPEG进行解码-Mpeg decoding source code with DSP.
- 2022-09-25 08:15:03下载
- 积分:1
-
Weekday week program source code, the input/month/day, calculated the date of th...
Weekday星期计算程序源代码 输入年/月/日,计算得出该日的星期数 -Weekday week program source code, the input/month/day, calculated the date of the few weeks
- 2022-06-21 14:51:09下载
- 积分:1
-
画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译...
画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译-Program source code of drawing graph in Windows, compile with VS.NET.
- 2023-03-23 21:55:04下载
- 积分:1
-
Simple C++ class for manipulate Date and time.
Simple C++ class for manipulate Date and time.
- 2022-02-04 15:45:35下载
- 积分:1
-
查找编译在VB二进制文件,如 *.frx *.ctx *.dsx *.dox *.pgx中的图片(...
查找编译在VB二进制文件,如 *.frx *.ctx *.dsx *.dox *.pgx中的图片(-in VB compiler search binary files, such as*. frx*. ctx*. dsx*. dox*. pgx the pictures (
- 2023-07-07 21:45:02下载
- 积分:1
-
c语言实现串口通信
c语言实现串口通信-Serial Communication
- 2022-03-21 08:30:09下载
- 积分:1