资源列表

« 1 2 ... .38 .39 .40 .41 .42 212543.44 .45 .46 .47 .48 ... 216391 »

[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

[教育/学校应用11-

说明:主要是显示学生的姓名成绩年龄学号的功能实现-Main achievement is to show the student' s name number age of learning the functions to achieve
<毕梓> 在 2025-10-18 上传 | 大小:1kb | 下载:0

[matlab例程FIR_LPF

说明:Matlab 关于维纳滤波器的设计问题,其中包括一阶维纳滤波器参数,性能分析-Matlab on the Wiener filter design problems, including a first-order Wiener filter parameters, performance analysis
<湯恩祈> 在 2025-10-18 上传 | 大小:1kb | 下载:0

[单片机(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

[matlab例程ReadCine

说明:bin 文件读取的matlab代码 通用性较强-The matlab code for reading bin file.
<yinglun> 在 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

[2D图形编程bresenham

说明:计算机图形学编程实验,实现Bresenham算法绘制线段-Computer graphics programming experiment to achieve the Bresenham line drawing algorithm
<潘陆> 在 2025-10-18 上传 | 大小:1kb | 下载:0

[进程与线程win32

说明:使用win32线程库实现的多线程求解素数程序,输入素数即可求得小于该素数的所有素数-Using the win32 thread library implementation of multi-threaded prime number solver program, enter the prime numbers less than the prime number can be obtained for all primes
<maverick> 在 2025-10-18 上传 | 大小:1kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 212543.44 .45 .46 .47 .48 ... 216391 »

源码中国 www.ymcn.org