搜索结果
找到约 2,765 项符合
n-sensors 的查询结果
Linux/Unix编程 //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Form", NULL, 0, &argc, argv, NULL, NULL] n =
//建立顶级窗口
toplevel = XtVaAppInitialize[&app, "Form", NULL, 0,
&argc, argv, NULL, NULL]
n = 0
XtSetArg[args[n], XmNwidth, 500] n++
XtSetArg[args[n], XmNheight, 500] n++
XtSetValues[toplevel, args, n]
//建立主窗口
form = XmCreateForm[toplevel, "form", NULL, 0]
XtManage ...
matlab例程 Simo traces the ser for a simo system :n transmit antenna and 1 recieve antenna and compare it to an
Simo traces the ser for a simo system :n transmit antenna and 1 recieve antenna and compare it to an alamouti system
VC书籍 this program is bubllesort that writted with c++.this program get an aray and sort it in order n^2.
this program is bubllesort that writted with c++.this program get an aray and sort it in order n^2.
多国语言处理 Algoritmo de implementaci贸n de adaboost en el lenguage matlab
Algoritmo de implementaci贸n de adaboost en el lenguage matlab
其他行业 N-Queen solver written in java with excellent Graphical user interface.
N-Queen solver written in java with excellent Graphical user interface.
游戏 连连看游戏,这是一款N经典的连连看游戏哦。大家下去玩吧。。。玩傻了不要怪我
连连看游戏,这是一款N经典的连连看游戏哦。大家下去玩吧。。。玩傻了不要怪我
Linux/Unix编程 n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "
n = 0
XtSetArg[args[n], XmNlabelString, label] n++
button = XmCreatePushButton[toplevel, "pushbutton", args, n]
XtManageChild[button]
Linux/Unix编程 text = XmCreateScrolledText[paned, "text", args, n] XtManageChild[text] //显示窗口 XtRealiz
text = XmCreateScrolledText[paned, "text", args, n]
XtManageChild[text]
//显示窗口
XtRealizeWidget[toplevel]
//进入事件循环
XtAppMainLoop[app]
Linux/Unix编程 textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtR
textf = XmCreateTextField[spinbox, "textf", args, n]
XtManageChild[textf]
//显示窗口
XtRealizeWidget[toplevel]
//进入事件循环
XtAppMainLoop[app]
数值算法/人工智能 利用经典的COOLEY-TUKEY基2算法求复序列x[n]的DFTX[k].有Fortran的子程序和主程序,还有C程序
利用经典的COOLEY-TUKEY基2算法求复序列x[n]的DFTX[k].有Fortran的子程序和主程序,还有C程序