-
利用vc编写的源代码用于数字图像处理中hough变换检测直线
利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
- 2022-11-03 20:15:03下载
- 积分:1
-
VC.netWindeoSystem Window operating system based on the expansion of programming...
VC.netWindeoSystem 基于Window 操作系统的扩展编程。-VC.netWindeoSystem Window operating system based on the expansion of programming.
- 2023-02-11 20:30:03下载
- 积分:1
-
为公司的人力资源数据库
- 2023-04-24 18:15:04下载
- 积分:1
-
测试一个倾角。然后把数据采集到数据库。
这是一个成熟的应用。可以给大家做个示范。...
测试一个倾角。然后把数据采集到数据库。
这是一个成熟的应用。可以给大家做个示范。-just to test the angle for database use and in realtime modle. this is a good program for applly in industral fields.
- 2022-08-17 21:41:23下载
- 积分: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
-
自己写的一个 Base64 编码解码工具,fcl 里已经有了,写这个主要是为了让大家了解 Base64 编码原理...
自己写的一个 Base64 编码解码工具,fcl 里已经有了,写这个主要是为了让大家了解 Base64 编码原理-His writing a Base64 encoding and decoding tools, fcl were already there, writing this mainly to let everyone understand the principles of Base64 Encoding
- 2022-01-26 00:36:37下载
- 积分:1
-
这是一个可以实现一个任意矩阵的行和列的快速转换的小程序,大家请指教...
这是一个可以实现一个任意矩阵的行和列的快速转换的小程序,大家请指教-can achieve an arbitrary matrix of rows and columns of small rapid conversion process, please enlighten
- 2022-02-12 01:00:11下载
- 积分:1
-
window graph
window graph
- 2022-05-28 10:57:21下载
- 积分:1
-
这是一个用vc开发的计算器程序,包括完整源程序和相关文档!...
这是一个用vc开发的计算器程序,包括完整源程序和相关文档!-This is a development with the calculator vc procedures, including complete source code and related documentation!
- 2022-02-15 22:12:47下载
- 积分:1
-
撤消上次的操作.
撤消上次的操作.-withdrawal of the last operation.
- 2022-01-25 20:27:00下载
- 积分:1