-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
HslCommunicationDemo
功能列表----(更新不及时,请参照上面的demo界面)
日志记录功能
同步网络通讯功能
文件管理引擎
异步网络通讯功能
三菱PLC访问
西门子PLC访问
欧姆PLC访问
邮件功能使用
数据订阅推送
流水号生成器
软件注册码功能
ModBus 服务器开发(包括tcp和rtu)
ModBus Tcp客户端开发
Modbus RTU客户端开发
多线程任务功能
CRC16校验
常用控件库(Function List - -- (not updated in time, please refer to the demo interface above)
Logging function
Synchronized Network Communication Function
File Management Engine
Asynchronous Network Communication Function
Mitsubishi PLC Visit
Siemens PLC Access
Ohm PLC Access
Mail function usage
Data Subscribe Push
Pipeline number generator
Software Registration Code Function
ModBus server development (including TCP and rtu)
ModBus Tcp Client Development
Modbus RTU Client Development
Multithread Task Function
CRC16 Check
Common Control Library)
- 2019-06-16 11:12:45下载
- 积分:1
-
matlab
自适应遗传算法matlab代码,主要用于配电网路故障后恢复的研究(Adaptive genetic algorithm matlab code, mainly for the distribution of network failure recovery)
- 2013-05-29 21:20:25下载
- 积分:1
-
personweb
,,,,,,,,,,个人网站web作品
,,,,,。(personal web)
- 2014-06-17 18:30:39下载
- 积分:1
-
edgelist
改进的有效边表算法,来自计算机图形学的简单代码(Improved active edge table algorithm, a simple code from the computer graphics)
- 2020-06-30 20:40:01下载
- 积分:1
-
1.5Kw_PFC
氮化镓实现的无桥FPC电路和设计资料,效率可以达到99.4 (Bridge-less FPC circuit and design information)
- 2017-02-04 16:41:49下载
- 积分:1
-
中控考勤软件小工具源码
中控考勤软件小工具源码
每次同步中控彩屏网络考勤机都要安装中控考勤软件,有点麻烦;就自己搞得一个同步指纹的小工具。如果你现在要开发中控考勤机连接接口,可以下载看看。
- 2022-07-16 11:39:58下载
- 积分:1
-
复数运算
包括:复数乘法、复数除法、复数乘幂、复数的n次根、复数指数、复数对数、复数正弦、复数余弦运算。
- 2023-06-26 07:45:03下载
- 积分:1
-
LED-3D-POV
stm32的3d led旋转显示器
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
}(stm32 LED 3D POV
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
})
- 2020-12-23 12:29:08下载
- 积分:1
-
挂美加M1
说明: 只需要挂在美加一分钟就行 无需风控,系统根据两个货币的关系进行止损 止盈(It only needs to hang in the US and Canada for one minute without wind control. The system stops losses and stops earnings according to the relationship between the two currencies.)
- 2020-06-19 20:40:01下载
- 积分:1