搜索资源列表
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
CSharpProfessorGDI
- 介绍了使用GDI+进行绘图,包括绘图规则,测量坐标和区域,坐标转换等.-use GDI on the map, including the rules of drawing, measuring coordinates and regions, such as the coordinate transformation.
FGSource
- 本软件是一个运行在Penbex OS (v1.3)上的绘制函数图像的工具。用它可以绘制平面直角坐标系下的显函数和隐函数的图像。与大部分绘制函数图像的软件不同,用本软件不但可以绘制隐函数的图像而且对隐函数的复杂程度没有限制。不过,绘制复杂隐函数的图像将花费相当长的时间,因此,请尽量以 y=f(x) 这样的显函数的形式输入函数的表达式。另外,以直观的“数学形式”显示函数的表达式也是本软件的一个特色。-the software is running on a Penbex OS (v1.3), the
exam4_1
- 等效结点力 单元刚度矩阵的坐标变换 整体刚度矩阵 边界约束条件的处理 -Equivalent nodal force of element stiffness matrix of the overall stiffness of the coordinate transformation matrix to deal with boundary conditions
exam4_2
- 等效结点力 单元刚度矩阵的坐标变换 整体刚度矩阵 边界约束条件的处理 -Equivalent nodal force of element stiffness matrix of the overall stiffness of the coordinate transformation matrix to deal with boundary conditions
exam4_2_post
- 等效结点力 单元刚度矩阵的坐标变换 整体刚度矩阵 边界约束条件的处理 -Equivalent nodal force of element stiffness matrix of the overall stiffness of the coordinate transformation matrix to deal with boundary conditions
mdsimulation
- CRYSTAL_COORDINATES是一个FORTRAN90程序,使用双精度运算,它产生,一套4 * NX的*NY*NZ 的坐标,分在一个长方形块NX*NY*NZ单元内。 用户可以指定单元的宽度,每一个点的最大的随机位移。 坐标数据写入到一个文件,可用于可视化,或更可能作为初始条件的坐标分子在分子动力学模拟。-CRYSTAL_COORDINATES is a FORTRAN90 program, using double precision arithmetic, wh
cnt
- 一个可以生成碳纳米管坐标的FORTRAN程序,F77格式,是碳纳米管的物理特性一书中的程序-a program to generate Coordinate of carbon nanotubes
main1
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。-1, rectangular Write a c++ program to complete the fo
Surveying-and-Mapping
- 道路坐标计算、平差计算、坐标转换程序、其他曲线、断面面积等的计算-The road coordinate adjustment calculation, the coordinate conversion process, the other curve, the cross section area of computing
robotics
- 关于机器人学习的资料,包括坐标系的建立,正向运动学,反向运动学,位置雅克比,力雅克比等-Information on robot learning, including the establishment of the coordinate system, the forward kinematics, inverse kinematics, location Jacques force Jacobian
CountRectangle
- a program to find the maximum number of rectangles that can be formed both horizontal and vertical with the help of a given n number of coordinate(x,y) points. The method getRectangles takes 1 input parameter which is an int array called coo
processing--image-edge
- 做一个图像边缘提取的界面,通过菜单操作来实现图像处理,在轴坐标中显示所提供的压铸件的图像和两种边缘提取的结果-Interface, to do an image edge extracted by a menu operation to achieve the image processing, the extracted result of the image and the two edges of the display are provided on the die casting in
MWLS1D
- 一维杆的最小二乘无网格方法NATLAB程序,弹性问题-MESHLESS WEIGHTED LEAST-SQUARE PROGRAM TO SOLVE 1D ELASTIC PROBLEM- A 1D BAR OF UNIT LENGTH SUBJECTED TO BODY FORCE LINEARLY VARIATING WITH THE COORDINATE. THE LEFT END IS FIXED AND THE RIGHT IS FREE.
3
- 请设计一个模拟投篮过程的小游戏,游戏的要求如下: (1)设计一个matlab窗体,在窗体上防止一个坐标轴控件,并设置好该坐标系的坐标轴范围; (2)在坐标系上利用鼠标点击一个点a,作为篮筐的中心,并生成一个半径为r的圆,来模拟篮筐; (3)在坐标系上再用鼠标点一个点b,作为投篮的出发点,同时生成一个红色实心小球来模拟篮球,再选一个点c,b、c之间的连线作为投篮方向; (4)根据a、b、c三个点之间的位置关系,来模拟投篮过程,并记录命中次数; (5)以按住鼠标不放的时间来模拟力
Transformation-cord-survey-soft
- VB编程环境的坐标转换程序 VB编程环境的坐标转换程序-Coordinate conversion program VB programming environment
proj4js-1.0.1
- Proj4js 用javascr ipt重写了Proj4,而且使客户端对坐标转换的功能又有增强。相传OpenLayers 2.6要增加坐标转换的功能,可只是提供了相关接口。现在Proj4js已经完善了很多-Proj4js use javascr ipt rewrite the Proj4, and make the client and strengthen the function of the coordinate transformation. Legend OpenLayers 2.6
chartchange
- 用Delphi实现的关于,屏幕逻辑坐标转换实际坐标。-On the screen coordinate conversion logic implemented with Delphi actual coordinates.
zuobiao2
- 基于非线性模型的多公共点二维坐标转换,在测绘工程上适用性很强-Based on the nonlinear model of the public more two-dimensional coordinate transformation, on the surveying and mapping engineering applicability is very strong
Planetary-problems
- 一天文学家要确定一棵小行星的运动轨道,他在其轨道内建立了以太阳为原点的直角坐标系,由开普勒第一定律知小行星的运动轨道为一椭圆,试确定行星的运动轨道。-One day in literature to determine the orbit of an asteroid, he set up in its orbit to the sun for the origin of the coordinate system, by Kepler s first law of motion track k
