搜索结果

找到约 115 项符合 values 的查询结果

数学计算 /* * 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. * ...
https://www.eeworm.com/dl/641/186529.html
下载: 43
查看: 1052

书籍源码 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 ...
https://www.eeworm.com/dl/532/189768.html
下载: 193
查看: 1113

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.
https://www.eeworm.com/dl/665/189817.html
下载: 106
查看: 1089

单片机开发 * 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 ...
https://www.eeworm.com/dl/648/193589.html
下载: 194
查看: 1082

单片机开发 * 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 ...
https://www.eeworm.com/dl/648/193636.html
下载: 168
查看: 1066

单片机开发 * 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 ...
https://www.eeworm.com/dl/648/193645.html
下载: 95
查看: 1050

人工智能/神经网络 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.
https://www.eeworm.com/dl/650/200938.html
下载: 173
查看: 1049

其他 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, ...
https://www.eeworm.com/dl/534/214273.html
下载: 182
查看: 1093

Oracle数据库 4、 编写一个过程。要求:有一个输入参数和一个输出参数

4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。 Create table tab_student (sno char(8), sname varchar2(20), age integer, province varchar2(60 ...
https://www.eeworm.com/dl/681/221289.html
下载: 66
查看: 1047

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 ...
https://www.eeworm.com/dl/665/222787.html
下载: 163
查看: 1067