登录
首页 » GDI-Bitmap » A simple procedure for robot hands, only simulate two fingers, the whole process...

A simple procedure for robot hands, only simulate two fingers, the whole process...

于 2022-02-26 发布 文件大小:6.96 kB
0 161
下载积分: 2 下载次数: 1

代码说明:

一个简单的机器人手的程序,只模拟出两个手指,整个程序着重模型视点变换,对于opengl初学者是个不错的学习材料-A simple procedure for robot hands, only simulate two fingers, the whole process model perspective focused on transformation, opengl for beginners is a good learning materials

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

发表评论

0 个回复

  • 读取TM波段3和波段4的图像,计算归一化植被指数NDVI,并用NDVI处理单波段图像,突出显示遥感影像的植被部分(输出后的图像上高亮的部分是植被区域)...
    读取TM波段3和波段4的图像,计算归一化植被指数NDVI,并用NDVI处理单波段图像,突出显示遥感影像的植被部分(输出后的图像上高亮的部分是植被区域)-Band 3 and band 4 images of a TM image are read and NDVI computed. Then a single band image is processed with the NDVI leading to the vegetation regions in the remote sensed image are highlighted(the hightlighted areas in the output image are vegetation regions).
    2022-07-07 01:51:55下载
    积分:1
  • 这是一个用VC++画Coons曲面、bezier曲面和B样条曲面的程序。
    这是一个用VC++画Coons曲面、bezier曲面和B样条曲面的程序。-this is a painting with VC Coons surfaces, bezier surface and B-spline surfaces procedures.
    2022-07-24 13:27:24下载
    积分:1
  • MiniGUI 的最新发布版本是 0.9.96。我们将 0.9.xx 系列版本定位为 MiniGUI 1.0 版本的预览版。在 0.9.xx 版本足够稳定时,我...
    MiniGUI 的最新发布版本是 0.9.96。我们将 0.9.xx 系列版本定位为 MiniGUI 1.0 版本的预览版。在 0.9.xx 版本足够稳定时,我们将发布 MiniGUI 1.0 版本,同时,目前的代码不会再进行重大调整。在 MiniGUI 1.0 版本发布之后,我们将立即着手开发 MiniGUI 2.0 版本。该版本预期将在体系结构上进行重大调整-MiniGUI release of the latest version 0.9.96. We will be positioning version 0.9.xx series of MiniGUI 1.0 version of the preview version. The 0.9.xx version stable enough, we will release version 1.0 MiniGUI, and the current code will not be further significant adjustments. MiniGUI in version 1.0 was released, we will immediately proceed with the development of version 2.0 of MiniGUI. This version of the system is expected to undergo major structural adjustment
    2023-03-31 03:35:03下载
    积分:1
  • 对图像进行高斯模糊处理的源代码, 上传来和大家一起分享。...
    对图像进行高斯模糊处理的源代码, 上传来和大家一起分享。-shareing souce code for Gassian blurring of a image.
    2022-06-13 17:29:56下载
    积分:1
  • 设置背景颜色和画笔颜色,动态绘制正弦曲线和余弦曲线.余弦曲线放在OnTimer中....
    设置背景颜色和画笔颜色,动态绘制正弦曲线和余弦曲线.余弦曲线放在OnTimer中.-Set background color and the brush color, dynamic rendering sinusoid and cosine curves. OnTimer in cosine curve on.
    2022-02-04 17:45:13下载
    积分:1
  • Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOL...
    Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf(). The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT. As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a p
    2022-02-03 12:24:58下载
    积分:1
  • 图形图像处理,一个简单的例子,适合初学者学习。
    图形图像处理的一个简单例子,适合初学者学习。-Graphic image processing, a simple example, suitable for beginners to learn.
    2023-04-05 04:20:04下载
    积分:1
  • 本程序是VC图像处理程序,是学习游戏开发不可多得的资料!
    本程序是VC图像处理程序,是学习游戏开发不可多得的资料!-VC image processing procedures, the development of the game is a rare study of information!
    2022-07-26 10:50:36下载
    积分:1
  • 使用VC++编成语言开发的单机版小游戏。
    使用VC++编成语言开发的单机版小游戏。-Use VC++ Into language development of stand-alone game.
    2022-02-13 15:44:14下载
    积分:1
  • 数字图像处理演示程序。为配合《数字图像处理学》一书的出版,便于读者在学习中对本书的主要内容加深理解并增加一些直观的感性认识,以便在更好地理解本书内容的基础上进一...
    数字图像处理演示程序。为配合《数字图像处理学》一书的出版,便于读者在学习中对本书的主要内容加深理解并增加一些直观的感性认识,以便在更好地理解本书内容的基础上进一步在实践中利用各种图像处理能,特编制了一套实验演示软件。该软件既可以作为教学、演示之用,也可以在实际图像处理中直接应用。由于本软件严格按照软件工程的规范加以制作,并按惯例进行了包装,因此,安装使用极为方便。软件界面采用中文,界面友好、简便,一般不需要特别的专门学习就可以运用。在阅读完该简单说明后,只要动手试一下,便可灵活自如的加以应用。-Digital Image Processing Demonstration Program. To complement the "Digital Image Processing," a book published to facilitate readers in the study of the contents of the book to deepen understanding and increase the number of visual perceptions, in order to better understand the contents on the basis of the practice of using various image processing ability, developed a special experimental demonstration software . The software can be both as a teaching and demonstration purposes, but also in actual direct image processing applications. Since this software in strict accordance with the norms of software engineering to be produced, and the usual packaging, it is extremely easy installation. Chinese software interface, the interface
    2023-07-09 05:05:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载