搜索资源列表

  1. PointCenter

    0下载:
  2. 知道圆上两点A(x1,y1),B(x2,y2)和半径r,求出圆心坐标-Know the circle two points A (x1, y1), B (x2, y2) and radius r, find the center of a circle coordinates
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:天河
  1. HTX264

    0下载:
  2. 这是一个整合现今x264 和T264优点的开源版本支持Linux和Windows,vc6 ,vs2003 ,vc2005编译通过,支持rtp、rtsp封包。这个是1.0版本,只对H264编码做汇编的优化,另外RTP rTsp协议还没有优化。大家可以只看H264编码和解码部分-This is an integration of the advantages of today' s x264 and the T264 to suppo
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:19540992
    • 提供者:村过去
  1. Jacobidiedai

    0下载:
  2. 用雅克比迭代法解下列方程组 10x1-x2+2x3=-11 8x2-x3+3x4=-11 2x1-x2+10x3=6 -x1+3x2-x3+11x4=25-Jacobi iterative method with the solution of the following equations 10x1-x2+2 x3 =- 11 8x2-x3+3 x4 =- 11 2x1-x2+10 x3 = 6-x1+3 x2-x3+
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:612352
    • 提供者:wq
  1. GaussSeideldiedai

    0下载:
  2. 高斯—赛德尔迭代法解下列方程组 10x1-x2+2x3=-11 8x2-x3+3x4=-11 2x1-x2+10x3=6 -x1+3x2-x3+11x4=25-Gauss- Seidel iterative solution of the following equations 10x1-x2+2 x3 =- 11 8x2-x3+3 x4 =- 11 2x1-x2+10 x3 = 6-x1+3 x2-x3+11 x4 =
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:611328
    • 提供者:wq
  1. Parabolicfitting

    0下载:
  2. 用抛物线y=a[0]+a[1]x+a[2]x2进行拟合,在main函数中分别输入数据。-With the parabola y = a [0]+ a [1] x+ a [2] x2 fitted, in the main function of the input data, respectively.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:175104
    • 提供者:wq
  1. comparison_numerical_interpolation_real_values.ra

    0下载:
  2. Used function P(x) = 1+x− x2+0.2x3+0.1x4 and its known the values P(x)=[ -6.2 -8.3 -5.0 -1.1 1 1.3 2.2 8.5 27.4], in x= [-4 -3 -2 -1 0 1 2 3 4] to interpolate in the xi = − 4 + 0.1i, i = 0, 1, 2, . .
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:venera
  1. 2finish

    0下载:
  2. matlab的基本实现函数有图 例如求代数方程3x5+4x4+7x3+2x2+9x+12=0的所有根。(利用roots函数)-The basic realization of matlab function has a plan such as the algebraic equation 3x5+4 x4+7 x3+2 x2+9 x+12 = 0 for all roots. (Using the roots function)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:54272
    • 提供者:huawenlai
  1. crcasm.asm

    0下载:
  2. 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:jens
  1. T

    0下载:
  2. T-algo. It finds the total length of an objects sides. First you enter the number of corners. then u enter the co-ordinates for the corners and the program then generates the lengths with the good old equation SQRT(
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:TheFroggy
  1. duoxiangshi

    0下载:
  2. 编程求两个一元多项式的乘积。 输入   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出   以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,   零
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:204800
    • 提供者:martinwok
  1. Ellipticcurvepublickeysystem

    0下载:
  2. 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:ttt
  1. 3

    0下载:
  2. 实验3 正交多项式拟合 利用正交多项式拟合法拟合一组实验数据(x1,y1)(x2,y2),…,(xm,ym). -Experiment 3 orthogonal polynomial fitting using orthogonal polynomial fitting fitting a set of experimental data (x1, y1) (x2, y2), ..., (xm, ym).
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:131072
    • 提供者:魏青建
  1. denghuiyuan

    0下载:
  2. 这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:viking
  1. yuandaima

    0下载:
  2. 这也是关于基于算术表达式求值的问题,与上题不一样,希望对有需要的人有用。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:viking
  1. jiefc

    0下载:
  2. 解线性方程组(多元一次),水平有限,DOS界面。其中,输出方程组的未知数用x1,x2,x3...表示,可以解出多元一次方程。-Solution of linear equations (multi-time), is limited, DOS interface. Among them, the output equations with unknowns x1, x2, x3 ..., said multi-linear equati
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:353
  1. lunkuosaomiao

    0下载:
  2. 城市轮廓线: 输入文件:input1.dat 第一行为建筑个数 之后每行格式为三个数x1 h x2,其中x1,x2是建筑的开始和结束坐标 h是建筑的高度 输出最后轮廓-Urban contour line: the input file: input1.dat first acts after the building number format for each line number 3 x1 h
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:cxy
  1. XY

    0下载:
  2. 设有数组X和Y。X数组中有X1,…,X10;Y数组中有Y1,…,Y10。试编制程序计算Z1=X1+Y1,Z2=X2+Y2,Z3=X3-Y3,Z4=X4-Y4,Z5=X5-Y5,Z6=X6+Y6,Z7=X7-Y7,Z8=X8-Y8,Z9=X9+Y9,Z10=X10+Y10,结果存入Z数组。-Equipped with an array of X and Y. X array are X1, ..., X10 Y array are Y1
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈玉
  1. yalmip

    1下载:
  2. matlab用于求解规划问题的工具包 推荐把这个工具整合到matlab中去,这个工具是私人的,不过大家都可以免费下载使用。下载后,只要在matlab中添加路径就可以使用这工具箱。 正在吸引我的是,这个工具箱建立了一种新的数据类型,使所有规划问题都整合在一起。 举例如下: 已知非线性整数规划为: Max z=x1^2+x2^2+3*x3^2+4*x4^2+2*x5^2-8*x1-2*x2-3*x
  3. 所属分类:3G开发

    • 发布日期:2024-05-14
    • 文件大小:807936
    • 提供者:wrui
  1. Interference_Avoidance_with_Dynamic_Inter-Cell_Coo

    0下载:
  2. 本文提出了一种可以用于LTE系统的干扰协调方案,该方案中小区间通过X2接口进行信令交互,从而进行干扰协调。-In this paper, we propose an interference avoidance scheme for LTE downlink that uses dynamic inter-cell coordination facilitated through X2 interface among neighbour
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:451584
    • 提供者:huoyudizhonghai
  1. x2

    0下载:
  2. 这个程序是用c编的,其基于刚才上传的CVImageProcess.rar一样的效果,只是一个用opencv,一个用vc编的-This program is compiled with c, and its based on just uploaded CVImageProcess.rar the same effect, only a use opencv, a series with vc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2032640
    • 提供者:心雨
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 35 »

源码中国 www.ymcn.org