搜索资源列表
phd and matlab
- 本例利用C MEX及API文件实现matlab与PHD只见的通讯.能实现数据的存取。-MEX and C API documentation can be achieved with Matlab PHD seen communications. To achieve access to data.
hfssapi
- HFSS-MATLAB-API is a library toolbox to control Ansoft HFSS from MATLAB using the HFSS scr ipting Interface. " T(hcI Xo^8o0xi This tool provides a set of MATLAB functions to create 3D objects in HFSS by generating the required HFSS scr ipt
Matlab
- 个人写的matlab中使用的可以调用hfss仿真软件的api程序-Matlab personal writing can be used in the api call hfss simulation software program
MatlabEng_src
- In two past articles (Solving Engineering Problems Using MATLAB C API and Solving Engineering Problems Using MATLAB C++ Math Library), I show you how can a programmer develop an application that using MATLAB features like computing complex engineerin
libsvm-mat-2.9-1
- libsvm的matlab最新接口,支持64位操作系统下编译,可以超越进程4Gb空间的限制,处理大规模数据-This is the latest libsvm API for matlab supporting to compile under 64 bits OS,which can get away from 4Gb space in order to process large-scale data
Matlab_Help_Translate
- The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB- This code is written by M.A. (aka lftx). The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB to Turkish (yo
graficaseminario
- You can reproduce this figure in MATLAB with the following code! Learn about API authentication here: https://plot.ly/matlab/getting-started Find your api_key here: https://plot.ly/settings/api- You can reproduce this figure in MATLAB with
人脸识别
- 基于ssm框架搭建的,前端通过获取video标签?调用本地的摄像头(获取用户媒体对象,流媒体数据base64),将流媒体数据画到convas画布上去?,后台调用百度API人脸识别接口,进入百度大脑搜索人脸识别即可获取官网的Secret Key,将前端获取的人脸信息的base64信息和你本地数据库里的人脸信息传到百度人脸识别的接口进行人脸比对,返回一个json数据,result参数 带别人脸相似度, result可自己定义,从而实现人脸识别登录(Based on the SSM framework