资源列表
[数学计算/工程计算] dec-to-bin
说明:通过LABVIE,实现十进制到二进制的转换,并通过前面板上的指示灯显示出来-By LABVIE, to achieve the decimal to binary conversion, and display them by LED through the front panel.<J> 在 2025-01-22 上传 | 大小:11kb | 下载:1
[数值算法/人工智能] counting-problem
说明:给你两个数a和b,你的任务是计算出1在a和b之间出现的次数,比如说,如果a=1024,b=1032,那么a和b之间的数就是: 1024 1025 1026 1027 1028 1029 1030 1031 1032 则有10个1出现在这些数中。 -Give you two numbers a and b, your task is to calculate a and b in a number of times betwe<d> 在 2025-01-22 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] calculator
说明:设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as foll<onway> 在 2025-01-22 上传 | 大小:2.59mb | 下载:0
[数值算法/人工智能] Bresenham-line-algorithm
说明:直线中点Bresenham 算法,输入起点坐标和终点坐标,即可画出直线-Mid-point of Bresenham line algorithm, the input point coordinates and end coordinates, then draw a straight line<徐新> 在 2025-01-22 上传 | 大小:2.21mb | 下载:0
[数值算法/人工智能] closed_point
说明:最近点对的算法: 对给定数量的点,求其中点对的最短距离。(测试样本为1000,5000个点,跑出来的时间均为0(s))详细思路请看程序注释。-The nearest point of the algorithm: for a given number of points, find the point where the shortest distance. (1000,5000 the test sample points, r<Steven> 在 2025-01-22 上传 | 大小:1.02mb | 下载:0