-
本科毕业设计
用于判断电子文档相似程度
VC6.0环境实现
本科毕业设计
用于判断电子文档相似程度
VC6.0环境实现-Graduate electronic document designed to determine the degree of similarity
- 2022-07-22 01:31:35下载
- 积分:1
-
模拟系统进程调度,可以完成进程调度.可以根据进程的优先级决定执行顺序,并根据执行时间而动态决定优先级....
模拟系统进程调度,可以完成进程调度.可以根据进程的优先级决定执行顺序,并根据执行时间而动态决定优先级.-system process scheduler simulator, it can adjust the executive order according as the process priority, and adjust process priority according as executed time.
- 2022-06-01 12:30:59下载
- 积分:1
-
University of Posts And Telecommunications News published in the windows system...
人民邮电大学出版的windows系统编程配套程序,也可用于个人学习-University of Posts And Telecommunications News published in the windows system programming matching process can also be used for personal learning
- 2023-04-01 06:40:04下载
- 积分:1
-
由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了...
由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了-vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that you laughed at the
- 2022-07-04 05:57:44下载
- 积分:1
-
This is a game, there are red, blue two components. The rules of the game is ver...
这是一个小游戏,有红、蓝两方组成。游戏规则很简单,遇到小吃部多投掷一次骰子,遇到陷阱和栅栏都会受到相应的惩罚。-This is a game, there are red, blue two components. The rules of the game is very simple, encountered more than throwing a dice小吃部encounter traps and the fence will be punished accordingly.
- 2022-08-26 00:58:00下载
- 积分:1
-
自己编写的一个小玩意
自己编写的一个小玩意-themselves prepared a plaything
- 2022-02-21 15:36:51下载
- 积分:1
-
用wxWidgets写的文本编辑工具,可以取代windows的记事本使用。
用wxWidgets写的文本编辑工具,可以取代windows的记事本使用。-Using wxWidgets to write the text editing tool that can replace the use of windows of Notepad.
- 2023-09-02 03:05:04下载
- 积分: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
-
高级数学测试器
该数学测试器,可以根据用户需求自动生成相应数学题,同时会根据用户答案生成最后的结果及建议,同时出错的题目会自动记录在错题本中。可以随时回顾。
- 2022-08-14 12:39:15下载
- 积分:1
-
lyrics show Editor V1.2 version, the LRC can edit documents with source code and...
歌词秀编辑器V1.2版,可以编辑LRC文件,带有源代码和使用说明。-lyrics show Editor V1.2 version, the LRC can edit documents with source code and use.
- 2022-01-28 20:56:06下载
- 积分:1