资源列表
[人工智能/神经网络/遗传算法] usbvision-0.9.8.2.tar
说明:这是一个Linux下的USB摄像头捕捉程序,是一个调用V4L2(Video for Linux 2)非常好的例子。英文介绍为:This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many "webcam" devices. It supports streaming and capture of color or monochrome video via<刘维超> 在 2025-06-11 上传 | 大小:74kb | 下载:0
[matlab例程] calculate_image
说明:标定程序,张正友的标定程序,实现摄像机内外参数标定-calibration procedures, Zhang is the Friends of the calibration procedures, and outside the parameters of the camera calibration<潘静> 在 2025-06-11 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] A-fast-equivalent-for-System.Random
说明:a very well random generator code-a very well random code generator<di_jin> 在 2025-06-11 上传 | 大小:4kb | 下载:0
[matlab例程] mimo-capacity
说明:此程序计算了空间功率平均分配和注水分配的情况下信道的容量和中断容量。-this procedure to calculate the average power distribution space and the distribution of water injection under the channel capacity and outage capacity.<lengna> 在 2025-06-11 上传 | 大小:7kb | 下载:0
[数据结构常用算法] fibonaqi
说明:Fibonacci数列是一种特殊的数列,数列的第一项、第二项的值为1,从数列的第三项开始,每一项的值都等于数列前两项值的和。本题就是编程求解Fibonacci数列第n项的值,并在屏幕上显示出来。-Fibonacci series is a special series, the first series of items, the second of the value of a, series from the third, each have a value equal to the ser<fisherman> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] yueli
说明:利用元年元月元日(即1年1月1日)是星期一的已知事实,编写程序,输入任意一个年份,然后再输入任意一个月份,由程序负责在屏幕上显示出这一个月的月历。-January Xianming the first year of use (that is, one year on January 1) is the known facts Monday, programming, an arbitrary importation year, and then a month to import arbitr<fisherman> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sushudui
说明:编制函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数n,找出满足n=i+j的所有数对,其中要求i与j均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。-establishment prime function, used to judge whether the integer n is prime : bool prime<fisherman> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] xianxingfangcheng
说明:编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio<fisherman> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] cangku
说明:某商场有如下的几种货品:衬衣、鞋子、帽子、裤子、冰箱、电视、立柜、壁橱、沙发。每一种货物都有详细的说明信息。 衬衣:布料、尺寸、单价、产地、库存量、所属货柜; 鞋子:皮料、尺寸、单价、产地、库存量、所属货柜; 帽子:布料、样式(平顶或尖顶)、尺寸、单价、产地、库存量、所属货柜; 裤子:布料、尺寸、单价、产地、库存量、所属货柜; 冰箱:制冷类型、样式(二门或三门)、颜色、尺寸、单价、产地、库存量、重量、所属货柜; 电视:样式(彩色或黑白)、颜色、尺寸、单价、产地、库存量、重<fisherman> 在 2025-06-11 上传 | 大小:3kb | 下载:0