CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - triangle c code

搜索资源列表

  1. YANGHUISANJIAO

    0下载:
  2. 杨辉三角,可以直接运行,代码简单易懂 适合于刚学C语言的同学们。-Yang Hui triangle, you can directly run the code easy to understand for just learning the C language students.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:141692
    • 提供者:lj
  1. TriangleExcep1

    0下载:
  2. 个人原创代码:Java异常处理程序。编写Java Application程序,写一个方法void sanjiao(int a,int b,int c),判断三个参数是否能构成一个三角形,如果不能则抛出异常IllegalArgumentException,显示异常信息a,b,c+”不能构成三角形”,如果可以构成则显示三角形三个边长,在主方法中得到命令行输入的三个整数,调用此方法,并捕获异常。-Personal original code: Java exception handling proce
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1256
    • 提供者:李瑞
  1. TriangleExcep2

    1下载:
  2. 个人原创代码:Java异常处理程序。编写Java Application程序,自定义类Sanj,其中有成员 x,y,z,作为三边长,构造方法Sanj(a,b,c)分别给x,y,z赋值,方法求面积getArea和显示三角形信息(三个边长)showInfo,这2个方法中当三条边不能构成一个三角形时要抛出自定义异常NotSanjiaoException,否则显示正确信息。在另外一个类中的主方法中构造一个Sanj对象(三边为命令行输入的三个整数),显示三角形信息和面积,要求捕获异常。-Personal
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1648
    • 提供者:李瑞
  1. fengxingtu

    0下载:
  2. 用c++编写的分形图的源代码,在计算机图像学中常见的分形图,例如,谢宾斯基三角形。-Fractal images, source code, written in c++ common fractal images in the computer image science, for example, Xiebinsiji triangle.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2507438
    • 提供者:jiekaiyang
  1. CPP

    0下载:
  2. C++绘图代码,绘制矩形,圆,三角形,直线,折线等较简单的平面图形-C++ drawing code to draw a rectangle, circle, triangle, straight lines, polylines, and other relatively simple plane figure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:339591
    • 提供者:朝阳
  1. qiqiaobansrc

    0下载:
  2. C#七巧板-C#创建菱形图案,其间使用了进程,示例适用于 Windows 窗体,它需要 PaintEventArgse,一个 OnPaint 事件对象。代码执行下列操作:   创建两个路径:一个为头朝上的三角形,另一个为头朝下的三角形。将第二个路径添加到第一个路径上。将最终的路径绘制到屏幕。   设置控件样式为双缓冲,可以有效减少图片闪烁的问题-Create a diamond pattern C# tangram-C#, during which use of the proces
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:45665
    • 提供者:fwtb1
  1. sanjiaoyingshe

    0下载:
  2. 这是一个三角映射的用C++实现的代码。主要是应用于denaulay三角划分后用原三角形内的图像映射到自己定义的模版的三角形内。-This is a triangular mapping code use C++ achieve. Is after applied to denaulay triangulation with the image within the original triangle mapped to its own definition of a triangle templ
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:23242652
    • 提供者:sophia
  1. TrianglesQuads

    0下载:
  2. 该源码为opengl画三角形和四边形的源代码,用C++语言完成。-The source code for opengl draw a triangle and quadrilateral the source code, with C++ languages ​ ​ completed.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-26
    • 文件大小:24845
    • 提供者:王晨
  1. MIANJI

    0下载:
  2. 上传内容为面积计算的c#源代码,主要是实现对常见的矩形、三角形、圆形等进行相应的面积运算-Upload content area of ​ ​ c# source code common rectangle, triangle, circle the appropriate area of ​ ​ operations
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:725
    • 提供者:石晶
  1. qiqiaobansrc

    0下载:
  2.  C#七巧板-C#创建菱形图案,其间使用了进程,示例适用于 Windows 窗体,它需要 PaintEventArgse,一个 OnPaint 事件对象。代码执行下列操作:   创建两个路径:一个为头朝上的三角形,另一个为头朝下的三角形。将第二个路径添加到第一个路径上。将最终的路径绘制到屏幕。   设置控件样式为双缓冲,可以有效减少图片闪烁的问题-Tangram-C# C# to create a diamond pattern, during which the use of th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-10
    • 文件大小:44267
    • 提供者:tpudn40
  1. meshsimplification

    0下载:
  2. 网格简化程序基于3D三角网格简化,代码简单实用,而且非常有效的节省时间-meshsimplification is a C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes. The goals of the code are ease of use and efficiency, possibly at the expense of some genera
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-28
    • 文件大小:10332160
    • 提供者:alice
  1. WaverProductBasedOn51

    0下载:
  2. 可产生4种波形:方波、正弦波、锯齿波、三角波。通过按键进行波形切换及频率调节。波形幅值通过电位器调节。采用51单片机+DAC0832+运放+独立按键设计,实现简易信号(波形)发生器功能。资料含C语言源程序、PROTEL格式原理图及PCB图、仿真文件及WORD说明文档,是制作易信号发生器比较好的参考。(Can produce 4 kinds of waveform: square wave, sine wave, sawtooth wave, triangle wave. Waveform swi
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:1175552
    • 提供者:kari
« 1 2 3»
搜珍网 www.dssz.com