资源列表
[matlab例程] rangePolyponPoint
说明:Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。- 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10]) 输出结果为:x = [ 0 10 10<小张> 在 2025-10-18 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] na7
说明:Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 -Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m poin<郭方舟> 在 2025-10-18 上传 | 大小:1kb | 下载:1
[单片机(51,AVR,MSP430等)] MSP430aE2ROM_code
说明:基于MSP430F169与E2ROM(I2C)的驱动代码,经过工程验证,可直接调用-Based on MSP430F169 with E2ROM (I2C) driver code, through engineering verification can be called directly<刘伟> 在 2025-10-18 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] MSP430aTLC2543_code
说明:基于MSP430F169与TLC2543(SPI接口)的驱动代码,代码经过工程验证,可直接调用-Based on MSP430F169 with TLC2543 (SPI interface) driver code, the code through engineering verification can be called directly<刘伟> 在 2025-10-18 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] MSP430aDS18B20_code
说明:基于MSP430F169与DS18B20的接口驱动代码,本代码经项目工程验证,可直接调用使用-Based on MSP430F169 with the DS18B20 interface driver code, the code is verified by the Project can be called directly using the<刘伟> 在 2025-10-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] cengxubianli
说明:层序遍历二叉树算法,构建一个二叉树,然后对其进行层序遍历-Sequence binary tree traversal algorithm, to build a binary tree, and then traverse its sequence<夏天> 在 2025-10-18 上传 | 大小:1kb | 下载:0
[教育/学校应用] testMyFrame
说明:编程实现一个学生信息管理系统的图形界面。需要录入的信息包括学生学号、姓名、性别、出生年、月、日、年级以及是否联合培养。根据这些信息的性质选择使用不同图形组件来设计界面。当信息录入完毕后,将信息组合成一个字符串显示在界面上。-Programming a student information management system graphical interface. Need to input the information, including students learn number, n<wy_app> 在 2025-10-18 上传 | 大小:1kb | 下载:0