搜索资源列表
x+y
- 汇编程序:计算X+Y,在屏幕显示输出结果。-compilation procedures : Calculation X + Y, the screen display output.
minicom-1.83.tar
- 支持X/Y/Z Modem协议的传输文件的通讯程序 -Commnication libraray supports XMODEM,YMODEM,FAX protocol
模拟退火程序
- 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x
x+y
- 汇编程序:计算X+Y,在屏幕显示输出结果。-compilation procedures : Calculation X+ Y, the screen display output.
water
- 经典的倒水问题 输入:2个水桶的容积(x,y) 输出:量出z升水的最少次数-Classic problem of the importation of pouring money down the drain: two buckets of volume (x, y) output: z basing revenue plans on spending at least the number of liters of water
GA
- 遗传算法,寻找f(x,y)=sinx*siny/(x*y)的最大适应值及其相应的位置。精度为0.0001种群数设定为50-Genetic algorithm, to find f (x, y) = sinx* siny/(x* y) the greatest value and its corresponding position. Accuracy of 0.0001 set to 50 the number of stocks
ellipse
- 在指定区域内用指定颜色绘制椭圆.其中区域定义为:x,y,w,h-In designated areas with the specified color mapping oval. One of the region defined as: x, y, w, h
mouse
- 知道鼠标X,Y位置 将鼠标光标移动到X,Y位置 java源程序-Know that the mouse X, Y position the mouse cursor to X, Y location of java source code
chongzaiyunsuan
- 1、 对Point类重载++和――运算符 编写C++程序完成以下功能: (1) Point类的属性包括点的坐标(x,y); (2) 实现 Point类重载++和――运算符: ++p,--p,p++,p--。 ++和――分别表示x,y增加或减少1。 -1, on the Point-type heavy-duty and- operator prepared C++ P
code
- 雙線性內插法(bi-linear interpolation) 此方法以(x,y)的四個鄰近點來求得最近似的灰度 -err
X-Y
- 通过插补计算实现在51单片机上控制X-Y机械手臂绘图的功能-Calculated through interpolation single-chip implementation of the 51 control XY robot mapping function
X-Y_Table
- X-Y Table 與DS Actuator of Slider 控制-XY Table with DS Actuator of Slider control
MAKE_DXF4
- Create DXF Autocad 12 format from a text file that contains xyz coordinates of points two format is supported no,x,y,z and no,x,y,z,code for input files
keyboardcontroller_latest.tar
- 这是一个非常小而简单的模块,它通过一个键xy矩阵扫描,并产生一种“快照”的 位的代表在扫描采样的按键开关状态。 有在模块的内存,使输出保持不变的扫描过程中,并同步更新。 把钥匙是连续取样,但向上的按键开关存储器存储的所有数据,直到最后输出 “快照”的生产。 该模块是Verilog的参数,并与小矩阵式键盘推荐使用。据
X-Y
- X-Y绘图仪最终版本,通过单片机实现的绘图仪,速度快。-C51 huituyi
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示
Point-x-y
- 先建立一个点类Point,包含数据成员x,y(坐标点)。以它为基类,派生出圆类Circle,增加数据成员radius(半径),再以Cirlcle类为直接基类,派生出圆柱体类Cylinder,再增加数据成员height(高)。要求: (1)每个类都有构造函数、用于从键盘获取数据的成员函数set(),用于显示数据的成员函数display()。 (2)用虚函数输出各类对象信息 -First establish a point cl
X-Y-GRAPH-DEMO
- An example to create simple X-Y graph
Wincc自定义 XY 轴的多功能曲线的实现方法_
- Wincc自定义的X-Y Plot的实现方法(X-Y Plot in Siemens Wincc)
2
- 在MATLAB中,用m语言编程实现输入x,y的值,并将它们的值互换后输出(Enter the values of X, y, and exchange their values after output)