搜索资源列表

  1. PointIsR

    0下载:
  2. 判断点是否在区域内. Private Sub Command1_Click() 当点与任一顶点重合时,返回“不在多边形区域” Line (0, 0)-(500, 500), RGB(255, 255), BF Dim hRegion As Long Dim P() As PointAPI ReDim P(9) As PointAPI P(0).X = 10: P(0).Y = 190: PSet
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3023
    • 提供者:hfs
  1. 676

    0下载:
  2. lpszWindowName:视频窗口的名字 dwStyle:样式 x:左边距(相对于父窗口,一般为0) y:上边距(相对于父窗口,一般为0) nWidth:视频窗口的宽度(注:此项并不会改变摄像头的分辨率,超出部分不会被刷新) nHeight:视频窗口的高度 hWndParent:父窗口句柄 nID:标识符(一般为0) 这是VFW编程最基本的函数了,例如: lwndC = cap
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3236
    • 提供者:owen
  1. FastFourierTransform

    0下载:
  2. This function is written to understand and/or explain an fft algorithm and usage of radix2 procedure. This function take the signal which you want to find FFT, for m bit you can also call the function without e
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2904
    • 提供者:dairy
  1. PointIsR

    0下载:
  2. 判断点是否在区域内. Private Sub Command1_Click() 当点与任一顶点重合时,返回“不在多边形区域” Line (0, 0)-(500, 500), RGB(255, 255), BF Dim hRegion As Long Dim P() As PointAPI ReDim P(9) As PointAPI P(0).X = 10: P(0).Y = 190: PSet
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:hfs
  1. 676

    0下载:
  2. lpszWindowName:视频窗口的名字 dwStyle:样式 x:左边距(相对于父窗口,一般为0) y:上边距(相对于父窗口,一般为0) nWidth:视频窗口的宽度(注:此项并不会改变摄像头的分辨率,超出部分不会被刷新) nHeight:视频窗口的高度 hWndParent:父窗口句柄 nID:标识符(一般为0) 这是VFW编程最基本的函数了,例如: lwndC = cap
  3. 所属分类:界面编程

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:owen
  1. FastFourierTransform

    0下载:
  2. This function is written to understand and/or explain an fft algorithm and usage of radix2 procedure. This function take the signal which you want to find FFT, for m bit you can also call the function without e
  3. 所属分类:Windows编程

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:dairy
  1. shuzhifenxi

    0下载:
  2. 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 100 110 120 y 5 1 7.5 3 4.5 8.8 15.5 6.5 -5 -10 -2 4.5 7 试验要求:利用Lagrange插值多项式 求被插值函数f(x
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:张涛
  1. font_krs2

    0下载:
  2. ShCti driver user s manual, y Details NDIS driver development, Under XP-driven development (Engl Based on the expansion of passthr Parallel and Distributed Simulati The driver of a scanner to prepar Tu
  3. 所属分类:Windows CE

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:rachmat jeny
  1. BP

    0下载:
  2. BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:梅汉文
  1. hw02

    0下载:
  2. 本程序实现了一个多变形裁剪算法,并完成了从窗口到视口的转换(单位为物理坐标系的像素)。 窗口坐标为:(100,100)和(400,400); 视口起点坐标为:(120,90),x方向增量:400,y方向增量:300; 以下为测试实例的输入: 顶点数 : 4 第一个坐标:50 250 第二个坐标:500 50 第三个坐标:350 250 第四个坐标:500 450 -This program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:likunlun
  1. laoy2.5sp2

    0下载:
  2. 老Y程序官方站: www.laoy8.net 老Y最新演示站: www.juqingw.net 如果放在根目录,不需要修改任何东西即可运行 放在根目录,不用任何修改即可正常运行;如果放在虚拟目录,请打开inc/config.asp修改SitePath="/目录名/" 请确保你的空间支持FSO及AspJpeg组件,否则可能有些功能无法使用 (建议购买官方专用空间120/年,含300M网站空间,100M邮箱空
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:3353600
    • 提供者:刘宽
  1. BLDC-Motor

    0下载:
  2. 本Demo程序用作SPMC75F2313A 评估套件的功能评估。本程序配合SPMC75F2313A 评 估套件可驱动1.5KW以内的三相Y 型接法的BLDC电机,程序使用120度方波驱动。-The Demo program evaluation kit used SPMC75F2313A functional assessment. This procedure can be driven with SPMC75F2313A eva
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-04
    • 文件大小:949248
    • 提供者:luokejing
  1. zhouxinguiji

    0下载:
  2. MATLAB编程,题目如下 x 6*sin(60*pi*t)+8*sin(120*pi*t+pi/6) y 8*sin(60*pi*t+pi/2)+3*sin(120*pi*t+pi/4) -Matlab programming, the following topics x 6*sin(60*pi*t)+8*sin(120*pi*t+pi/6) y 8*sin(60*pi*t+pi/2)+3
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:月饼
  1. E2-频域增强

    0下载:
  2. 一、 计算图象的频谱函数 设计图象120*30/256*256;选用Matlab函数直接调用实现。 二、根据计算证明傅立叶变换的性质 1, 共轭对称性: F(u,v)=F*(-u,-v) ; 三、图象的频域滤波 1, 设计一个指数低通滤波器,对两图象(f1(x,y)为30*30/256*256的图象;f2(x,y)=p3-02图象)进行低通滤波,观察分析空域图象和频谱分布的变化。 四、图象变换比较
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:185344
    • 提供者:LIMBO2K

源码中国 www.ymcn.org