登录
首页 » C# » SharpGL_Model

SharpGL_Model

于 2020-11-14 发布 文件大小:164KB
0 54
下载积分: 1 下载次数: 131

代码说明:

  C#下的OpenGL编程(SharpGL),自己写的一个绘图模板程序,可实现图形旋转、放缩、平移等操作,便于开发新项目。(C# OpenGL(SharpGL).It s a model program for OpenGL drawing,with functions of rotating,scaling and translating.It s convenient for developing new projects. )

文件列表:

SharpGL模板
...........\app.config,144,2014-09-21
...........\bin
...........\...\Debug
...........\...\.....\SharpGL.dll,366592,2014-07-15
...........\...\.....\SharpGL.SceneGraph.dll,143872,2014-07-15
...........\...\.....\SharpGL.WinForms.dll,21504,2014-07-15
...........\...\.....\模板.exe,12288,2014-12-23
...........\...\.....\模板.exe.config,144,2014-09-21
...........\...\.....\模板.pdb,24064,2014-12-23
...........\...\.....\模板.vshost.exe,11600,2014-12-23
...........\...\.....\模板.vshost.exe.config,144,2014-09-21
...........\...\Release
...........\Form1.cs,5644,2014-12-23
...........\Form1.Designer.cs,3935,2014-12-23
...........\Form1.resx,5817,2014-12-23
...........\obj
...........\...\x86
...........\...\...\Debug
...........\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6402,2014-12-23
...........\...\...\.....\GenerateResource.read.1.tlog,324,2014-12-23
...........\...\...\.....\GenerateResource.write.1.tlog,954,2014-12-23
...........\...\...\.....\TempPE
...........\...\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2014-12-23
...........\...\...\.....\模板.csproj.FileListAbsolute.txt,1324,2014-12-23
...........\...\...\.....\模板.exe,12288,2014-12-23
...........\...\...\.....\模板.Form1.resources,180,2014-12-23
...........\...\...\.....\模板.pdb,24064,2014-12-23
...........\...\...\.....\模板.Properties.Resources.resources,180,2014-12-23
...........\Program.cs,487,2014-09-21
...........\Properties
...........\..........\AssemblyInfo.cs,1364,2014-09-21
...........\..........\Resources.Designer.cs,2851,2014-12-23
...........\..........\Resources.resx,5612,2014-09-21
...........\..........\Settings.Designer.cs,1105,2014-12-23
...........\..........\Settings.settings,249,2014-09-21
...........\模板.csproj,4071,2014-12-23

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

发表评论

0 个回复

  • 27796696tdxplugin
    TDX plugin 这是一个实例,如何开发TDX的插件(TDX plugin)
    2010-11-12 09:18:31下载
    积分:1
  • qt 实现的故障树
    qt 实现的故障树 void FaultTree::calcPosition(){    int maxLayer = 0;    //获取最大层数    for (int index = 0; index < m_list.size(); ++index)    {        if (m_list.at(index)->layer() > maxLayer)            maxLayer = m_list.at(index)->layer();    }    //计算最大宽度    int maxWidth = 0, count;    for (int layer = 1; layer < maxLayer+1; ++layer)    {        count = 0;        for (int index = 0; index < m_list.size(); ++index)        {            if (m_list.at(index)->layer() == layer)                count++;        }        if (count > m
    2022-08-26 04:01:10下载
    积分:1
  • print
    简单实现临街资源互斥的使用,用四个全局变量实现互斥。(Simple resources to achieve mutually exclusive use of the street, with four global variables to achieve mutually exclusive.)
    2010-05-23 16:38:06下载
    积分:1
  • OScode
    操作系统实验的代码以及说明包括各种经典的问题(Operating system code, as well as experiments that include a variety of classic problem)
    2009-06-21 10:33:54下载
    积分:1
  • 这是一个用CSharp做的医院管理系统,代码简单易懂,适用于初学者。...
    这是一个用CSharp做的医院管理系统,代码简单易懂,适用于初学者。-This is a CSharp to do with the hospital management system, code easy to understand for beginners.
    2022-05-26 02:38:16下载
    积分:1
  • CarLife车机互联项目数据通信协议
    CarLife车机互联项目数据通信协议 CarLife车机互联项目数据通信协议(Data Communication Protocol for CarLife Locomotive Interconnection Project)
    2020-06-25 06:00:02下载
    积分:1
  • P系列芯片调试工具
    P系列摄像机芯片调试工具,有需要的朋友可以下载(P series camera chip debugging tools, friends in need can download)
    2020-06-19 05:40:01下载
    积分:1
  • QSGS_2D
    c++,四参数模拟随机生成(QSGS)多孔介质程序,可用于LBM程序中多孔介质构建(C++, four-parameter simulation program for random generation of porous media)
    2021-03-18 18:49:19下载
    积分:1
  • CBSYS
    出版商印刷数据库设计 初始条件: 一个印刷书的印刷公司希望建立数据库来处理用户的印刷需要。一本书的出版发行人员提交了一份描述印刷工作的单据,印刷工作需要的使用材料,由购买清单指定。 (Publishers print database design initial conditions: a printed book printing company hopes to establish a database to handle the user s printing needs. A book publishing and distribution staff submitted a description of the work of printing documents, printing requires the use of materials, from the purchase of the designated list.)
    2020-12-03 15:19:25下载
    积分:1
  • TIMEROUT
    *功能: 使用定时器0实现1s定时,并打开IRQ中断,控制LED闪烁 * 同时使用定时器1实现比较匹配输出(* Function: Timer 0 to achieve 1s regular and open IRQ interrupts, control LED flashes * Achieved while using Timer 1 Compare Match Output)
    2014-03-24 22:16:21下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载