-
259
说明: it is a tamplete to build website
- 2019-06-10 02:58:05下载
- 积分:1
-
HotelManager
简单但完整的酒店管理系统源码,供爱好编码的人员学习、参考。(A simple but complete system of hotel management system for learning.)
- 2017-12-28 20:04:50下载
- 积分:1
-
c++音乐播放器 music
说明: c++音乐播放器原理示例代码,帮助新手入门音乐播放器(A sample code for the principle spout of c-music player to help novices get started with a music player)
- 2020-06-19 00:00:02下载
- 积分: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
-
vibe_matlab
基本的vibe算法,实现背景提取,经过测试,证明可用。(The basic vibe algorithm achieves background extraction and is proved to be available after testing.)
- 2018-10-31 15:35:25下载
- 积分:1
-
zTree
BinarySearchTree.lss
Time-stamp: <2003-03-28 01:56:10 Daniel Eriksson>
Date Author Changes
-
2003-03-28 Daniel Eriksson Created( BinarySearchTree.lss
Time-stamp: <2003-03-28 01:56:10 Daniel Eriksson>
Date Author Changes
-
2003-03-28 Daniel Eriksson Created)
- 2015-08-25 15:04:12下载
- 积分:1
-
遗传模拟退火算法求解TSP问题matlab代码
说明: 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
- 2020-12-22 15:39:07下载
- 积分:1
-
room-fire
火灾动力学模拟软件fds的高校宿舍火灾模拟代码(Fire dynamics simulation software fds college dormitory fire simulation code)
- 2013-11-14 15:22:54下载
- 积分:1
-
SafetyEva
电力系统设备安全性评估 主要针对接入分布式电源的配电网(The safety Calculation of Power system)
- 2013-10-05 18:23:49下载
- 积分:1
-
网络五子棋,可以进行局域网和广域网的互联游戏,具有悔棋,保存,等功能。欢迎下载!...
网络五子棋,可以进行局域网和广域网的互联游戏,具有悔棋,保存,等功能。欢迎下载!-network, LAN and WAN connectivity games, with he never cheat in spain, preservation, and other functions. Welcome to download!
- 2022-09-05 23:05:03下载
- 积分:1