搜索结果
找到约 74 项符合
Ne-STR 的查询结果
matlab例程 The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_forma ...
Java编程 this a program to show your current credits for add or drop subjects. During university, students ne
this a program to show your current credits for add or drop subjects. During university, students need to register what subjects they want to study in a semester. this program show and help to calculate the credits.
Linux/Unix编程 (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外
(1)myfind <pathname> 的功能:
除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。
(2)myfind <pathname> -comp <filename>的功能:
<filename>是常规文件的路径名(非目录名,但是其路径可 ...
Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Every ...
其他 WinChat was created in late 2000 by Spectre, DeMENted and Unique_T. You can connect to WinChat.Ne
WinChat was created in late 2000 by Spectre, DeMENted and Unique_T.
You can connect to WinChat.Net by pointing your IRC client at irc.winchat.net.
Or you can start a Java client right now.
人工智能/神经网络 This demonstration illustrates the application of adaptive filters to signal separation using a str
This demonstration illustrates the application of adaptive filters to signal separation
using a structure called an adaptive line enhancer (ALE). In adaptive line
enhancement, a measured signal x(n) contains two signals, an unknown signal
of interest v(n), and a nearly-periodic noise signal eta(n). ...
汇编语言 ** File name: target.h ** Last modified Date: 2004-09-17 ** Last Version: 1.0 ** Description
** File name: target.h
** Last modified Date: 2004-09-17
** Last Version: 1.0
** Descriptions: header file of the specific codes for LPC2100 target boards
** Every project should include a copy of this file, user may modify it as ne
matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation functions can either be linear or tanh. The network
% architecture is defined by the matrix NetDef , w ...
Linux/Unix编程 //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Label", NULL, 0, &argc, argv, NULL, NULL]
//建立顶级窗口
toplevel = XtVaAppInitialize[&app, "Label", NULL, 0,
&argc, argv, NULL, NULL]
//建立按钮上标签的字符串
str = XmStringCreateLtoR["A Simple\n Label",
XmFONTLIST_DEFAULT_TAG]
n = 0
XtSetArg[args[n], XmNlabelString, str] n++
label = XmCreateLabel[toplevel, "pushbu ...
Jsp/Servlet Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will ne
Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to ...