CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - graphics.c

搜索资源列表

  1. c语言简易计算器

    0下载:
  2. 用c语言实现的简易计算器,键盘操作,图形界面,可以进行四则运算-use of simple language calculator, keyboard, graphics interface, for four Operational
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2757
    • 提供者:达闻西
  1. read_write_dib

    0下载:
  2. 图形模式下读写屏幕象点,全是C语言原代码-graphics mode screen reader like, all the original C language code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8089
    • 提供者:ggg
  1. fxxh11

    0下载:
  2. [c语言]分形算法实现雪花图形绘制 代码精简明了,是研究分形算法的朋友良好的参考资料-[c Language] fractal algorithm snowflakes graphics rendering code to streamline clear, research fractal algorithm good friends reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32259
    • 提供者:赵宇龙
  1. CommonArithmetic

    0下载:
  2. 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特征值与特征向量的计算、矩阵运算、拟合与逼近、排序、数据处理与回归分析、数学变换与滤波、数值积分、随机数产生、特征函数、图形模式下读写屏幕象点、线性代数方程组求解等C语言算法-algorithms big Collection; Including interpolation, locate, ordinary differential equa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:274773
    • 提供者:狼夜行
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:354674
    • 提供者:hankl wen
  1. sy

    0下载:
  2. lagrange算法实验题目:Lagrange插值多项式 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 另外,补充C语言绘制图形方面的内容如下 1.屏幕坐标系 坐标原点在屏幕的左上角,x轴水平向右,y轴垂直向下。2.常用的绘图函数 Newton算法 -lagrange algorithm experimental subject: Lagrange interpolation polyn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1018
    • 提供者:哈喽
  1. shuzhifenxizaijisuanjihuitu

    0下载:
  2. 详细的阐述了数值分析在计算机绘图中的应用,并给出了C编写的程序-Detailed descr iption of the numerical analysis in computer graphics application, and gives a program written in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:132001
    • 提供者:xiejian
  1. 3dpicture

    0下载:
  2. 在c++以及opengl的环境下,将给定的数据画成图形,并可以对图像进行旋转平移变换等功能。-Opengl in c++, as well as the environment, given the data painted graphics, and can rotate the image translation transformation functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:6754
    • 提供者:高君
  1. calgorithms

    0下载:
  2. 经典算法的C语言的经典实现,图形图像处理的常规算法这里都有了。-Classical algorithms to achieve the classic C language, graphics, image processing, where all of the conventional algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:58549
    • 提供者:gisok
  1. Smith

    0下载:
  2. 史密斯圆图仿真,用Borland C++ Builder 6.0 制作的用于仿真微波电路中传输线的各参数的图形化计算工具。-Smith Round MAP simulation, Developed by Borland C++ Builder 6.0, graphics based computation tool used in simulating each parameter of microwave based transmitting line.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:230230
    • 提供者:陈维超
  1. math

    0下载:
  2. c语言程序设计关于数学方面的程序,有图形绘制,也有一些有规律的算法。-c language programming on the mathematics program, graphics rendering, there are some regular algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5709
    • 提供者:吴甘霖
  1. program-design

    0下载:
  2. MATLAB作为一种广泛应用于科学计算的工具软件,不仅具有强大的数值计算、符号计算、矩阵运算的能力和丰富的绘图功能,还可以像C语言、FORTRAN等计算机高级语言一样进行程序设计,编写扩展名为.m的M文件,实现各种复杂的运算,同时MATLAB自带的许多函数就是M文件函数,用户也可以利用M文件来生成和扩充自己的函数库。-MATLAB as a widely used in scientific computing tools, not only has the great numerical ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:186485
    • 提供者:王雪
  1. FFT_C

    1下载:
  2. 纯C语言编写的常见函数(冲激、阶跃、三角、指数、自定义函数,均可设置自定义系数)的FFT运算并画图显示。运行需要graphics.h。TURBO C++ 3.0运行通过。压缩包中包括一些C语言图形界面的简单教程。-A C program that can calculate common functions FFT and show the graphics. It is run successfully in Turbo C++ 3.0 with graphics.h.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:566902
    • 提供者:木偶
  1. Calculator

    0下载:
  2. 实现计算器功能 首先是输出计算器图形样式 然后是通过按键的方式实现数值运算所以程序主要由两大部分实现 一部分功能是显示计算器 一部分是实现计算功能 显示计算器是在屏幕上显示图形 Turbo C提供了PC系统环境下扩充的屏幕和图形支持系统利用此系统提供的字符屏幕处理函数和图形系统的有关信息及函数即可很好地实现 计算功能主要要解决的是接收按键信息的处理 要进行识别 如果按键是数字符号 要将其转变为操作数 如果是运算操作符 则进行相应的处理-The realization of the calcula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3783
    • 提供者:利昂
  1. pathTracing

    0下载:
  2. Simple C++ Implementation of the path-tracing algorithm for computer graphics. It requires no extra libraries.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:56621
    • 提供者:Balbson
  1. ym_vcpp-2DIFS

    0下载:
  2. VC++ 二维迭代函数系统分形,IFS绘图的一个测试程序,可选择绘制图形的颜色、绘制命令和设置程序-C++ dimensional fractal IFS, IFS drawing of a test program, choose paint color graphics, drawing commands and setup program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:54766
    • 提供者:常小小
搜珍网 www.dssz.com