-
财神到flash棋牌游戏
可以架设自己的游戏,带安装架设教程。简单几步即可实现棋牌游戏
- 2022-05-13 23:09:09下载
- 积分:1
-
bst
Create Tbst-tree algorithm
The algorithm discussed in the course data structure is
- 2011-01-21 00:08:24下载
- 积分:1
-
编译原理的一个实验报告: 内容为标识符的识别: 1. 以文本文件为程序输入,文本文件中是一个表达式。 2. 通过构造的程序读出表达式中的标识符。 3. 标识符以...
编译原理的一个实验报告: 内容为标识符的识别: 1. 以文本文件为程序输入,文本文件中是一个表达式。 2. 通过构造的程序读出表达式中的标识符。 3. 标识符以一个新的文本文件输出。-compiler of a principle experiment : identifier for the content of identification : 1. A text document procedures for the importation, the text document is an expression. 2. By constructing read out the procedures of expression identifier. 3. The identifier to a new text file output.
- 2022-05-20 16:02:31下载
- 积分:1
-
SendToCS
This is 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<String^>
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 ni<OrderPanel->Controls->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")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
MINLP-with-Stochastic-programing
带有随机规划的多目标非线性模型求解,算法为文化查分算法(Multi-objective nonlinear model with random programming solving algorithm cultural algorithm check points)
- 2016-02-25 13:13:16下载
- 积分:1
-
ruanjiangongcheng-shejibaogao-
软件工程课程设计报告,飞机票售票系统,相信对你们会有帮助的(Plane ticket ticketing system software engineering curriculum design report in detail, believe that will be helpful to you
)
- 2013-12-08 18:23:49下载
- 积分:1
-
Data-structure
数据结构的一些简单的排序算法,有利于初学者学习。(Data structure of some simple sorting algorithm is conducive to beginners learning.)
- 2016-06-28 08:27:32下载
- 积分:1
-
487403176NMPC
说明: 非线性模型的预测控制,具有非常好的控制效果(Nonlinear model predictive control with very good control effect)
- 2020-01-08 14:53:27下载
- 积分:1
-
A7122-Datasheet[1]
Amiccom A7122 2,4GHz transceiver datasheet
- 2012-03-13 18:42:22下载
- 积分:1
-
Intel6486
x86 arch资料,易于理解intel x86架构(x86 arch)
- 2014-02-25 00:03:02下载
- 积分:1