搜索资源列表

  1. 特效处理

    0下载:
  2. 关于图像特效处理的源代码。功能包括百叶窗,渐隐马赛克等,其中使用了CDIB类。-effects on the image of the source code. Features include blinds, gradually implicit Mosaic, which used the Bitmap class.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:98247
    • 提供者:张琳
  1. splash_for_symbian

    1下载:
  2. 一个设置屏幕特效的symbian series60平台程序,可以让屏幕渐现渐隐。-set up a screen magic football scores Alcatel platform process, the screen can now gradually become implicit.
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:17767
    • 提供者:dog
  1. remote_thread

    0下载:
  2. Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:55886
    • 提供者:syf
  1. brew window manager

    0下载:
  2.  

    Objective
    This topic describes how to create a windowed application that will share the display with other applications.

    所属分类:界面编程

    • 发布日期:2009-01-08
    • 文件大小:439828
    • 提供者:bluecrest
  1. c triangle polygonizer

    0下载:
  2. An algorithm for the polygonization of implicit surfaces is described and an implementation in C is provided. The discussion reviews implicit surface polygonization, and compares various methods.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2011-05-19
    • 文件大小:7685
    • 提供者:mimizhai
  1. hyplas

    11下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * *
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. Inside The C++ Object Model

    0下载:
  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the vir
  3. 所属分类:文档资料

    • 发布日期:2011-11-06
    • 文件大小:758847
    • 提供者:mattzhu
  1. 程序 三对角阵系

    0下载:
  2. !一维导热,非稳态全隐式迭代,边界条件t1=100,t11=20 !导热率为7 module parameter1 !设置全局变量 implicit none integer i real,parameter::dt=0.01 real,parameter::err=0.000001 real,parameter::r=7 real,parameter::ta=100,tb=20 real::a(2:11)=(/(-
  3. 所属分类:数据结构常用算法

  1. mrouted-3.9.6.tar.bz2

    1下载:
  2. README for mrouted, the DVMRP Multicast Routing Daemon ====================================================== mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP
  3. 所属分类:源码下载

  1. Level set

    0下载:
  2. Level set methods are a class of numerical algorithms for simulation of dynamic implicit surfaces and approximation of solutions to the Hamilton-Jacobi (HJ) partial differential equation (PDE).
  3. 所属分类:matlab例程

  1. aug00

    0下载:
  2. 国外游戏开发者杂志2000年第八期配套代码,包括Brian Sharp的implicit-surface fluid的例子代码,例子中使用了Lander的动画库--Code of game development magazine in 2000 8th issue, including implicit-surface fluid example code of Brian Sharp , in which has used Land
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:2072576
    • 提供者:站长
  1. 隐马尔可夫模型的源代码

    0下载:
  2. 隐马尔夫模型的源代码-implicit successor model of source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:cherry2
  1. FGSource

    0下载:
  2. 本软件是一个运行在Penbex OS (v1.3)上的绘制函数图像的工具。用它可以绘制平面直角坐标系下的显函数和隐函数的图像。与大部分绘制函数图像的软件不同,用本软件不但可以绘制隐函数的图像而且对隐函数的复杂程度没有限制。不过,绘制复杂隐函数的图像将花费相当长的时间,因此,请尽量以 y=f(x) 这样的显函数的形式输入函数的表达式。另外,以直观的“数学形式”显示函数的表达式也是本软件的一个特色。-the software is runn
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:112640
    • 提供者:段旭东
  1. 渐隐渐显地显示图像

    0下载:
  2. 图象渐隐渐显显示效果的例子程序-image gradually implicit effect of the upcoming show examples of procedures
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:seafloat11
  1. try

    0下载:
  2. 隐式消元法计算程序 比较精炼 -implicit elimination method calculation procedures more refined
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王云飞
  1. polygonizer++

    0下载:
  2. 隐式曲面多边形化 bloomenthal-implicit surface Polygon bloomenthal
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:张海林
  1. tupianjianyinzhuanhuan

    0下载:
  2. 一个不错的图片渐隐转换代码-a good picture gradually Implicit conversion code
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:朱胡应
  1. Fading

    0下载:
  2. midp2.0图片渐隐渐现代码,感觉很不错的-midp2.0 Photo gradually become implicit code is, I feel very good
  3. 所属分类:J2ME

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:朱胡应
  1. 标准DLL

    0下载:
  2. 动态链接库标准调用,这个例子用的是标准的调用方式,有显式调用和隐式调用,如果有好的意见请写信给我.-DLL standard call, this example is the standard way calling, call Explicit and implicit call, if there are good ideas please write to me.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:119808
    • 提供者:耿海瑞
  1. wode.ZIP

    0下载:
  2. 在VFP6.0中实现文字的推拉显隐的动画效果 的基本步骤-in VFP6.0 characters push to achieve significant implicit animation basic steps
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 32 »

源码中国 www.ymcn.org