Code Monkey home page Code Monkey logo

matlab_lib_cmp's Introduction

Matlab_lib_cmp

Use c program to rewrite Matlab library function.

  1. MATLAB中有很多函数的重构,但是C语言实现函数的重构,需要提供传入的参数的个数,因此所有关于此的MATLAB的重构的函数,在这里通过可变参数的方式实现,但是会新增第一个参数为count,以传递传入参数的个数。比如:
MATLAB: rand() -----> C: rand(count, ...) example: rand(0);
MATLAB: rand(5)-----> C: rand(count, ...) example: rand(1, 5);
  1. 关于函数的全局变量的定义与使用和一些宏,全部放在 ==include/global==文件中。

matlab_lib_cmp's People

Contributors

simileciwh avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.