联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All matlab编程(60) 
按平台查找All C++(60) 

[matlab编程] Fingerprint-Door-Lock-Arduino-IDE

使用名为Arduino-UNO的微处理器并通过Arduino IDE编程的指纹门锁
A Fingerprint Door Lock using a microprocessor named Arduino UNO and programming through Arduino IDE (2023-01-10, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688085467239118.html

[matlab编程] dirty-laundry

包含在竞争性编程竞赛和练习期间编写的大多数代码。因为时间是...
Contains most of the code which is written during competitive programming competitions and practice. Since time is of essence in competitions, much of the code is dirty and some of it can be a refactoring nightmare. However, this code isn t meant to be reused and hence left as such. (2015-12-04, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688085377879494.html

[matlab编程] Programming-Principles-and-Practice-Using-Cpp

这是Stroustrup的支持代码:“编程:使用C++的原则和实践(第二版)”
This is the support code for Stroustrup: "Programming: Principles and Practice using C++ (Second Edition)" (2016-08-24, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688084924493654.html

[matlab编程] 19Summer-VG101-Intro-to-Programming-Projects

19Summer-VG101-编程项目简介:项目1:Crossing Animation(MATLAB)项目2:“Uno”游戏实现...
19Summer-VG101-Intro-to-Programming-Projects: Project 1: Crossing Animation (MATLAB) Project 2: "Uno" game implemented by Double-Ended Linked List (C) Project 3: 3D Parking-lot Animation (C++,OpenGL) (2022-03-15, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687821102194950.html

[matlab编程] latform-Programming-for-Structured-Grid-Partition

本文是基于C++ MATLAB跨平台编程,实现计算流体力学中结构化网格划分
This paper is based on C++MATLAB cross platform programming to achieve structured mesh generation in computational fluid dynamics (2019-07-03, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687820850838050.html

[matlab编程] auxlab

AUX(AUdio syntaX)是一种用于音频信号处理的脚本编程语言。AUXLAB是一种多范式计算...
AUX (AUdio syntaX) is a scripting programming language for audio signal processing. AUXLAB is a multi-paradigm computing environment based on AUX, offering interactive GUI for viewing, processing, and playing audio signals. AUXLAB roughly mimics the GUI appearance and syntax of MATLAB, but it has numerous features specifically designed for (2022-06-19, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687820707762888.html

[matlab编程] Everyday_Practice

hope to keep practicing everyday ! 主要包括:C C++ MFC Matlab OpenCV Python Qt 网络编程等日常实验练习。
Hope to keep practising every day! It mainly includes: C C++MFC Matlab OpenCV Python Qt network programming and other daily experimental exercises. (2018-12-28, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687820664377826.html

[matlab编程] 一维优化问题

利用MATLAB和C++语言进行一维优化问题的编程,包括黄金分割法和二次插值法
Using MATLAB and C ++ language for one-dimensional optimization of the programming, including the golden section and quadratic interpolation method (2017-07-10, C++, 366KB, 下载1次)

http://www.pudn.com/Download/item/id/1499692317664831.html

[matlab编程] yqeuy

包含了阵列信号处理的常见算法,利用matlab GUI实现的串口编程例子,sar图像去噪的几种新的方法。
Contains a common array signal processing algorithm, Use serial programming examples matlab GUI implementation, Several new methods sar image denoising. (2017-05-03, C++, 7KB, 下载1次)

http://www.pudn.com/Download/item/id/1493791053924692.html

[matlab编程] kuihietang

利用matlab GUI实现的串口编程例子,各种资源分配算法实现,用于信号特征提取、信号消噪。
Use serial programming examples matlab GUI implementation, Various resource allocation algorithm, For feature extraction, signal de-noising. (2017-05-01, C++, 7KB, 下载1次)

http://www.pudn.com/Download/item/id/1493646968649176.html

[matlab编程] lan-V4.4

采用了小波去噪的思想,利用matlab GUI实现的串口编程例子,BP神经网络用于函数拟合与模式识别。
Using wavelet denoising thought, Use serial programming examples matlab GUI implementation, BP neural network function fitting and pattern recognition. (2017-04-16, C++, 8KB, 下载1次)

http://www.pudn.com/Download/item/id/1492353354988634.html

[matlab编程] hhtxrb

在Windows下对端口编程是受保护的,而对任意物理地址的操作更是几乎很难办到,此程序则提供了上述操作,
Under the Windows programming port is protected, and to the operation of the arbitrary physical address is almost impossible, this program provides the operation, (2017-03-24, C++, 35KB, 下载1次)

http://www.pudn.com/Download/item/id/1490365360391551.html

[matlab编程] CANDemo

matlab环境下m语言与C++混合编程通过窗口配置CAN模块实现数据收发并通过绘制图形
m C++ language and environment under matlab mixed programming window CAN module configuration via data transmission and by drawing graphics. (2016-11-30, C++, 383KB, 下载3次)

http://www.pudn.com/Download/item/id/1480466844738057.html

[matlab编程] Video-monitoring-system

基于C++编程,对云台的上、下、左、右的动作进行控制及对镜头进行调焦变倍的操作,并可通过控制主机实现在多路摄像机及云台之间的切换。
To tilt up and down, left and right action of control and the lens for focusing and zooming operation, and switching between multiple camera and PTZ is realized through the control of the host (2015-09-23, C++, 21618KB, 下载3次)

http://www.pudn.com/Download/item/id/1442999348608453.html

[matlab编程] Google_CPP_Style_Guide_

谷歌C++编程风格指南,  本指南的目标就是根据大量经验,描述C++编码过程中建议和不提倡的编码规则,以便控制其复杂性。这些规则的运用使你在高效而创造性地使用C++的同时,又能很好是保持代码的可维护性。
Google C++ programming style guide, the goal of this guide is based on extensive experience, describe the encoding process C++ advice and do not promote the encoding rules to control its complexity. Applying these rules to make you efficient and creative use of C++ the same time, but good to keep maintainability of the code. (2014-05-24, C++, 283KB, 下载9次)

http://www.pudn.com/Download/item/id/2551085.html

[matlab编程] HDF5.0_chinese

HDF5的中文使用说明,找了很久才找到的资料,HDF5编程的很好的入门资料。
The Chinese use HDF5, looking for a long time to find information, HDF5 programming is a good introductory information. (2014-01-23, C++, 973KB, 下载36次)

http://www.pudn.com/Download/item/id/2455085.html

[matlab编程] matlab-programing-examples

《MATLAB编程实例》介绍了MatLab开发的一些实例代码,希望对从事图形图像处理的开发者有用!
" MATLAB Programming Example" introduces some examples of MatLab code developed by the hope of engaging in graphic image processing useful for developers! (2011-03-06, C++, 249KB, 下载2次)

http://www.pudn.com/Download/item/id/1445815.html

[matlab编程] VCPP-and-Matlab

VC++与Matlab混合编程的快速实现教程,及一些简单的例子,新手快速上手
VC++ and Matlab Fast Implementation of mixed programming tutorial, and some simple examples, the novice get started quickly (2011-03-03, C++, 102KB, 下载8次)

http://www.pudn.com/Download/item/id/1443629.html

[matlab编程] ControlSystemsSimulationusingMatlabandSimulink

Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.. (2009-09-06, C++, 141KB, 下载5次)

http://www.pudn.com/Download/item/id/902246.html

[matlab编程] MatlabC

:Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编 程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究 了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。
: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++ is currently the most popular high-level programming language, which combines a mixture of complementary programming in scientific research and engineering practice of great significance. Therefore, from the Matlab call c, C++ code and c, C++ to call two m files, in-depth study of a hybrid between them and the realization of the principles of programming mechanisms, and under specific conditions are given a mixture of programming methods and procedures. (2009-04-15, C++, 331KB, 下载12次)

http://www.pudn.com/Download/item/id/716748.html
123
总计:60