Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - calculate
Search - calculate - List
二分集CDMA跳频通信子程序,计算2分集CDMA跳频通信系统的误码率-two set points CDMA frequency-hopping communications subroutine to calculate two set points Hopping CDMA communication system BER
Update : 2008-10-13 Size : 1305 Publisher : 白应奎

关于非线性时间序列中同时计算关联维和Kolmogorov熵的程序,-on nonlinear time series simultaneously calculate the correlation dimension and Kolmogorov entropy procedures,
Update : 2008-10-13 Size : 32051 Publisher : gxsh

DL : 0
能够计算石油大学同学们的学分绩点,为了下载才上传的-to calculate oil University students in academic performance, in order to download only upload
Update : 2008-10-13 Size : 19995 Publisher : 孙畅

DL : 0
给出式子:y=ax^3+bx^2+cx+d.a,b,c,d是随机变量,可以根据不同的波形来计算波峰的值。-given formula : y = ax ^ 3 bx ^ 2 cx d.a, b, c, d, random variables that can be different waveform to calculate peak value.
Update : 2008-10-13 Size : 5335 Publisher : ppp

算24点游戏的解法!还可以算其它任何点数。和传统方法不一样的,可以支持负数和小数解算任意点的问题-count 24 points of the game Solution! Also can calculate any other points. Traditional methods are not the same, and can support a negative decimal Solving the problem of arbitrary point
Update : 2008-10-13 Size : 1487400 Publisher : 张俊

利用prim算法来计算最小生成树,对于数据结构学习者有很大帮助,利用邻接矩阵来存储图-Prim algorithm used to calculate the minimum spanning tree, the data structure for the learner is very helpful to use the adjacency matrix storage plan
Update : 2008-10-13 Size : 5891 Publisher : 赵麟

DL : 0
一个可以计算阶乘结果达到100位的程序一 个可以计算阶乘结果达到100位的程序-one can calculate the factorial results reach 100 procedures can calculate a factorial results reach 100 procedures
Update : 2008-10-13 Size : 1395 Publisher : 李名

每个教数据结构的老师都至少会要求学生利用学过的结构编写出一些现实模型.学栈和队列的时候,老师要求我们写出利用栈和队列来模拟停车场管理的一个程序.通过停在停车场的时间长短来计算费用,其中队列的可以看作是便道,车满时便停靠在便道上,此时不收取费用.具体要求和实现请看程序.-each data structure of the teachers have at least would require students to use the structure to learn to prepare some reality model. Stack and Queue school when the teacher asked us to write using stack and cohort simulation of a car park management procedures. Through parked in the parking lot the length of time to calculate costs, which Queue the pavement can be seen as vehicles for when they parked on the sidewalk, this time free of charge. the specific requirements and procedures to achieve See.
Update : 2008-10-13 Size : 2173 Publisher : superloafer

1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. This program is the main function of the use of linked lists of user input to the arbitrary precision converted into ordinary expression suffix expression, in order to distinguish between data and operator, data will be used as an underscore to separate them, and calculate the value of this expression. 2. Note : This procedure described by the four operation is narrow, and no explicit demands to which users brackets "[]" or large bracket "()" for the importation, because it will greatly increase the volume of procedures code, for the sake of simplicity, but also to achieve four mixed computing functions, as long as the user which contains a large bracket, or brackets in both small brackets can be expressed.
Update : 2008-10-13 Size : 4229 Publisher : 刘新夏

中国有句俗语叫“三天打鱼两天晒网”。某人从1990年1月1日起开始“三天打鱼两天晒网”,问这个人在以后的某一天中是“打鱼”还是“晒网”。 *问题分析与算法设计 根据题意可以将解题过程分为三步: 1)计算从1990年1月1日开始至指定日期共有多少天; 2)由于“打鱼”和“晒网”的周期为5天,所以将计算出的天数用5去除; 3)根据余数判断他是在“打鱼”还是在“晒网”; 若 余数为1,2,3,则他是在“打鱼” 否则 是在“晒网” -There is a Chinese saying called "three-day fishing nets drying day." A person from January 1, 1990 starting "three-day fishing nets two days of drying," and asked the person in a day after it is "string" or "drying network." * Analysis and design of algorithms that under Italian solving process can be divided into three steps : 1) calculation from January 1, 1990 until the date specified number of days; 2) The "string" and "drying net" for the five-day cycle, will calculate the number of days spent five Removal ; 3) According to the remainder of the judgment he is "string" or "drying net"; if the remainder of 1,2,3, he is the "string" or the "drying Network"
Update : 2008-10-13 Size : 1519 Publisher : 姚紫欣

DL : 0
如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all integral factor (including one, including the A itself) the sum equivalent to B; But all integral factor B (1, B itself) is the sum of A, will be rounded A and B as a few intimate. For all of 3000 within a few intimate. * Subject algorithm design and analysis in accordance with the closest definition, in determining whether there are a few close a number calculated as a factor in all of the cumulative and b, b calculate all the factors and the accumulation of n, n if convicted could mean a and b are a few intimate. Calculations of a factor in the algorithm : a right turn i (i = 1 ~ a / 2) modulo, if modulo results equal to 0, i for one of a factor; I would otherwise not a factor. *
Update : 2008-10-13 Size : 1023 Publisher : 姚紫欣

DL : 0
在VB里计算矩阵,线性方程组的控件。与matlab类似,包含了matlab的600多个函数。-in VB calculate matrix and linear equations of control. Similar with Matlab, includes more than 600 of Matlab functions.
Update : 2008-10-13 Size : 4899566 Publisher : 而且

排除网络故障,用于排除一般的网络故障,并且可以计算网络流量。-troubleshooting of the network for the general exclusion of a network failure, and can calculate network traffic.
Update : 2008-10-13 Size : 129794 Publisher : jzh

DL : 0
输入一个整数,计算这个数的所有因子。利用的是穷举法。-an integer input to calculate the number of all factors. Use Act is exhaustive.
Update : 2008-10-13 Size : 1654 Publisher : 易杜平

本程序通过使用SetDBIbits,BitBit,IPicture,SetPiexl等多种图片读取方式来计算相同图片读取时所以需的时间,从而体现出不同贴图方式上在时间的差异-this procedure through the use of SetDBIbits, BitBit, IPicture, SetPiexl read so many pictures to calculate the same way when you read Photo Therefore, it takes time, so as to realize the different textures in the way time difference! !
Update : 2008-10-13 Size : 38465 Publisher : JELL

DL : 0
直线搜索可以为最优化提供搜索区间。上述算法的终止准则为H终止准则。通用程序。 ①计算一个正定二次函数(至少是4元函数);②至少计算一个非二次函数(至少是5元函数)。 非线性最小二乘问题的修正Gauss-Newton法所计算的函数:至少计算一个非线性函数(至少是5元函数)。 乘子法所计算的问题:等式约束、不等式约束要求至少各有一个。问题可在教材或其它参考书中任意选取程序自行编写(禁止采用调用现成软件的方式),编程语言自选。 -straight search for the optimal search interval. This algorithm criteria for the termination of H termination criteria. Common procedures. calculate a definite quadratic function (at least four yuan function); calculated at least one non-quadratic function (at least five yuan functions). The nonlinear least squares problems that Gauss-Newton method by calculating function : at least a nonlinear function computing (at least five yuan functions). Multiplier Method calculation problem : identity bound inequality constraints have required at least one. Problems in other reference materials or arbitrary selection procedures to prepare themselves (called ban on the use of existing software), on-demand programming language.
Update : 2008-10-13 Size : 35444 Publisher : 红男

上述算法的终止准则为H终止准则。 编写通用程序。: 直线搜索所计算的函数自己任选。①计算一个正定二次函数(至少是4元函数);②至少计算一个非二次函数(至少是5元函数)。 非线性最小二乘问题的修正Gauss-Newton法所计算的函数:至少计算一个非线性函数(至少是5元函数)。 乘子法所计算的问题:等式约束、不等式约束要求至少各有一个。问题可在教材或其它参考书中任意选取。 程序自行编写(禁止采用调用现成软件的方式),编程语言自选。从独立完成所有实验内容的学生中遴选出-above algorithm criteria for the termination of H termination criteria. Preparation of common procedures. : Linear search function by calculating their options. calculate a definite quadratic function (at least four yuan function); calculated at least one non-quadratic function (at least five yuan functions). The nonlinear least squares problems that Gauss-Newton method by calculating function : at least a nonlinear function computing (at least five yuan functions). Multiplier Method calculation problem : identity bound inequality constraints have required at least one. Problems in reference books or other materials were selected at random. Self-preparation procedure (called ban on the use of existing software), on-demand programming language. From an experimental content complete all of
Update : 2008-10-13 Size : 14358 Publisher : 洪男

DL : 0
上述算法的终止准则为H终止准则。要求编写通用程序。 关于函数的要求: 直线搜索所计算的函数自己任选。 共轭梯度法所计算的函数:①计算一个正定二次函数(至少是4元函数);②至少计算一个非二次函数(至少是5元函数)。 非线性最小二乘问题的修正Gauss-Newton法所计算的函数:至少计算一个非线性函数(至少是5元函数)。 乘子法所计算的问题:等式约束、不等式约束要求至少各有一个。问题可在教材或其它参考书中任意选取。 程序自行编写(禁止采用调用现成软件的方式),编程语言自选。 -above algorithm criteria for the termination of H termination criteria. Requests for common procedures. The demands on function : linear search function by calculating their options. The conjugate gradient method by calculating function : calculate a definite quadratic function (at least four yuan function); calculated at least one non-quadratic function (at least five yuan functions). The nonlinear least squares problems that Gauss-Newton method by calculating function : at least a nonlinear function computing (at least five yuan functions). Multiplier Method calculation problem : identity bound inequality constraints have required at least one. Problems in reference books or other materials were selected at random. Self-preparation procedure (called ban on the use of existing software)
Update : 2008-10-13 Size : 9632 Publisher : 洪男

计算出一个字符串的长度,入口参数的字符串。出口为长度-calculate the length of a string, the string parameters of the entrance. Export-length
Update : 2008-10-13 Size : 2089 Publisher : 周狼

无和集问题。设s是一个正整数集合。s是一个无和集当且仅当x,y属于s,但x+y不属于s. 设计一个算法,计算f(n)的值-no problems and sets. S is a set up is a set of integers. S is a set - and if and only if x, y belong s, x y s. Design is not an algorithm to calculate f (n) values
Update : 2008-10-13 Size : 64217 Publisher : 孙月玲
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.