-
替换WinStocket实例代码
替换WinStocket实例代码-replacement WinStocket code examples
- 2022-03-12 01:16:35下载
- 积分:1
-
ImageShow - 副本
图像的ROI区域选取,对图像的二值化与旋转处理(ROI region of the image, the image of the two values and rotation processing)
- 2017-07-31 11:00:56下载
- 积分:1
-
此代码由asp300.com收集整理。 asp300
此代码由asp300.com收集整理。 asp300 -- 专业化的asp代码交流基地。-this code by asp300.com collected. Asp300-- professional exchanges asp code base.
- 2022-04-01 14:50:23下载
- 积分:1
-
Screen
VC根据DirectX的截图示例源码下载,你看懂了话都能截图了。要编译此程序需DirectX SDK5.0示例中的ddutil.h与ddutil.cpp文件,请自行参加工程,VC++编程学习源码,很好的参考资料。(VC according to the DirectX screenshot example source code download, you read the words can screenshot. To compile this program requires DirectX SDK5.0 example of ddutil.h and ddutil.cpp files, please participate in the project, learning VC++ programming source code, a good reference.)
- 2013-12-29 14:12:04下载
- 积分:1
-
BMP
说明: 说明: bmp压缩算法,vc++实现,可以将抓屏,普通bmp图片文件进行高度压缩,提高传输速度,减小存储空间(Description: BMP compression algorithm, VC + + implementation, can capture screen, ordinary BMP image files for high compression, improve transmission speed, reduce storage space)
- 2020-06-16 10:20:01下载
- 积分:1
-
文件传输程序几源码,网络传输开发,从事TCPIP技术
文件传输程序几源码,网络传输开发,从事TCPIP技术-file transfer procedures several source, network transmission development, technical engaged TCPIP
- 2022-12-17 05:30:03下载
- 积分:1
-
阈值1
采用差分阈值法对心电信号QRS波进行特征提取的matlab程序。,Differential threshold method QRS wave of ECG feature extraction of matlab program.(A matlab program for feature extraction of QRS wave of ECG signal by differential threshold method is presented.)
- 2020-06-16 03:00:01下载
- 积分: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
-
二维码扫描插件
二维码扫描插件,Unity引擎专用,适各种版本,我在蛮牛上也放了一份,谢谢支持。(Two-Dimensional Code Scanning Plug-in)
- 2020-06-17 03:00:01下载
- 积分:1
-
delphi的socket编程
delphi的socket编程-socket programming
- 2022-01-26 07:49:08下载
- 积分:1