Open Toolkit

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-09 18:13:45

软件介绍

Open Toolkit (OpenTk) 是一个强类型的跨平台 OpenGL 和 OpenAL 封装,适应 C# 和 Mono以及.NET 平台。可以在 GTK# 以及 WinForms 应用中独立的运行。

主要特点:

  • Strong-typing.
    Strongly-typed OpenGL and OpenAL bindings help you catch errors before they get a chance to manifest.
  • Integration.
    OpenTK can be used standalone, as a Windows.Forms.Control or as a GTK# Widget.
  • Deployment.
    OpenTK is a single dll that works on all platforms without recompilation (Windows, Linux and Mac OS X).
  • Rapid development.
    OpenTK has extensive inline documentation, while strong types and intellisense simplify OpenGL and OpenAL code.
  • Optimization.
    OpenTK plays well with the Garbage Collector - no memory is allocated while your program is running.

本文地址:https://www.codercto.com/soft/d/14237.html

Reversing

Reversing

艾拉姆(Eilam,E.) / 韩琪、杨艳、王玉英、李娜 / 电子工业出版社 / 2007-9 / 79.00元

本书描述的是在逆向与反逆向之间展开的一场旷日持久的拉锯战。作者Eldad Eilam以一个解说人的身份为我们详尽地评述了双方使用的每一招每一式的优点与不足。 书中包含的主要内容有:操作系统的逆向工程;.NET平台上的逆向工程;逆向未公开的文件格式和网络协议;逆向工程的合法性问题;拷贝保护和数字版权管理技术的逆向工程;防止别人对你的代码实施逆向工程的各种技术;恶意程序的逆向工程;反编译器的基本......一起来看看 《Reversing》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具