登录
首页 » Visual C++ » BBEZZIER_SURRe

BBEZZIER_SURRe

于 2012-07-10 发布 文件大小:32KB
0 206
下载积分: 1 下载次数: 5

代码说明:

  贝塞尔曲面显示出来程序源码,里面包含非常常多子程序源码,希望对您有用 可直接使用。 (Bezier surface display program source code, which contains very often subroutine source code, I hope you can be used directly.)

文件列表:

BBEZZIER_SURRe
..............\BEZIER_SURFACE
..............\..............\bezier_patch_evaluate.m,2827,2006-08-24
..............\..............\bezier_surface_neighbors.m,5213,2006-08-24
..............\..............\bezier_surface_node_print.m,426,2006-08-24
..............\..............\bezier_surface_node_read.m,500,2006-08-24
..............\..............\bezier_surface_node_size.m,535,2006-08-24
..............\..............\bezier_surface_node_write.m,516,2006-08-24
..............\..............\bezier_surface_rectangle_print.m,497,2006-08-24
..............\..............\bezier_surface_rectangle_read.m,613,2006-08-24
..............\..............\bezier_surface_rectangle_size.m,595,2006-08-24
..............\..............\bezier_surface_rectangle_write.m,630,2006-08-24
..............\..............\bezier_surface_test(1).m,524,2006-08-24
..............\..............\bezier_surface_test.m,524,2006-08-24
..............\..............\bezier_surface_test01(1).m,1404,2006-08-24
..............\..............\bezier_surface_test01.m,1404,2006-08-24
..............\..............\bezier_surface_test02(1).m,1077,2006-08-24
..............\..............\bezier_surface_test02.m,1077,2006-08-24
..............\..............\bezier_surface_test03(1).m,1534,2006-08-24
..............\..............\bezier_surface_test03.m,1534,2006-08-24
..............\..............\ch_cap.m,352,2006-08-24
..............\..............\ch_eqi.m,512,2006-08-24
..............\..............\ch_to_digit.m,638,2006-08-24
..............\..............\dmat_print.m,463,2006-08-24
..............\..............\dmat_print_some.m,1373,2006-08-24
..............\..............\dmat_transpose_print.m,451,2006-08-24
..............\..............\dmat_transpose_print_some.m,1279,2006-08-24
..............\..............\dtable_data_read.m,1189,2006-08-24
..............\..............\dtable_data_write.m,669,2006-08-24
..............\..............\dtable_header_read.m,1084,2006-08-24
..............\..............\dtable_header_write.m,930,2006-08-24
..............\..............\dtable_write.m,933,2006-08-24
..............\..............\file_column_count.m,1825,2006-08-24
..............\..............\file_row_count.m,1125,2006-08-24
..............\..............\imat_print.m,416,2006-08-24
..............\..............\imat_print_some.m,1234,2006-08-24
..............\..............\imat_transpose_print.m,447,2006-08-24
..............\..............\imat_transpose_print_some.m,1318,2006-08-24
..............\..............\irow_compare.m,2014,2006-08-24
..............\..............\irow_sort_a.m,1541,2006-08-24
..............\..............\irow_swap.m,978,2006-08-24
..............\..............\itable_data_read.m,1369,2006-08-24
..............\..............\itable_data_write.m,671,2006-08-24
..............\..............\itable_header_read.m,1076,2006-08-24
..............\..............\itable_header_write.m,808,2006-08-24
..............\..............\itable_write.m,927,2006-08-24
..............\..............\sort_heap_external.m,4448,2006-08-24
..............\..............\s_blank_delete.m,574,2006-08-24
..............\..............\s_len_trim.m,440,2006-08-24
..............\..............\s_to_d.m,4822,2006-08-24
..............\..............\s_to_dvec.m,492,2006-08-24
..............\..............\s_to_i.m,1720,2006-08-24
..............\..............\s_to_ivec.m,495,2006-08-24
..............\..............\s_word_count.m,665,2006-08-24
..............\..............\teapot_nodes.txt,7956,2006-08-24
..............\..............\teapot_rectangles.txt,2048,2006-08-24
..............\..............\timestamp.m,221,2006-08-24
..............\..............\timestring.m,312,2006-08-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • psd_following
    机器人的psd路径规划策略,非常好的例子,是基于vc++平台的(robot psd )
    2009-06-25 00:56:04下载
    积分:1
  • entropy
    信息论中用matlab编程来计算熵,此程序可以修改输入的矩阵,进行新的计算(To calculate the entropy of information theory using Matlab programming, this program can modify the input matrix, a new calculation)
    2012-05-22 23:59:23下载
    积分:1
  • assignment1
    通过对输入ISBN进行演算.从而得出其真伪信息(Input to calculations by ISBN. To arrive at the authenticity of the information)
    2010-03-01 01:07:39下载
    积分:1
  • 3
    说明:  matlab 中很实用的源代码3:13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀操作 19 16.腐蚀操作 20(Practical source code of matla)
    2015-04-20 16:27:06下载
    积分:1
  • bpp-src
    Bin packing problem belongs to the class of NP-hard problems, like the others that were discussed in previous articles. The task is to pack a set of items of different size into bins of fixed size in such way that minimal number bins is used. Depending on the requirements, bin packing can be single-dimensional (1D) or multi-dimensional (2D, 3D...)
    2014-12-08 21:58:05下载
    积分:1
  • VisualC_
    基于遗传算法的组卷设计,此为书籍版本。。。。(Design based on genetic algorithm test paper, this is the book version. . . .)
    2011-01-01 17:13:33下载
    积分:1
  • get-father-process-name
    在应用程序中调用内核函数获取父进程的全路径名的最好方法。在辨识由谁启动的时候要用。(关闭翻译英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 在应用程序中调用内核函数获取父进程的全路径名的最好方法。在辨识由谁启动的时候要用。 请键入文字或网站地址,或者上传文档。 取消 Zài yìngyòng chéngxù zhōng tiáo yòng nèihé hánshù huòqǔ fù jìnchéng de quán lùjìng míng de zuì hǎo fāngfǎ. Zài biànshì yóu shuí qǐdòng de shíhou yào yòng.The best way to call the kernel function to get the full path name of the parent process in the application. In recognition of who started the time to use.)
    2013-11-26 11:04:11下载
    积分:1
  • 1
    说明:  Numerical Analysis\Numerical Analysis-Numerical Methods Using MATLAB(Numerical AnalysisNumerical Analysis-Numerical Methods Using MATLAB)
    2008-12-15 02:37:53下载
    积分:1
  • MATLAB
    MATLAB作业用,MATLAB实验用,MATLAB数字信号处理,信号与系统(MATLAB work with, MATLAB experiment, MATLAB Digital Signal Processing, Signals and Systems)
    2013-11-09 20:28:00下载
    积分:1
  • EM3DTask_20130311_NEW
    EM3DTask_TFEM2,三维电磁仪扫频命令表编辑程序源代码(editor of task table of TFEM-2)
    2014-01-10 11:26:33下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载