亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? accosin.c

?? zemax與matlab調用程序
?? C
?? 第 1 頁 / 共 5 頁
字號:
            "1 The function \"accosin\" was called with mor"
            "e than the declared number of outputs (1)."),
          NULL);
    }
    for (i = 0; i < 1; ++i) {
        mplhs[i] = NULL;
    }
    mlfEnterNewContext(0, 0);
    mprhs[0] = NULL;
    mlfAssign(&mprhs[0], mclCreateVararginCell(nrhs, prhs));
    mplhs[0] = Maccosin(nlhs, mprhs[0]);
    mlfRestorePreviousContext(0, 0);
    plhs[0] = mplhs[0];
    mxDestroyArray(mprhs[0]);
}

/*
 * The function "mlfAccosin_ReadACCOSFile" contains the normal interface for
 * the "accosin/ReadACCOSFile" M-function from file
 * "c:\projects\mzdde\accosin.m" (lines 57-287). This function processes any
 * input arguments and passes them to the implementation version of the
 * function, appearing above.
 */
static mxArray * mlfAccosin_ReadACCOSFile(mxArray * Filename) {
    int nargout = 1;
    mxArray * Status = NULL;
    mlfEnterNewContext(0, 1, Filename);
    Status = Maccosin_ReadACCOSFile(nargout, Filename);
    mlfRestorePreviousContext(0, 1, Filename);
    return mlfReturnValue(Status);
}

/*
 * The function "mlxAccosin_ReadACCOSFile" contains the feval interface for the
 * "accosin/ReadACCOSFile" M-function from file "c:\projects\mzdde\accosin.m"
 * (lines 57-287). The feval function calls the implementation version of
 * accosin/ReadACCOSFile through this function. This function processes any
 * input arguments and passes them to the implementation version of the
 * function, appearing above.
 */
static void mlxAccosin_ReadACCOSFile(int nlhs,
                                     mxArray * plhs[],
                                     int nrhs,
                                     mxArray * prhs[]) {
    mxArray * mprhs[1];
    mxArray * mplhs[1];
    int i;
    if (nlhs > 1) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/ReadACCOSFile Line: 57 Co"
            "lumn: 1 The function \"accosin/ReadACCOSFile\" was call"
            "ed with more than the declared number of outputs (1)."),
          NULL);
    }
    if (nrhs > 1) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/ReadACCOSFile Line: 57 Co"
            "lumn: 1 The function \"accosin/ReadACCOSFile\" was call"
            "ed with more than the declared number of inputs (1)."),
          NULL);
    }
    for (i = 0; i < 1; ++i) {
        mplhs[i] = NULL;
    }
    for (i = 0; i < 1 && i < nrhs; ++i) {
        mprhs[i] = prhs[i];
    }
    for (; i < 1; ++i) {
        mprhs[i] = NULL;
    }
    mlfEnterNewContext(0, 1, mprhs[0]);
    mplhs[0] = Maccosin_ReadACCOSFile(nlhs, mprhs[0]);
    mlfRestorePreviousContext(0, 1, mprhs[0]);
    plhs[0] = mplhs[0];
}

/*
 * The function "mlfAccosin_NewSurface" contains the normal interface for the
 * "accosin/NewSurface" M-function from file "c:\projects\mzdde\accosin.m"
 * (lines 287-293). This function processes any input arguments and passes them
 * to the implementation version of the function, appearing above.
 */
static mxArray * mlfAccosin_NewSurface(mxArray * * ACCOSout,
                                       mxArray * ZEMAXin,
                                       mxArray * ACCOSin) {
    int nargout = 1;
    mxArray * ZEMAXout = NULL;
    mxArray * ACCOSout__ = NULL;
    mlfEnterNewContext(1, 2, ACCOSout, ZEMAXin, ACCOSin);
    if (ACCOSout != NULL) {
        ++nargout;
    }
    ZEMAXout = Maccosin_NewSurface(&ACCOSout__, nargout, ZEMAXin, ACCOSin);
    mlfRestorePreviousContext(1, 2, ACCOSout, ZEMAXin, ACCOSin);
    if (ACCOSout != NULL) {
        mclCopyOutputArg(ACCOSout, ACCOSout__);
    } else {
        mxDestroyArray(ACCOSout__);
    }
    return mlfReturnValue(ZEMAXout);
}

/*
 * The function "mlxAccosin_NewSurface" contains the feval interface for the
 * "accosin/NewSurface" M-function from file "c:\projects\mzdde\accosin.m"
 * (lines 287-293). The feval function calls the implementation version of
 * accosin/NewSurface through this function. This function processes any input
 * arguments and passes them to the implementation version of the function,
 * appearing above.
 */
static void mlxAccosin_NewSurface(int nlhs,
                                  mxArray * plhs[],
                                  int nrhs,
                                  mxArray * prhs[]) {
    mxArray * mprhs[2];
    mxArray * mplhs[2];
    int i;
    if (nlhs > 2) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/NewSurface Line: 287 Col"
            "umn: 1 The function \"accosin/NewSurface\" was called "
            "with more than the declared number of outputs (2)."),
          NULL);
    }
    if (nrhs > 2) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/NewSurface Line: 287 Co"
            "lumn: 1 The function \"accosin/NewSurface\" was calle"
            "d with more than the declared number of inputs (2)."),
          NULL);
    }
    for (i = 0; i < 2; ++i) {
        mplhs[i] = NULL;
    }
    for (i = 0; i < 2 && i < nrhs; ++i) {
        mprhs[i] = prhs[i];
    }
    for (; i < 2; ++i) {
        mprhs[i] = NULL;
    }
    mlfEnterNewContext(0, 2, mprhs[0], mprhs[1]);
    mplhs[0] = Maccosin_NewSurface(&mplhs[1], nlhs, mprhs[0], mprhs[1]);
    mlfRestorePreviousContext(0, 2, mprhs[0], mprhs[1]);
    plhs[0] = mplhs[0];
    for (i = 1; i < 2 && i < nlhs; ++i) {
        plhs[i] = mplhs[i];
    }
    for (; i < 2; ++i) {
        mxDestroyArray(mplhs[i]);
    }
}

/*
 * The function "mlfAccosin_CleanFileName" contains the normal interface for
 * the "accosin/CleanFileName" M-function from file
 * "c:\projects\mzdde\accosin.m" (lines 293-310). This function processes any
 * input arguments and passes them to the implementation version of the
 * function, appearing above.
 */
static mxArray * mlfAccosin_CleanFileName(mxArray * DirtyName) {
    int nargout = 1;
    mxArray * CleanName = NULL;
    mlfEnterNewContext(0, 1, DirtyName);
    CleanName = Maccosin_CleanFileName(nargout, DirtyName);
    mlfRestorePreviousContext(0, 1, DirtyName);
    return mlfReturnValue(CleanName);
}

/*
 * The function "mlxAccosin_CleanFileName" contains the feval interface for the
 * "accosin/CleanFileName" M-function from file "c:\projects\mzdde\accosin.m"
 * (lines 293-310). The feval function calls the implementation version of
 * accosin/CleanFileName through this function. This function processes any
 * input arguments and passes them to the implementation version of the
 * function, appearing above.
 */
static void mlxAccosin_CleanFileName(int nlhs,
                                     mxArray * plhs[],
                                     int nrhs,
                                     mxArray * prhs[]) {
    mxArray * mprhs[1];
    mxArray * mplhs[1];
    int i;
    if (nlhs > 1) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/CleanFileName Line: 293 Co"
            "lumn: 1 The function \"accosin/CleanFileName\" was calle"
            "d with more than the declared number of outputs (1)."),
          NULL);
    }
    if (nrhs > 1) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/CleanFileName Line: 293 C"
            "olumn: 1 The function \"accosin/CleanFileName\" was cal"
            "led with more than the declared number of inputs (1)."),
          NULL);
    }
    for (i = 0; i < 1; ++i) {
        mplhs[i] = NULL;
    }
    for (i = 0; i < 1 && i < nrhs; ++i) {
        mprhs[i] = prhs[i];
    }
    for (; i < 1; ++i) {
        mprhs[i] = NULL;
    }
    mlfEnterNewContext(0, 1, mprhs[0]);
    mplhs[0] = Maccosin_CleanFileName(nlhs, mprhs[0]);
    mlfRestorePreviousContext(0, 1, mprhs[0]);
    plhs[0] = mplhs[0];
}

/*
 * The function "mlfAccosin_ReadOldConfigData" contains the normal interface
 * for the "accosin/ReadOldConfigData" M-function from file
 * "c:\projects\mzdde\accosin.m" (lines 310-325). This function processes any
 * input arguments and passes them to the implementation version of the
 * function, appearing above.
 */
static void mlfAccosin_ReadOldConfigData(mxArray * fID) {
    mlfEnterNewContext(0, 1, fID);
    Maccosin_ReadOldConfigData(fID);
    mlfRestorePreviousContext(0, 1, fID);
}

/*
 * The function "mlxAccosin_ReadOldConfigData" contains the feval interface for
 * the "accosin/ReadOldConfigData" M-function from file
 * "c:\projects\mzdde\accosin.m" (lines 310-325). The feval function calls the
 * implementation version of accosin/ReadOldConfigData through this function.
 * This function processes any input arguments and passes them to the
 * implementation version of the function, appearing above.
 */
static void mlxAccosin_ReadOldConfigData(int nlhs,
                                         mxArray * plhs[],
                                         int nrhs,
                                         mxArray * prhs[]) {
    mxArray * mprhs[1];
    int i;
    if (nlhs > 0) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/ReadOldConfigData Line: 310 "
            "Column: 1 The function \"accosin/ReadOldConfigData\" was c"
            "alled with more than the declared number of outputs (0)."),
          NULL);
    }
    if (nrhs > 1) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/ReadOldConfigData Line: 310 "
            "Column: 1 The function \"accosin/ReadOldConfigData\" was c"
            "alled with more than the declared number of inputs (1)."),
          NULL);
    }
    for (i = 0; i < 1 && i < nrhs; ++i) {
        mprhs[i] = prhs[i];
    }
    for (; i < 1; ++i) {
        mprhs[i] = NULL;
    }
    mlfEnterNewContext(0, 1, mprhs[0]);
    Maccosin_ReadOldConfigData(mprhs[0]);
    mlfRestorePreviousContext(0, 1, mprhs[0]);
}

/*
 * The function "mlfAccosin_ReadNewConfigData" contains the normal interface
 * for the "accosin/ReadNewConfigData" M-function from file
 * "c:\projects\mzdde\accosin.m" (lines 325-337). This function processes any
 * input arguments and passes them to the implementation version of the
 * function, appearing above.
 */
static void mlfAccosin_ReadNewConfigData(mxArray * fID,
                                         mxArray * Config,
                                         mxArray * Surface) {
    mlfEnterNewContext(0, 3, fID, Config, Surface);
    Maccosin_ReadNewConfigData(fID, Config, Surface);
    mlfRestorePreviousContext(0, 3, fID, Config, Surface);
}

/*
 * The function "mlxAccosin_ReadNewConfigData" contains the feval interface for
 * the "accosin/ReadNewConfigData" M-function from file
 * "c:\projects\mzdde\accosin.m" (lines 325-337). The feval function calls the
 * implementation version of accosin/ReadNewConfigData through this function.
 * This function processes any input arguments and passes them to the
 * implementation version of the function, appearing above.
 */
static void mlxAccosin_ReadNewConfigData(int nlhs,
                                         mxArray * plhs[],
                                         int nrhs,
                                         mxArray * prhs[]) {
    mxArray * mprhs[3];
    int i;
    if (nlhs > 0) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/ReadNewConfigData Line: 325 "
            "Column: 1 The function \"accosin/ReadNewConfigData\" was c"
            "alled with more than the declared number of outputs (0)."),
          NULL);
    }
    if (nrhs > 3) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: accosin/ReadNewConfigData Line: 325 "
            "Column: 1 The function \"accosin/ReadNewConfigData\" was c"
            "alled with more than the declared number of inputs (3)."),
          NULL);
    }
    for (i = 0; i < 3 && i < nrhs; ++i) {
        mprhs[i] = prhs[i];
    }
    for (; i < 3; ++i) {
        mprhs[i] = NULL;
    }
   

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美亚洲高清一区二区三区不卡| 3d动漫精品啪啪一区二区竹菊 | 蜜臀av性久久久久av蜜臀妖精| 日本一道高清亚洲日美韩| 国产成人综合在线| 宅男噜噜噜66一区二区66| 中文字幕日韩av资源站| 久久国产精品一区二区| 91成人在线免费观看| 中文字幕欧美日韩一区| 韩国理伦片一区二区三区在线播放| 色激情天天射综合网| 欧美极品另类videosde| 久久99蜜桃精品| 欧美老女人在线| 一区二区三区四区在线播放| 国产精品77777| 精品成人一区二区三区四区| 日韩精品一级二级| 欧美视频在线观看一区二区| 国产精品久久久久久久久果冻传媒| 日本成人在线一区| 欧美一区二区三区视频免费| 午夜影院在线观看欧美| 欧美偷拍一区二区| 亚洲综合色成人| 色哟哟精品一区| 亚洲欧美乱综合| 成人av网站在线观看| 久久免费午夜影院| 国产在线不卡视频| 国产网红主播福利一区二区| 国产一区二区三区精品视频| 日韩一级免费一区| 久久精品噜噜噜成人av农村| 日韩一区二区在线播放| 麻豆视频观看网址久久| 欧美不卡在线视频| 国产在线播放一区| 国产精品高潮呻吟久久| 色悠悠亚洲一区二区| 亚洲一区二区三区国产| 欧美一区二区网站| 国产自产v一区二区三区c| 国产欧美日韩在线| 99vv1com这只有精品| 亚洲图片欧美综合| 日韩视频免费直播| 国产成人免费在线| 亚洲欧美另类小说| 91麻豆精品国产| 国产丶欧美丶日本不卡视频| 国产精品久久久久婷婷| 色婷婷久久久亚洲一区二区三区| 亚洲国产美女搞黄色| 精品欧美乱码久久久久久1区2区| 国产精品原创巨作av| 亚洲综合色自拍一区| 精品国产免费视频| av成人动漫在线观看| 日日摸夜夜添夜夜添国产精品| 精品国产免费久久| 91丨porny丨最新| 男人的j进女人的j一区| 国产精品成人免费精品自在线观看 | 国产成人精品午夜视频免费| 国产精品家庭影院| 91.麻豆视频| 成人免费毛片app| 天堂成人国产精品一区| 国产三级精品视频| 欧美日本乱大交xxxxx| 成人美女视频在线观看| 午夜在线电影亚洲一区| 国产精品人妖ts系列视频| 欧美精品1区2区3区| 国产成人综合亚洲91猫咪| 午夜精品久久久久久| 国产精品女同一区二区三区| 欧美日韩极品在线观看一区| 国产精品中文字幕日韩精品 | 国产精品福利电影一区二区三区四区| 欧美妇女性影城| 97久久人人超碰| 久久国产视频网| 亚洲一二三四在线| 中文字幕欧美三区| 久久夜色精品一区| 91精品国产综合久久婷婷香蕉| caoporm超碰国产精品| 国产精品一区二区x88av| 日韩综合在线视频| 亚洲伦在线观看| 久久精品夜色噜噜亚洲aⅴ| 欧美久久一区二区| 欧洲另类一二三四区| 99精品在线观看视频| 成人一区二区在线观看| 国产乱码字幕精品高清av| 三级在线观看一区二区| 亚洲一区二区中文在线| 亚洲欧美一区二区三区久本道91| 久久久久久毛片| xfplay精品久久| 久久免费电影网| 精品日韩在线观看| 精品国产成人系列| 26uuu精品一区二区| 精品区一区二区| 欧美精品一区二区三| 日韩视频免费直播| 欧美成人精品福利| 欧美刺激午夜性久久久久久久| 欧美人xxxx| 91精品国产91久久久久久一区二区 | 麻豆国产精品官网| 久久99久久精品| 捆绑调教一区二区三区| 裸体一区二区三区| 激情久久五月天| 国产麻豆精品在线观看| 国产传媒久久文化传媒| 高清久久久久久| 97精品视频在线观看自产线路二| 91在线看国产| 色妹子一区二区| 欧美欧美午夜aⅴ在线观看| 91麻豆精品国产91| 久久夜色精品国产噜噜av| 日本一区二区三区高清不卡| 国产精品久久久久久久久搜平片| 亚洲男人电影天堂| 午夜精品久久久久影视| 精品一区二区在线播放| 国产大陆精品国产| 欧美私模裸体表演在线观看| 欧美精品久久天天躁| 精品国产一区二区在线观看| 久久精品一区八戒影视| 一区二区三区在线影院| 蜜臀av性久久久久蜜臀av麻豆| 国产一区二区成人久久免费影院| 成人晚上爱看视频| 欧美性猛片xxxx免费看久爱| 日韩欧美一区二区免费| 国产精品黄色在线观看| 亚洲成av人片一区二区梦乃 | 久久夜色精品国产欧美乱极品| 国产精品三级av在线播放| 亚洲午夜久久久久久久久电影网 | 天使萌一区二区三区免费观看| 久久99精品国产麻豆婷婷| 成人高清视频在线观看| 欧美美女喷水视频| 国产精品天干天干在观线| 亚洲国产精品久久久男人的天堂 | 美女视频一区二区| 色拍拍在线精品视频8848| 欧美一级精品在线| 最新欧美精品一区二区三区| 青青国产91久久久久久| 色综合久久88色综合天天免费| 日韩欧美在线网站| 亚洲精品高清在线| 国产精品一区二区三区四区| 欧美日韩高清在线| 中文字幕一区av| 国产成人在线视频网站| 88在线观看91蜜桃国自产| 国产精品卡一卡二卡三| 精品在线播放免费| 在线不卡的av| 亚洲激情网站免费观看| 波多野结衣91| 久久久亚洲精品一区二区三区| 亚洲高清不卡在线观看| av在线播放一区二区三区| 国产午夜精品一区二区三区四区| 日日欢夜夜爽一区| 欧美色老头old∨ideo| 亚洲视频一区二区免费在线观看| 国产精品18久久久久久久久| 日韩欧美国产一区二区在线播放| 亚洲成av人**亚洲成av**| 在线精品视频免费播放| 国产精品国产三级国产aⅴ中文| 激情综合色播激情啊| 日韩欧美国产不卡| 美女网站一区二区| 欧美一区三区四区| 日韩av电影天堂| 欧美一区二区三区性视频| 婷婷中文字幕一区三区| 欧美日韩一本到| 性做久久久久久免费观看| 91久久精品一区二区二区| 亚洲欧洲综合另类| 欧美午夜精品一区| 亚洲福利电影网| 欧美日韩激情在线|