搜索资源列表

  1. WINDOWS下的基本动画系统

    0下载:
  2. 前言 2 GDI基础 3 绘制一个位图(BITMAP)对象 3 常用像素格式 4 WINDOWS下的基本动画系统 4 动画驱动方式 4 播放动画 5 消除闪烁 6 透明色(COLOR KEY)处理 7 ALPHA混合 9 读取JPEG,GIF文件 10 子窗口管理 12 进阶技巧--使用DIB 14 像素操作 14 RLE压缩 15 参考 15 华山论键 15 其它类库 16
  3. 所属分类:ActiveX/DCOM

  1. lwIP-Softools-11Jul2002-alpha

    0下载:
  2. lwIP-Softools-11Jul2002-alpha
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2025-01-03
    • 文件大小:1.11mb
    • 提供者:ken
  1. dx9_alpha_blending_material

    1下载:
  2. 基于材质的alpha混合,提供于directx初学者-based on material from the alpha blending, in DirectX beginners
  3. 所属分类:DirextX编程

    • 发布日期:2025-01-03
    • 文件大小:64kb
    • 提供者:114
  1. prune

    0下载:
  2. alpha and beta pruning 是人工智能方面的很重要的算法,对于理解search有非常重要的作用-alpha and beta pruning artificial intelligence is a very important algorithm, a search for understanding a very important role
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-01-03
    • 文件大小:1kb
    • 提供者:孙雷
  1. alpha3d

    0下载:
  2. in this program you can see an example for testing alpha for three dimensional blending.
  3. 所属分类:OpenGL

    • 发布日期:2025-01-03
    • 文件大小:2kb
    • 提供者:flymoon
  1. libsvm-alphaseed-2.81

    0下载:
  2. The program performs alpha seeding within LIBSVM Solvers. Please refer to: D. DeCoste and K. Wagstaff, "Alpha Seeding for Support Vector Machines for the meaning of alpha seeding". -alpha seeding within LIBSVM Solver
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-01-03
    • 文件大小:22kb
    • 提供者:Mountain
  1. Image_Processing_algorithm_SRM

    0下载:
  2. osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pai
  3. 所属分类:OpenGL

    • 发布日期:2025-01-03
    • 文件大小:10kb
    • 提供者:田先生
  1. qextserialport-1.2win-alpha

    0下载:
  2. qt下 第三方串口类 最新版本 1.2-qt under the category of third-party serial latest version 1.2
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-01-03
    • 文件大小:270kb
    • 提供者:许之敏
  1. alpha

    0下载:
  2. 基于C语言的Alpha稳定分布随机信号的产生方法。独一无二的源程序。-C language based on Alpha stable distribution, the method of random signals. Unique source.
  3. 所属分类:Modem编程

    • 发布日期:2025-01-03
    • 文件大小:1kb
    • 提供者:
  1. bmeps-2.0.6

    1下载:
  2. bmeps converts bitmap images (PNG/JPEG/NetPBM) to EPS and PDF. EPS level 1, 2 or 3 can be created using run-length compression, flate compression and ASCII-85-encoding. PNG alpha channels can be transferred to PDF or con
  3. 所属分类:2D图形编程

    • 发布日期:2025-01-03
    • 文件大小:4.59mb
    • 提供者:马振强
  1. alpha

    0下载:
  2. open gl中alpha值变化的演示,visual c++环境开发-open gl changes in the value of alpha demo, visual c++ environment development
  3. 所属分类:OpenGL

    • 发布日期:2025-01-03
    • 文件大小:6kb
    • 提供者:yy
  1. open-flash-chart-2-alpha-7

    0下载:
  2. 开源Flash Chart ,简单易用.-Open source Flash Chart, easy to use.
  3. 所属分类:浏览器

    • 发布日期:2025-01-03
    • 文件大小:492kb
    • 提供者:pinke
  1. Alpha

    0下载:
  2. Alphat透明合成系统源代码 Alphat透明合成系统 > 系统包括sort/nosort两部分 -Synthesis System Alphat transparent transparent Alphat source code synthesis system
  3. 所属分类:2D图形编程

    • 发布日期:2025-01-03
    • 文件大小:3kb
    • 提供者:kevin
  1. Alpha

    0下载:
  2. qt4能够支持半透明效果,通过使用alpha通道,可以实现半透明效果.QColor类中定义了通道的半透明度,0表示完全透明,255表示不透明.-QT4 be able to support the translucent effect, through the use of alpha channel, you can achieve the translucent effect. QColor class defines a chan
  3. 所属分类:界面编程

    • 发布日期:2025-01-03
    • 文件大小:629kb
    • 提供者:gongchangmufeng
  1. filter

    0下载:
  2. median filter alpha-trimmed mean filter adaptive,local noise reduction filter
  3. 所属分类:图片显示浏览

    • 发布日期:2025-01-03
    • 文件大小:211kb
    • 提供者:JiaJie
  1. opengl

    0下载:
  2. OpenGL 中的很多特效都是通过混合(Blending) 来完成的, 混合就是把屏幕上已有的颜色与新的颜色进行合成。 至于合成的方法, 取决于颜色的Alpha值, 还有/或所用的混合函数。 Alpha值是颜色的第4个分量, 过去你使用GL_RGB 也就是3个颜色分量来指定一个颜色, 现在你可以使用GL_RGBA 来增加一个Alpha值了-Many OpenGL through the mixed-effects (Blending)
  3. 所属分类:OpenGL

    • 发布日期:2025-01-03
    • 文件大小:7kb
    • 提供者:cutexxx
  1. Alphabeta_HH

    0下载:
  2. Alpha-Beta搜索算法,博弈树搜索中最常用的算法之一-Alpha-Beta search algorithm, the game tree search, one of the most commonly used algorithms
  3. 所属分类:搜索引擎

    • 发布日期:2025-01-03
    • 文件大小:1kb
    • 提供者:zhangts
  1. AlphaControls.2009.v6.02.beta.Full.Source.Delphi1

    0下载:
  2. Alpha controls standard vcl io comps
  3. 所属分类:Dephi控件源码

    • 发布日期:2025-01-03
    • 文件大小:2.43mb
    • 提供者:Sarol sanyi
  1. STM32Fxx7_ETH_USART_Bridge_V0.0.2

    0下载:
  2. STM32Fxx7_ETH_USART_Bridge_V0.0.2 alpha version
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-01-03
    • 文件大小:2.82mb
    • 提供者:gwkevin
  1. AdminLTE-2.4.0-alpha

    0下载:
  2. AdminLTE-2.4.0-alpha
  3. 所属分类:其他小程序

« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org