搜索资源列表

  1. tan

    0下载:
  2. 这是一个比较复杂的分形程序,看一下就知道了-This is a more complicated fractal procedures, look at the know
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:马祥陆
  1. 高级计算器 V1.0

    0下载:
  2. 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Ex
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:182272
    • 提供者:王波
  1. 字符串表达式解析器

    0下载:
  2. 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a proces
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:46080
    • 提供者:天空
  1. MathExpressionParser

    0下载:
  2. 数学公式分析组件。可以计算 +,-,* /,sin,cos,tan,等20多个运算符。 如 y = a*sin(b)+(c-d)*cos(d),输入a,b,c,d就可以得到y-mathematical formula analysis components. We can count,-,* /, sin, cos, tan, and more than 20 other operators. If y = a* sin (b) (
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-10
    • 文件大小:86016
    • 提供者:翁丽萍
  1. FZBF

    0下载:
  2. 这是本人做的一个计算器,可以计算+-*/cos sin tan asin atan,还可以识别括号,大家快来看看哈-This the one I do calculators, calculation-*/cos sin tan asin atan can also identify brackets, we hurry to see Kazakhstan
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:21504
    • 提供者:本坐
  1. Calculator

    0下载:
  2. 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。-GUI interface design through JAVA calcul
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:gggfhv
  1. tan

    0下载:
  2. bayes树的针对生物数据剪接位点识别的实现算法,caculateTAN.m为主函数文件,希望对大家有用-Bayes tree biological data for splice site recognition algorithm, caculateTAN.m the main function of a document, in the hope that useful to everybody
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1707008
    • 提供者:郑敏
  1. P4

    0下载:
  2. 用vc画基本数学函数如:sin,cos,tan等-Vc painting using basic mathematical functions such as: sin, cos, tan, etc.
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:296960
    • 提供者:马洪民
  1. calculator

    0下载:
  2. 本程序能实现: 1)常用的四则运算(+ - * / ),三角( sin(),cos(),tan(),cot()),反三角(asin(),acos(),atan(),acot()), 乘方(^) , 开方( sqrt() ) ,指数(exp()), 对数( ln(),log() ). 2)支持变量赋值,变量的覆盖和运算. 3)支持对向量的 + - .* 和共向量的简单赋值运算. 希望大家参考后加以改进!优化代码!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:125952
    • 提供者:黄勇
  1. Calculator

    0下载:
  2. 能计算数学函数的计算器,有一千多行代码的程序.这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。功能还算比较完
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:180224
    • 提供者:陈建华
  1. IntroductiontoDataMing

    0下载:
  2. Pang-Ning Tan<<的数据挖掘导论>>课后习题答案(英文版)-Pang-Ning Tan <<Introduction to Data Mining>> Exercises after the answer (in English)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1033216
    • 提供者:谭明艳
  1. BigCalculator_src

    0下载:
  2. java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:40960
    • 提供者:xi
  1. work

    0下载:
  2. 距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000 目标中心到航迹垂直距离 V=100 飞机的航速 Tp=1e-6 脉冲宽度 T=10e-3 脉冲周期 B=0.5*c/res_r 脉冲频宽 Kr=B/Tp 频率调制率 fc=c/lamda 载波频率 Rx=Rr*tan(thrt0) 目标区中心横坐标 R0=Rr*sec(thrt
  3. 所属分类:其他行业

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:wan
  1. tan

    0下载:
  2. 图像分割,具体算法参考一下论文 Zhi-Gang Tan, Xiao-Chen Heand Nelson H. C. Yung A Novel Merging Criterion Incorporating Boundary Smoothness and Region Homogeneity for Image Segmentation-Abstract A novel joint region merging cri
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:Jack Tan
  1. Tan-hao-qiang-Cplusplus

    0下载:
  2. 《谭浩强C++面向对象程序设计题解与上机指导》书上所有例程的源代码-" TAN Hao Strong C++ object-oriented programming to a problem with the previous machine guidance" the book' s source code for all routines
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:110592
    • 提供者:杜飞
  1. 3

    0下载:
  2. 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:46080
    • 提供者:how
  1. Face_recognition

    0下载:
  2. 基于matlab的人脸识别分析,参考文献为: [1] X.Tan and B.Triggs. Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions, In Proceedings of the 2007 IEEE International Workshop on Analysis and Modeli
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:44032
    • 提供者:透明
  1. TAN

    0下载:
  2. waka中的tan算法的实现,请大家参考并加以修改-tan it can be used in waka or eclipse,you can use it and alter if you want
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:冯兔子
  1. Ancient-Qi-Jian-Tan

    0下载:
  2. 古谭奇剑是齐鲁软件大赛上的一款手机游戏作品-Tan Jian Qi is the ancient contest Qilu software works on a cell phone game
  3. 所属分类:其他游戏

    • 发布日期:2024-05-10
    • 文件大小:3930112
    • 提供者:徐杏林
  1. tan-huang-danbai

    0下载:
  2. 弹簧单摆运动图,先列出弹簧单摆运动的二元方程组,再进行数值计算,得到相关的运动图像-tan huang dan bai yun dong tu
  3. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:康钦谋
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org