-
旅游管理系统
普通游客:注册登录,个人信息维护,旅游信息查询
管理员:管理员登录,信息维护,信息发布
- 2022-06-19 10:41:40下载
- 积分:1
-
异步网络通信
简单的表达了Socket异步同信最基础的过程,适合初步接触网络通信的读者,写的不好,有问题联系我哦。
- 2022-09-13 00:25:04下载
- 积分:1
-
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对...
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对MDB数据库的增加,删除,查询,打印,报表等功能。所有源码免费开放.很难得的一套管理系统的源码啦--Using VB to develop a database management system. Database using ACCESS 2000. With a complete development of design documents and database design documents. Graduation project is to do the best reference. Code style norms. VB to realize a complete MDB database to add, delete, query, print, statements and other functions. All source code is free. Hard to come by a set of source code management system啦--
- 2022-02-14 01:41:33下载
- 积分:1
-
采用VB6编制的小程序,不使用现成的任何控件就能够实现日历的全部功能....
采用VB6编制的小程序,不使用现成的任何控件就能够实现日历的全部功能.-use VB6 procedures for the preparation of small, non-use of any existing controls on the calendar to achieve full functionality.
- 2022-03-11 04:12:23下载
- 积分:1
-
改建精灵的初步实现
简单的改建实现,适合初学者,用到了HOOK技术,看该代码,首先得回MFC编程,Windows编程,当然C++语法也得会,这个程序我也就改了一个键,有兴趣的人可以加强,达到想魔兽改建精灵一样的效果,在程序界面上,我并没有什么装饰,谅解
- 2023-06-01 15:30:04下载
- 积分:1
-
这是一个用microsoft VC++编写的关于迷宫算法的一个小程序。...
这是一个用microsoft VC++编写的关于迷宫算法的一个小程序。-using microsoft VC++ algorithm on the maze of a small program.
- 2022-02-24 21:37:20下载
- 积分:1
-
单像后方交会,摄影测量空间后方交会使用,具体的功能需要的人自然知道...
单像后方交会,摄影测量空间后方交会使用,具体的功能需要的人自然知道-Single-like resection, photogrammetric space resection using the specific function of the natural need to know
- 2022-09-16 18:05:02下载
- 积分:1
-
CueProvider is a tiny class that lets you set a cue banner (the grey prompt text...
CueProvider is a tiny class that lets you set a cue banner (the grey prompt text that automatically disappears when you begin to type) in a TextBox control.
- 2022-02-05 22:36:44下载
- 积分:1
-
Find their own network programming is also about the source of the serial
自己找得网络编程的源程序 也是关于串口的-Find their own network programming is also about the source of the serial
- 2023-02-08 05:00: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