-
Edit Controlo
Edit Controlo
- 2022-03-24 19:17:46下载
- 积分:1
-
语音识别,用于各种菜单判断。非常好用,支持多线程
语音识别,用于各种菜单判断。非常好用,支持多线程-Speech recognition, for a variety of menus to determine
- 2023-08-31 01:15:03下载
- 积分:1
-
Seidel iterative algorithm
这是seidel迭代算法-Seidel iterative algorithm
- 2022-04-26 18:20:05下载
- 积分: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
-
复数计算器
可以进行复数+ ―×/求模运算功能的一个计算器。...
复数计算器
可以进行复数+ ―×/求模运算功能的一个计算器。-Calculator can be plural plural+- ×/seek mode operation of a calculator function.
- 2022-02-15 14:32:44下载
- 积分:1
-
estimate the spectrum
estimate the spectrum
- 2022-03-07 16:27:27下载
- 积分:1
-
自己编写的一个产生随机数的小程序,很简单,希望对初学者有所帮助....
自己编写的一个产生随机数的小程序,很简单,希望对初学者有所帮助.-I have written a small program generating random numbers is very simple, want to be helpful for beginners.
- 2023-01-12 20:55:04下载
- 积分:1
-
记录了三百个比较常用的C语言例子,对于一些初学者掌握C语言比较有用...
记录了三百个比较常用的C语言例子,对于一些初学者掌握C语言比较有用-300 C source codes for C beginner.
- 2022-07-23 06:58:29下载
- 积分:1
-
JAVA 勤工俭学管理系统
该系统实现了注册和登录,主要有学生端,教师端和学院管理员端。
- 2022-04-28 04:14:52下载
- 积分:1
-
windows驱动级看门狗源代码
windows驱动级看门狗源代码-the source code of guard dog of windows driver level.
- 2022-08-10 23:31:05下载
- 积分:1