搜索结果
找到约 128 项符合
Usage 的查询结果
源码/资料 This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This
This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their ids. CDynRec : This class is the no ...
TAPI编程 Dialer ---- Windows TAPI sample application created as an illustration of the usage of Windows TAPI
Dialer ---- Windows TAPI sample application created as an illustration of the usage of Windows TAPI
Windows CE Displays CPU time usage, the list of processes (can be terminated) and the task which are running (c
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk status report.
驱动编程 一个缷载设备驱动程序的例子 usage: remove <Hardware_ID>
一个缷载设备驱动程序的例子
usage: remove <Hardware_ID>
matlab例程 PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs)
PIECEWISE_EVAL: evaluates a piecewise function of x
usage: y = PIECEWISE_EVAL(x,breakpoints,funs)
arguments (input)
x - vector or array of points to evaluate though the function
breakpoints - list of n breakpoints, -inf and +inf are implicitly
通讯编程文档 USB HID usage tables,USB接口开发人员必备利器
USB HID usage tables,USB接口开发人员必备利器
其他 BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B ...
Symbian The DBMS (Database Management System) example application demonstrates the usage of DBMS APIs. The
The DBMS (Database Management System) example application demonstrates the usage of DBMS APIs.
The example includes a bookstore database engine and a simple Avkon GUI for testing the engine.
Java编程 MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage o
MemoryMonitor demonstrates the use of the java.lang.management API
in observing the memory usage of all memory pools consumed by
the application.
This simple demo program queries the memory usage of each memory pool
and plots the memory usage history graph.
To run the MemoryMonitor demo
java -j ...
Java编程 JTop monitors the CPU usage of all threads in a remote application which has remote management enab
JTop monitors the CPU usage of all threads in a remote application
which has remote management enabled. JTop demonstrates the use of
the java.lang.management API to obtain the CPU consumption for
each thread.