-
石器时代客户端地图修改工具,这是官方专用的修改器,有了它可以自己做石器地图了!...
石器时代客户端地图修改工具,这是官方专用的修改器,有了它可以自己做石器地图了!-Stone Age tools for the client to amend the map, which is dedicated to amend the official, and has its own tools to do the map!
- 2023-01-04 14:30:03下载
- 积分: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
-
develolped with VB,about sending and receiveing email.
用VB开发,关于收发邮件。
- 2022-02-10 12:21:00下载
- 积分:1
-
WindowsXP系统中如何屏蔽Ctrl+Alt+Del、Alt+Tab以及Ctrl+Esc键序列
WindowsXP系统中如何屏蔽Ctrl+Alt+Del、Alt+Tab以及Ctrl+Esc键序列-This is a good!
- 2023-06-18 11:05:04下载
- 积分:1
-
本程序是一个两个新年贺卡的C++的源代码和执行文件,祝VCKbase越办越好,新年快乐,祝VcKbase的朋友们新年快乐...
本程序是一个两个新年贺卡的C++的源代码和执行文件,祝VCKbase越办越好,新年快乐,祝VcKbase的朋友们新年快乐-this procedure is a two New Year"s greeting cards C source code and implementation document, which we wish VCKbase, Happy New Year and wish VcKbase friends a happy New Year
- 2023-07-08 01:20:03下载
- 积分:1
-
这是我很久以前做的一个数字转换系统。 输入汉语数字,系统可以将其转换为阿拉伯数字。例如,输入"壹佰",系统将其转换为"100" 输入阿拉伯数字,系统可以将其转换
这是我很久以前做的一个数字转换系统。 输入汉语数字,系统可以将其转换为阿拉伯数字。例如,输入"壹佰",系统将其转换为"100" 输入阿拉伯数字,系统可以将其转换为汉语数字。例如,输入"10",系统将其转换为"十" 输入汉语数字与阿拉伯数字混合组成的字符串,系统可以将其转换为阿拉伯数字。例如,输入"1百",系统将其转换为"100"。 -This a long time before I do a digital switching system. Chinese import figures, the system could be converted to Arabic numerals. For example, the importation of "selected ", the system will convert to "100 " import Arabic numerals, the system could be converted to Chinese figures. For example, the importation of "10 ", the system will convert to "10 " imported Chinese and Arabic Numerals mixed string, the system could be converted to Arabic numerals. For example, the importation of "a 100 ", the system will convert to "100 ."
- 2022-02-03 17:49:54下载
- 积分:1
-
WinCE下检测LANcard的type
WinCE下检测LANcard的type-WinCE detect type of LANcard
- 2022-07-01 08:11:36下载
- 积分:1
-
基于背景相减的运动检测
用opencv做的运动目标检测,采用了背景相减的算法,此方法适用于背景变化不大的情况,效果较好,绘制外围绿色框,作为目标的跟踪,里面用到了图像灰度化、阈值化、图像膨胀与腐蚀、绘制边缘轮廓及外界矩形等相关知识,kernel的选择要注意把握好kernel的大小
- 2022-01-24 15:44:54下载
- 积分:1
-
图像处理小程序,有界面,以及一些基本的处理操作.
图像处理小程序,有界面,以及一些基本的处理操作.-small image processing procedures, interface, as well as some basic handling operations.
- 2023-05-30 04:55:03下载
- 积分:1
-
Windows2000 服务编程。 利用文该例子可自己编写服务程序。
Windows2000 服务编程。 利用文该例子可自己编写服务程序。-Programming Windows 2000 services. Using the example of the service can prepare their own procedures.
- 2022-03-07 15:29:18下载
- 积分:1