Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • BoundingBox_Update.zip This function updates the bounding box from tracking result. The bounding box is a rectangle one.
  • sample.zip This is an example of one object (the shape class implements a rectangle) being a member variable of another object (a brick).
  • 4.rar 题目:画图,学用rectangle画方形。    ___________________________________________________________________   程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。
  • 4.rar 题目:画图,学用rectangle画方形。    ___________________________________________________________________   程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。
  • java创建一个Rectangle类,并输出矩形周长及面积

    实现利用Rectangle输出一个矩形的周长和面积

  • 初学java之接口的一个小程序 Circle Rectangle

    初学java之接口的一个小程序 Circle Rectangle

  • as3开发中的Rectangle类用法 可以掌握Rectangle类的用法,以及相关的使用,其实多看几次就会懂了。
  • opencv Trackbar和Rectangle之间的图形显示延迟 opencv Trackbar和Rectangle之间的图形显示延迟 cvTrackbar控制cvRectangle高度
  • C++ 对象 例题 rectangle clock C++ 对象 例题 rectangle clock
  • 接口的应用Shape类,Rectangle、Triangle、Square 编写一个接口Shape类,Rectangle、Triangle、Square等三个类实现(implements)接口Shape,并通过实现Shape中的接口来实现具体功能。 编写两个接口Phone、GameMachine,MobilePhone类实现接口Phone和GameMachine中接口。