-
AC-Numaratoare
Registre universale
Permit operaţ ii de deplasare la stâ nga ş i la dreapta, î ncă rcare paralelă , citire
serială sau paralelă a datelor. De menţ ionat că aceleaş i operaţ ii se pot realiza ş i cu registrul
7495 prezentat anterior, dar cu conexiuni externe pentru deplasarea la stâ nga.
- 2013-04-09 03:19:02下载
- 积分:1
-
KernelAdaptiveFiltering-master
在信號處理中,核自適應濾波器是一種非線性自適應濾波器。[1]一種自適應濾波器是適應其一個濾波器傳遞函數通過最小化錯誤或隨時間的信號特性的變化的損失函數表徵濾波器從理想行為多遠偏離。自適應過程基於從一系列信號樣本中學習,因此是在線算法。非線性自適應濾波器是傳遞函數是非線性的。
核自適應濾波器使用核方法實現非線性傳遞函數。[1]在這些方法中,信號被映射到高維線性特徵空間,非線性函數被近似為核的總和,其域是特徵空間。如果這是在再生核Hilbert空間中完成的,則核方法可以是非線性函數的通用逼近器。內核方法具有凸損函數的優點,沒有局部最小值,並且實現起來只有中等複雜度。(State-space recursive least-squares (SSRLS) is optimal a linear estimator for deterministic signals. The performance of SSRLS however, depends on model uncertainty, time-varying nature of the observed signal or nonstationary behavior of the observation noise)
- 2019-01-21 22:52:47下载
- 积分:1
-
search
一个经典算法,非常好用,请速速下载,不收取任何费用。(A classical algorithm, is very easy to use, please examine urgently the download, do not collect any fees.)
- 2009-06-30 13:06:09下载
- 积分:1
-
Programming-Applications-for-MS
微软应用程序编写指南,比较不错的一本C、c++编写指导教程(Microsoft Application Programming Guide, a relatively good one C, c++ tutorial written guidance)
- 2012-02-02 15:24:00下载
- 积分:1
-
c_cpp_function
c、c++函数使用、查询,适合初学者使用(c, c++ function to use, query, suitable for beginners to use)
- 2008-06-28 22:38:03下载
- 积分: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
-
同伴
点对点传输文件的程序。使用TransmitFile调用,通信双方既是客户机又是服务器-peer-to-peer file transfer procedures. Use TransmitFile call, communication is both client-server is
- 2022-04-16 03:37:47下载
- 积分:1
-
一个地形渲染的引擎 terrainengine
一个地形渲染的引擎,能够输入dem数据,生成3D地形(A terrain rendering engine, can be dem input data to generate 3D terrain)
- 2008-08-04 16:09:56下载
- 积分:1
-
nijc
Does not rely on MFC to get the system information class()
- 2018-03-17 18:55:52下载
- 积分:1
-
Student-hostel-management-system
本系统是本人采用Visual C++为开发工具,数据库采用的是最为普及的小型数据库管理系统Access,能实现宿舍管理中的添加信息、修改信息、删除信息、查询信息等必不可少的功能。(This system is I use Visual C++ development tools, database using the most popular small database management system Access, dormitory management to achieve the Add and modify information, delete information, query information and other essential functions.)
- 2013-09-07 09:06:47下载
- 积分:1