搜索资源列表

  1. B+Tree-1.0

    0下载:
  2. b tree code for index in the database design
  3. 所属分类:MySQL数据库

    • 发布日期:2024-05-06
    • 文件大小:51200
    • 提供者:王好
  1. B-spline

    1下载:
  2. 本源码使用VC++编写B样条曲线,利用B样条反算,由点击的控制点生成B样条曲线-This source using VC to prepare B-spline curve, using B-spline backcalculation by clicking the control point to generate B-spline curve
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:1951744
    • 提供者:刘力
  1. Uniform.B-spline.Curve

    0下载:
  2. 实做电脑图学的Uniform B-spline Curve。先在画面上,任意点几个绘图点,并设置degree,按下Uniform B-spline按钮,即可产生图形。-Computer graphics to do it is the Uniform B-spline Curve. First on the screen at any point a few graphics and set up degree, press the U
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:206848
    • 提供者:李威和
  1. B-tree(c++)

    0下载:
  2. B-树演示程序(vc++)可执行程序.rar
  3. 所属分类:书籍源码

    • 发布日期:2024-05-06
    • 文件大小:3355648
    • 提供者:liulihao
  1. b-tree

    1下载:
  2. 程序名称: B-树的实现 创建时间: 2008.03.16 最后修改: 2008.03.18 程序作者: monkeylee 联系方式: leeocean2004@163.com 程序说明:实现B-树的相关操作,查找插入删除 -Name: B-tree realize the creation of Time: 2008.03.16 last modified: 2008.03.18 procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:leeocean
  1. B

    0下载:
  2. 是计算B样条函数的一个源代码,搞数值计算的时候对样条函数进行计算-Is the calculation of B-spline function as a source code, carry out numerical calculation of the time calculated spline function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:6144
    • 提供者:呼盼
  1. B+tree

    0下载:
  2. B+树算法,没有密码,供学习使用.质量高-B+ Tree algorithm, there is no password, for learning to use. High-quality
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:16384
    • 提供者:cqu2000
  1. B-SPLINE

    0下载:
  2. 二次或三次B样条函数插值函数vc++实现-Secondary or three B-spline function interpolation function vc++ Realize
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:xxt
  1. B

    0下载:
  2. B样条曲线和三次B样条插值的相关知识不完全总结-B-spline curves and three B-spline interpolation of the relevant knowledge does not fully sum up
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:1501184
    • 提供者:xxt
  1. B

    0下载:
  2. 用OpenGL中的函数绘制B样条曲线,并可以交互调节参数-Use OpenGL drawing function in the B-spline curves and can adjust parameters of interaction
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:1594368
    • 提供者:yang
  1. closed-B-Spline

    0下载:
  2. 由于闭合的B样条曲线相对于开放的曲线难以绘制,本例程绘制封闭闭合的B样条曲线-Since the closure of the B-spline curve as opposed to an open curve difficult to draw, the draw routine closed closed B-spline curve
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-06
    • 文件大小:39936
    • 提供者:李志军
  1. B-spline

    0下载:
  2. 结合反求工程CAD建模自身的特点和用户的实际需要,主要对B样 条曲面造型三个方面的工作做了较为细致和深入的研究和探讨
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:7902208
    • 提供者:张毅
  1. B-spline_parametric_curve

    0下载:
  2. mfc实现的二次B样条曲线实例,点击所有的点之后,点击生成按钮,自动实现绘制二次B样条曲线。 此实例是我费了很大劲才找来的,对研究二次B样条曲线绘制会有很大帮助。-mfc realized quadratic B-spline curve example, click on all the points, click generate button, automatically rendering the second B-spli
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:1942528
    • 提供者:游弋人生
  1. B-spline

    0下载:
  2. B样条曲线插值程序,实现B样条曲线的经典算法-B-spline curve interpolation procedures, B-spline curve to achieve the classic algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:22528
    • 提供者:zhu
  1. B

    0下载:
  2. b样条曲线的可视化操作。可以实现控制点的更改-b-spline curve visualization operation. Can realize the control point change
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:2379776
    • 提供者:yangshuoys
  1. B-Tree

    0下载:
  2. 实现B-树的创建、插入、删除、遍历等功能,并以层序方式通过程序台显示输出。-B-tree to achieve the creation, insertion, deletion, traversal functions, and to sequence through the procedure showed that the output of Taiwan.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:484352
    • 提供者:Carol
  1. B

    0下载:
  2. opengl 作业,用与在OPENGL中绘制B洋条曲线,已经编译通过,在运行前请设置你计算机的OPENGL编译环境-opengl operating and use with OPENGL Drawing Yang B curve has been compiled through, before running set up your compiler environment OPENGL computer
  3. 所属分类:OpenGL

    • 发布日期:2024-05-06
    • 文件大小:52224
    • 提供者:zhang
  1. B-SPLINE

    0下载:
  2. 两篇关于B样条处理的英文文章,涉及到插值等相关内容-2 on the B-spline to deal with the English articles, related to interpolation and other related content
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:3880960
    • 提供者:田建勋
  1. B

    0下载:
  2. B样条曲线,用java实现,有良好的交互用户界面-B-spline curve, using java to achieve, and a good interactive user interface
  3. 所属分类:图形图象

    • 发布日期:2024-05-06
    • 文件大小:15360
    • 提供者:wangxing
  1. B-

    0下载:
  2. 三阶B-树的节点插入与删除 三阶B-树的节点插入与删除-Third-order B-tree node insertion and deletion of third-order B-tree node insert and delete
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:6144
    • 提供者:小周
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org