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

搜索资源列表

  1. 智能液晶屏驱动程序及其范例

    2下载:
  2. 北京迪文智能液晶屏驱动程序及其范例,是开发智能串口液晶屏很好的资料。范例中有画点、划线、画圆以及图片下载存储等驱动。,Beijing Di Wenzhi to LCD driver and the example of the development of intelligent serial LCD screen very good information. Pictures in the sample point, line, draw a circle, and picture downl
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-01-25
    • 文件大小:3072
    • 提供者:罗为
  1. cPP 约瑟夫问题

    0下载:
  2. 1、约瑟夫问题的一种描述是:编号为1,2,3——,n的n个人按顺时针方向围坐一圈, 每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上线值m,从第一 开始按顺时针方向报数,报到m时停止报数。报m的人出列,将他的密码作为新 的 m值,从他在顺时针方向上的下一个人重新开始从1报数,如此下去,直至所有人 全部出列。 2、程序运行后,首先要求用户指定初始报数上限值,然后读取个人的密码。可设n≤30。 3、测试数据:m=20;n=7;密码一次为:3,1
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-03
    • 文件大小:26617
    • 提供者:刘国佳
  1. 约瑟夫环循环报数链表

    0下载:
  2. M个人围成一圈,从第一个人开始依次从1到N循环报数,当报到N的时候此人出圈,直到圈中只剩一人为止.要求按退出顺序给出原始编号-M personal circle, starting from the first person in turn reported from 1 to N number of cycles, N, when the report when the person out circle, circle until only one person so far. Requir
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-29
    • 文件大小:784
    • 提供者:夏天
  1. 简单的出圈游戏代码,可以显示出圈人

    0下载:
  2. 简单的出圈游戏代码,可以显示出圈人,顺序等信息-A simple circle game code, you can display a circle of people, and other information in order
  3. 所属分类:游戏

    • 发布日期:2017-03-27
    • 文件大小:1819
    • 提供者:李阳达
  1. 定义抽象基类Shape

    0下载:
  2. 一个程序,定义抽象基类Shape,由它派生出3个派生类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别输出以上三者的面积,3个图形的数据在定义对象时给定。-A program that defines an abstract base class Shape, which it derived three derived classes: Circle (Circular), Rectangle (rectangle), Trian
  3. 所属分类:其他小程序

    • 发布日期:2017-03-25
    • 文件大小:268301
    • 提供者:sword
  1. Joseph-Circle 用顺序表实现约瑟夫环

    0下载:
  2. 用顺序表实现约瑟夫环,对逐个删除的情况进行了特殊考虑,大家可以参考-With the sequence table to achieve Josephus, one by one remove the situation of special consideration, we can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:993872
    • 提供者:chen
  1. MidPointCirle 用中点画圆法

    0下载:
  2. 用中点画圆法,通过调用opengl库在VC++中画一个圆-draw a circle with openGL
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-30
    • 文件大小:737
    • 提供者:肖克
  1. haarcascade 用opencv写的人脸识别

    1下载:
  2. 用opencv写的人脸识别,适合初学者,简单易懂,功能方面只是实现了在脸部圈一个圈-Written with opencv face recognition, suitable for beginners, easy to understand, but to achieve the functions of a circle on the face ring
  3. 所属分类:OpenCV

    • 发布日期:2012-12-07
    • 文件大小:1791603
    • 提供者:闫超
  1. 用LMS3811写的控制内含T6963芯片的12864的程序

    0下载:
  2. 用LMS3811写的控制内含T6963芯片的12864的程序,此芯片控制12864画圆采用调直接用函数的方法,比较简单清晰-Written with LMS3811 T6963 chip containing the control program 12864, 12864 Circle using this chip control functions directly transfer method is relatively simple clear
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-04-09
    • 文件大小:2082791
    • 提供者:lixiangxiang1
  1. V1.0_TFT_ILI9320 ILI9320控制器

    0下载:
  2. 2.0寸彩屏驱动240*320分辨率,ILI9320控制器,含有基本驱动函数和基本图形显示函数例如:画线,画点,画圆,画矩形,打印字母,打印汉字,输出图像等。-2.0-inch color display driver 240* 320 resolution, ILI9320 controller, containing the basic driver functions and the basic graphics functions such as: drawing lines, draw
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-29
    • 文件大小:90218
    • 提供者:张冰
  1. graphics.rar 图形设计

    0下载:
  2. 本程序是图形的设计,比较简单 可以画线,圆和椭圆 并可以平移,旋转,选择删除,回退,保存 打开图形,The code is used to graph design. It can draw line,draw circle,draw ellipse.The graph can be rotated,translated and selected delete,undo,save.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-11-08
    • 文件大小:248932
    • 提供者:吴晓辉
  1. hough.zip

    0下载:
  2. matlab环境下利用hough变换实现圆检测,matlab environment using hough transform circle detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-01
    • 文件大小:1662
    • 提供者:yangyu
  1. DDA_Bresenham_Circle_Ellispe.r

    0下载:
  2. DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法,DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:49935
    • 提供者:yangpan
  1. compute.rar

    0下载:
  2. 用于相机标定中标定点的识别,扫描像素矩阵中某个圆的圆心,Camera calibration for the successful identification of a sentinel, scanning pixel matrix in the center of a circle
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1922
    • 提供者:yin xiaoping
  1. test44.rar

    3下载:
  2. 根据7游戏做的一个小程序, 元旦晚会上,有n个学生围坐成一圈,开始玩一种数字7游戏。围坐成一圈的学生按顺时针顺序编号,第一个学生的编号为1,最后一个学生的编号为n。第一个学生从1开始报数,按顺时针方向,下一个学生接着报下一个数。每当有学生报出来的数是7的倍数,或者是一个含有数字7的数时,则该学生出列退出游戏,下一个学生接着报下一个数。当剩下最后一个学生时,这个学生要为大家表演一个节目。,According to 7 games do a small procedure, New Year s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:347097
    • 提供者:zhaowei
  1. Hamiton.rar

    0下载:
  2. [智能] 求完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序 ,[Intelligence] for the complete graph of the Hamilton Circle genetic simulated annealing algorithm matlab source generic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-27
    • 文件大小:1205
    • 提供者:okboy
  1. xintai.rar

    1下载:
  2. 用形态学的方法求二值图像的周长,面积,圆形度,矩形度和伸长度, use morphological mathod to get the perimeter, area, circle, the rectangle and stretch the length of the binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:795
    • 提供者:沈海宏
  1. CHABU.rar

    0下载:
  2. 直线圆弧插补,可任意输入起始点、终止点;圆弧由圆心及起始角和终止角决定,A straight line circular interpolation, the starting point can be input, termination points arc from the center of a circle and start-angle and angle the decision to terminate
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1147
    • 提供者:magic
  1. IP.ZIP

    0下载:
  2. 圆与圆交点,线与线交点,圆与线交点,全部在excel上实现,很不错,the intersect between circle to circle, line to line, and circle to line, all implemented in excel
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:85118
    • 提供者:yang xulei
  1. smithch.zip

    0下载:
  2. 本函数在matlab实现阻抗圆图,通过调用switch()函数,可以得出传输线的反射系数,以及支节匹配等参数,本函数可以实现单、双和三支节匹配。,The realization of the impedance function in matlab circle map, by calling the switch () function of transmission line can be drawn of the reflection coefficient, as well as the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2997
    • 提供者:leo
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com