-
生成DLL
说明: 学习如何生成dll,采用VS2017开发,可以直接打开测试(Learning to Generate DLL)
- 2020-06-23 02:00:02下载
- 积分:1
-
windows 下的网络数据解析工具,vc++环境,支持tcp,upd,port选择
windows 下的网络数据解析工具,vc++环境,支持tcp,upd,port选择-windows of network data analysis tool vc environment to support tcp, upd. port options
- 2022-03-12 07:19:33下载
- 积分:1
-
discrete-mathematics
multicriterial choices
- 2011-08-26 20:50:17下载
- 积分:1
-
NAT映射端口,网外(Internet)访问代理服务器内部的实现方法.
NAT映射端口,网外(Internet)访问代理服务器内部的实现方法.-NAT mapping portal network (Internet) Access Proxy internal realization.
- 2022-06-21 00:20:15下载
- 积分:1
-
vba基本操作
vba基本操作,自定义函数,内置函数返回值错误的跳出,workbooks的操作,hlookup的使用,数据透视表的创建与统计,找到特殊字符的位置,分割字符串(运行时需把名称改为17~18补充.xlsx),可用于vba学习(VBA basic operations, function definition jump out of the loop and other operations, can be used for VBA learning)
- 2020-06-23 08: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
-
RecordingScreen
C++实现电脑屏幕获取和显示,更改一下可以保存为文件(The acquisition and display of computer screen is realized by the C-c)
- 2020-06-17 05:00:02下载
- 积分:1
-
math_real
in this code very useful for designing real number concept
- 2013-11-19 19:54:40下载
- 积分:1
-
服务器和客户端的VC++实例
服务器和客户端的VC++实例-server and client examples of the VC
- 2022-07-10 17:49:03下载
- 积分:1
-
total
倾转旋翼机非线性模型在matlab/simulink中的实现,采用分体建模方式,其中的各项参数均是在风洞试验中获得,准确有效(The nonlinear model of tilting rotorcraft is realized in matlab/simulink, and the parameters are adopted in the wind tunnel test. The parameters are accurate and effective.)
- 2017-04-21 11:10:17下载
- 积分:1