数模论坛

 找回密码
 注-册-帐-号
搜索
热搜: 活动 交友 discuz
查看: 41528|回复: 49

LINGO11.0发布了!

[复制链接]
发表于 2008-3-17 04:27:40 | 显示全部楼层 |阅读模式
LINGO11.0发布了!加强了很多函数和可编程计算段.
破解的我放在csdn了,需要注册下才能下载破解的。
http://download.csdn.net/source/1183130


Mathematical Functions
Top Previous Next
LINGO offers a number of standard, mathematical functions. These functions return a single result based on one or more scalar arguments. These functions are listed below:
@ABS( X)
Returns the absolute value ofX.
@ACOS( X)
Returns the inverse cosine, or arccosine, ofX,whereXis an angle in radians.
@ACOSH( X)
Returns the inverse hyperbolic cosine ofX, whereXis an angle in radians.
@ASIN( X)
Returns the inverse sine, or arcsine, ofX,whereXis an angle in radians.
@ASINH( X)
Returns the inverse hyperbolic sine ofX, whereXis an angle in radians.
@ATAN( X)
Returns the inverse tangent, or arctangent, ofX,whereXis an angle in radians.
@ATAN2( Y, X)
Returns the inverse tangent ofY/X.
@ATANH( X)
Returns the inverse hyperbolic tangent ofX, whereXis an angle in radians.
@COS( X)
Returns the cosine ofX, whereXis an angle in radians.
@COSH( X)
Returns the hyperbolic cosine ofX, whereXis an angle in radians.
@EXP( X)
Returnse(2.718281...) raised to the powerX.
@FLOOR( X)
This returns the integer part ofX. To be specific, ifX
≥≥0,@FLOORreturns the largest integer,I, such thatI
≤≤
X. IfXis negative,@FLOORreturns the most negative integer,I, such thatI
≥≥
X.
@LGM( X)
Returns the natural (basee) logarithm of the gamma function ofX(i.e., log of (X- 1)!). It is extended to non-integer values ofXby linear interpolation.
@LOG( X)
Returns the natural logarithm ofX.
@LOG10( X)
Returns the base-10 logarithm ofX.
@MOD( X, Y)
Returns the value of
XmoduloY, or, in other words, the remainder of an integer divide ofXbyY.
@POW( X, Y)

       Returns the value ofXraised to theYpower.
@SIGN( X)
Returns -1 ifX< 0. Otherwise, it returns +1.
@SIN( X)
Returns the
sine ofX, whereXis the angle in radians.
@SINH( X)
Returns the hyperbolic sine ofX, whereXis an angle in radians.
@SMAX( X1, X2,..., XN)
Returns the maximum value ofX1,X2, ..., andXN.
@SMIN( X1, X2,..., XN)
Returns the minimum value ofX1,X2, ..., andXN.
@SQR(X)
Returns the value of X squared.
@SQRT( X)
Returns the square root
ofX.
@TAN( X)
Returns the tangent ofX, whereXis the angle in radians.
@TANH( X)
Returns the hyperbolic tangent ofX, whereXis an angle in radians.
Probability Functions
Top Previous Next
LINGO has a number of probability related functions. There are examples that make use of most of these functions inDeveloping More Advanced Modelsand inAdditional Examples of LINGO Modeling.
@NORMSINV( P)
This is the inverse of the standard normal cumulative distribution.  Given a probability,P, this function returns the valueZsuch that the probability of a normally distributed random variable with standard deviation of 1 being less-than-or-equal toZisP.
@PBN( P, N, X)
This is the cumulative binomial probability. It returns the probability that a sample ofNitems, from a universe with a fraction ofPof those items defective, hasXor less defective items. It is extended to non-integer values ofXandNby linear interpolation.
@PCX( N, X)
This is the cumulative distribution function for the Chi-squared distribution withN
degrees of freedom. It returns the probability that an observation from this distribution is less-than-or-equal-toX.
@PEB( A, X)
This is Erlangs busy probability for a service system withXservers and an arriving load ofA,with infinite queue allowed. The result of@PEBcan be interpreted as either the fraction of time all servers are busy or the fraction of customers that must wait in the queue. It is extended to noninteger values ofXby linear interpolation. The arriving load,
A, is the expected number of customers arriving per unit of time multiplied by the expected time to process one customer.
@PEL( A, X)
This is Erlangs loss probability for a service system withXservers and an arriving load ofA,no
queue allowed. The result of@PELcan be interpreted as either the fraction of time all servers are busy or the fraction of customers lost due to all servers being busy when they arrive. It is extended to noninteger values ofXby linear interpolation. The arriving load,A, is the expected number of customers arriving per unit of time multiplied by the expected time to process one customer.
@PFD( N, D, X)
This is the cumulative distribution function for the F distribution withNdegrees of freedom in the numerator andDdegrees of freedom in the denominator. It returns the probability that an observation from this distribution is less-than-or-equal-toX.
@PFS( A, X, C)
This returns the expected number of customers waiting for or under repair in a finite source Poisson service system withXservers in parallel,Ccustomers, and a limiting loadA. It is extended to noninteger values ofXandCby linear interpolation.A, the limiting load, is the number of customers multiplied by the mean service time divided by the mean repair time.
@PHG( POP, G, N, X)      

This is the cumulative hypergeometric probability. It returns the probability thatXor fewer items in the sample are good, given a sample without replacement ofNitems from a population of sizePOPwhereG
items in the population are good. It is extended to noninteger values ofPOP,G,N, andX
by linear interpolation.
@PPL( A, X)
This is the linear loss function for the Poisson distribution. It returns the expected value ofMAX( 0, Z-X), whereZis a Poisson random variable with mean value
A.
@PPS( A, X)
This is the cumulative Poisson probability distribution. It returns the probability that a Poisson random variable, with mean valueA, is less-than-or-equal-toX. It is extended to noninteger values ofXby linear interpolation.
@PSL( X)
This is the unit normal linear loss function.
It returns the expected value ofMAX( 0, Z-X), whereZis a standard normal random variable. In inventory modeling,@PSL( X)is the expected amount that demand exceeds a levelX, if demand has a standard normal distribution.
@PSN( X)
This is the cumulative standard normal probability distribution. A standard normal random variable has mean 0.0 and standard deviation 1.0 (the bell curve, centered on the origin). The value returned by@PSNis the area under the curve to the left of the point on the ordinate indicated byX.
@PTD( N, X)
This is the cumulative distribution function for the t distribution withN
degrees of freedom. It returns the probability that an observation from this distribution is less-than-or-equal-toX.
@QRAND( SEED)
The@QRANDproduces a sequence of "quasi-random" uniform numbers in the interval (0,1).@QRANDis only permitted in a data section. It will fill an entire attribute with quasi-random numbers. Generally, you will be filling two-dimensional tables with, say,mrows andnvariables.mrepresents the number of scenarios, or experiments, you want to run.nrepresents the number of random variables you need for each scenario or experiment. Within a row, the numbers are independently distributed. Among rows, the numbers are "super uniformly" distributed. That is, the numbers are more uniformly distributed than you would expect by chance. These numbers are generated by a form of "stratified sampling".



[ 本帖最后由 tangbaby 于 2009-4-7 00:38 编辑 ]
发表于 2008-3-30 21:49:00 | 显示全部楼层
志高兄弟还是强啊,再次感谢你上次将10.0的传给我.谢谢
发表于 2008-4-4 19:36:48 | 显示全部楼层
有没有正式版的lingo10或lingo9.0,df12ek@163.com,谢了
发表于 2008-4-20 00:22:30 | 显示全部楼层

求楼主发给我一个!

我的email:zhaoyibin5362@126.com,谢谢!
发表于 2008-4-20 12:39:16 | 显示全部楼层
请问从那里可以下载破解文件
发表于 2008-4-20 17:47:09 | 显示全部楼层
下了一个11.0的
但是没有破解文件
谁能告诉一下怎么破解11.0
不胜感激
 楼主| 发表于 2008-4-20 21:51:00 | 显示全部楼层
找入口,吧所有的限制改了,用16位编辑器
 楼主| 发表于 2008-4-20 21:52:38 | 显示全部楼层
想要LINGO 10 破解版本的法邮件给我HIHIHI@QQ.COM
发表于 2008-4-20 23:05:44 | 显示全部楼层
原帖由 tangbaby 于 2008-4-20 21:51 发表
找入口,吧所有的限制改了,用16位编辑器



tangbaby  大哥   您说的方法不会阿~~~要不做个破解文件,或者写个详细的破解方法!
发表于 2008-4-20 23:10:44 | 显示全部楼层
我已经发邮件给你了
请你留意查收
您需要登录后才可以回帖 登录 | 注-册-帐-号

本版积分规则

小黑屋|手机版|Archiver|数学建模网 ( 湘ICP备11011602号 )

GMT+8, 2024-4-24 23:36 , Processed in 0.060994 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表