-
chage
把图像处理的MATALAB程序转化为C++程序(put image processing procedures into MATLAB C Program)
- 2007-07-10 17:26:51下载
- 积分:1
-
proteushongwai
protues 红外线仿真 包含源码 hex文件 (protues infrared simulation)
- 2010-05-25 09:38:38下载
- 积分:1
-
CryptoApiRSA
This is a simple sample of crypto
- 2014-11-02 14:04:38下载
- 积分:1
-
边缘填充
在算法原理上,对于图形图像设计中的多边形的边缘进行填充处理(In principle, filling the edges of polygons in graphic and image design)
- 2019-06-02 14:30:54下载
- 积分:1
-
语音小车
智能语音小车标准程序,已经测试通过了的。完全没有问题。(The standard program of intelligent voice car has passed the test. No problem at all.)
- 2020-06-17 20:20:07下载
- 积分:1
-
C# 绘制实时曲线包括绘制坐标轴
说明: 绘制实时曲线,可以为测控设备上位机软件提供解决方案。plc运功控制卡实时曲线显示、饼状图,柱状图等(Drawing real-time curves can provide solutions for PC software of measurement and control equipment. Real-time curve display, pie chart, column chart of PLC power control card)
- 2020-07-09 07:48:55下载
- 积分:1
-
dspzs
本书全面系统地介绍了DSP芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特征,定点和浮点DSP处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行DSP算法的模拟进行了介绍。(This book a comprehensive and systematic introduction to the basic principles of DSP chips, the development and application. First of all, on current DSP chips are widely used in the basic structure and characteristics of fixed-point and floating-point DSP to deal with some of the key issues. Then, using C language and MATLAB language for DSP algorithm simulation are introduced.)
- 2009-04-17 21:15:16下载
- 积分:1
-
pMATLABs
pso 算法的matlab实现, pso 算法的的matlab实现。 ,经测试可直接使用。
(pso algorithm matlab realize pso algorithm matlab realize. Has been tested and can be used directly.)
- 2012-09-30 12:47:25下载
- 积分:1
-
msp430g2x11_ca_02
说明: msp430单片机的比较器功能简易代码,仅供参考,使用端口P1驱动LED,P1.1作为比较端口(MSp430 MCU comparator function simple code, for reference only, using port P1 to drive LED, P1.1 as the comparison port)
- 2020-06-21 17:00:01下载
- 积分:1
-
C#演示如何正确关闭程序
C#演示如何正确关闭程序,这是一个Wpf窗体实例,演示WPF窗口如何才是正确的关闭方法。
其实下边这句话最重要:
正确关闭程序的方法:App.Current.Shutdown();
具体的代码写法如下:
//文件名称:Window1.xaml.cs
private void button1_Click(object sender, RoutedEventArgs e)
{//正确关闭程序
App.Current.Shutdown();
}
- 2023-04-28 12:25:02下载
- 积分:1