-
航空管理软件
通过目标输入雷达经纬度和雷达的高度
计算目标的x,y的位置...
航空管理软件
通过目标输入雷达经纬度和雷达的高度
计算目标的x,y的位置-Aviation management software through the target latitude and longitude input radar and radar target height calculation of the x, y position
- 2022-07-20 16:13:35下载
- 积分:1
-
STI5512 SET TOP BOX BACKEND DECODER
WITH INTEGRATED HOST PROCESSOR
STI5512 SET TOP BOX BACKEND DECODER
WITH INTEGRATED HOST PROCESSOR
- 2022-07-21 23:38:28下载
- 积分:1
-
输入2维数组,对其行列值和对角线求和并且将其按照大小顺序排列输出。杨辉三角、质因数个数等等。...
输入2维数组,对其行列值和对角线求和并且将其按照大小顺序排列输出。杨辉三角、质因数个数等等。-Enter the 2-dimensional array, its value and the diagonal sum of the ranks and their order in accordance with the size of the output.
- 2022-03-09 17:26:41下载
- 积分:1
-
tms320vc5509 multiboot source cpde
tms320vc5509多引导源cpde
- 2022-02-28 13:58:40下载
- 积分:1
-
飞思卡尔广告板的触摸屏驱动程序,非常重要!
Freescale ADS demoboard touchpanel device driver,very important!-Freescale ADS demoboard touchpanel devic e driver, very important!
- 2022-06-29 01:51:22下载
- 积分:1
-
用java的图形设计,很用的.充分体验到java的图形界面设计
用java的图形设计,很用的.充分体验到java的图形界面设计-Java with the graphic design, it is used. To fully experience the design of java GUI
- 2022-04-07 21:57:26下载
- 积分:1
-
C#开发的一个财务凭证管理系统,说明和源码齐全
C#开发的一个财务凭证管理系统,说明和源码齐全-C# development of a financial management system certificate, description, and source code is complete
- 2023-04-18 07:35:03下载
- 积分:1
-
人工神经网络入门程序(python)
目前,人工智能及其火爆,这个程序是基本的神经网络架构,适合刚刚入门的同学,而且是在tf架构搭建,tf是目前非常热门的神经网络平台。
- 2023-04-16 12:25:02下载
- 积分:1
-
基于词典翻译
创建自己的字典。搜索词的翻译。更新数据库。删除和插入也做了。
- 2022-07-19 03:13:13下载
- 积分: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