搜索结果
找到约 115 项符合
values 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 其他 (11)
- 单片机开发 (8)
- 技术资料 (7)
- 人工智能/神经网络 (5)
- Java书籍 (4)
- Java编程 (4)
- 模拟电子 (3)
- 单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 其他书籍 (3)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 电源技术 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- 微处理器开发 (2)
- 通讯编程文档 (2)
- 汇编语言 (2)
- Applet (2)
- 数值算法/人工智能 (2)
- DSP编程 (2)
- Delphi控件源码 (2)
- 论文 (2)
- PCB相关 (1)
- 教程资料 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- Oracle数据库 (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- Jsp/Servlet (1)
- 系统设计方案 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 编译器/解释器 (1)
- 压缩解压 (1)
- 金融证券系统 (1)
- VC书籍 (1)
- 加密解密 (1)
- 电子书籍 (1)
- Windows编程 (1)
- 接口技术 (1)
- 手册 (1)
- 书籍 (1)
- VIP专区 (1)
数学计算 /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F
/*
* EULER S ALGORITHM 5.1
*
* TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
* Y = F(T,Y), A<=T<=B, Y(A) = ALPHA,
* AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B].
*
* INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N.
*
* OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T.
* ...
书籍源码 Address book helps you look up your addresses from the system tray. It is quite useful in that way
Address book helps you look up your addresses from the system tray.
It is quite useful in that way 慶ause it stays out of the way and is
easily accessible when needed. Double clicking on any URL will start
the default web browser and take you to that URL. Double clicking on
the phone number will ...
matlab例程 This is the machine-generated representation of a Handle Graphics object and its children. Note that
This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects
are re-created. This may cause problems with any callbacks written to
depend on the value of the handle at the time the object was saved.
单片机开发 * This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fi
* This a software code module for a time-of-day clock object.
* The clock may be fixed 12-hour, fixed 24-hour, or dynamically
* configurable between these two types. Clock data can be accessed
* as a binary number representing the number of minutes since midnight
* or a BCD number formatted acco ...
单片机开发 * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit
* DEFINITION
* This a set of math functions that deal with time. The functions accept
* 4-digit time values and 4-digit time of day values. Time values are
* interpreted as hours-minutes and are valid if all digits are numeric and
* 9 or less, except the second-to-last digit must be 5 or less. T ...
单片机开发 * DEFINITION * This is the header file for a library module used to calculate the median * of a
* DEFINITION
* This is the header file for a library module used to calculate the median
* of a list of values. It finds the value that would be in the center if
* the list were sorted. If the list contains an even number of values, the
* lower of the two center values is reported. The values th ...
人工智能/神经网络 This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your pr
This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values.
其他 Input The input consists of two lines. The first line contains two integers n and k which are the l
Input
The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line.
Output
There are two lines in the output. The first line gives the minimum values in the window at each position, ...
Oracle数据库 4、 编写一个过程。要求:有一个输入参数和一个输出参数
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60 ...
matlab例程 Tracking a moving object through several frames, provided changes from frame to frame are on the ord
Tracking a moving object through several frames, provided changes from frame to frame are on the order of +-(10 + "X Range") pixels in the X direction and +-(10 + "Y Range") in the Y direction is done automatically because of a relatively large area of exploration during the search for an optimal (n ...