登录
首页 » Windows开发 » 采用c语言实现的几个计算机图形学教程中的问题。分别包括阻尼运动,导弹打飞机,抛物线模拟等...

采用c语言实现的几个计算机图形学教程中的问题。分别包括阻尼运动,导弹打飞机,抛物线模拟等...

于 2022-04-12 发布 文件大小:2.44 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

采用c语言实现的几个计算机图形学教程中的问题。分别包括阻尼运动,导弹打飞机,抛物线模拟等-language used in several computer graphics Guide issues. Respectively damping campaign, a missile attack against aircraft, such as parabolic simulation

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

发表评论

0 个回复

  • 现在好多软件在安装时要输入序列号才能继续,也就是说,你不输入序列号,则 《下一步》这个按钮是灰色的。你无法点他,使用本程序,点击激活,哈哈,你 将畅通无...
    现在好多软件在安装时要输入序列号才能继续,也就是说,你不输入序列号,则 《下一步》这个按钮是灰色的。你无法点他,使用本程序,点击激活,哈哈,你 将畅通无阻!!!对于一般的软件,包括瑞星现在出的安装下载版,没有任何问 题!-Now a lot of software installed to enter the serial number in order to continue, that is to say, you do not enter a serial number, the next step This button is gray. You can not point him, and the use of this procedure, click activation, ha ha, you will have access! ! ! For the average software, including the installation of Ruixing now download version, no problem!
    2023-01-16 19:25:04下载
    积分:1
  • DLL Inyection 示例
    非常有用的例子,用 C 编写的 dll inyection 32 位 Windows 用户模式基于 DLL 的代码注入类的实现 (XP 及以上)
    2022-12-24 18:55:03下载
    积分:1
  • 学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载...
    学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载-This a comprehensive evaluate system of student. You can perform the following action: inquire, add, list, etc. It s a mini but good system. try it!
    2022-05-09 07:47:34下载
    积分:1
  • SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、P...
    SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、PHP、ASP、JSP、VB、VB.NET、VBScript、JavaScript和HTML Components源代码。它还可以将源代码输出为语法高亮显示的 HTML 或 RTF 文件。 严谨良好的代码风格是软件稳定可靠的必要保障,可是通常您从前任同行手中继承、或从网上下载数量庞大的代码之代码风格大多和您的风格迥异甚至堪称混乱:缩进空格的个数不同,指针符号的位置不同,关键字随意大小写…… 这给阅读和修改源代码造成不少困难,手工整理的工作量几乎不可想像…… SourceFormatX 将您从这些既枯燥无聊,又大量重复的机械劳动中解放出来了。它可以快速大批量地格式化和美化多种源代码,这将会大大加快阁下的项目进度,提高团队协同工作效率,节约大量的时间,并统一了该项目所有代码的风格,利于以后维护和发布风格统一代-SourceFormatX is a powerful source code auto-formatting, indent, layout, landscaping tools. It can be formatted C, C++, Java, C#, Object Pascal, PHP, ASP, JSP, VB, VB.NET, VBScript, JavaScript and HTML Components source code. It can also output the source code syntax highlighting for HTML or RTF files. Good coding style rigorous software necessary to guarantee stable and reliable, but is usually inherited from your predecessor, the hands of peers, or downloaded from the Internet a huge number of code most of the coding style and your style very diffe
    2022-01-23 10:39:31下载
    积分:1
  • STM32 LED工程模版
    这是一个已经搭建好的STM32 LED工程模版,大家可以根据自己的需要去修改这个模版,而不在需要添加任何官方库文件、头文件等,这些文件我已经添加好进去了。而且做了多次实验,完全可以用。
    2022-05-25 16:47:16下载
    积分:1
  • 本人写的,天禾GPS终端设备模拟程序,支持多路并连接。
    本人写的,天禾GPS终端设备模拟程序,支持多路并发连接。-I write, TIANHE GPS terminal equipment simulation program to support multiple concurrent connection.
    2022-07-06 20:12:44下载
    积分:1
  • jbpm与OA项目
    删除角色-----------------1.角色列表-->删除2.RoleAction.deleteRole(); public String deleteRole(){ roleId roleService.deleteEntity(new Role(roleId)); return "findAllRolesAction" ; }3.略4.略用户授权管理----------------1.导航栏-->用户授权2.UserAuthorizeAction.findAllUsers(); public String findAllUsers(){ this.allUsers = userService.findAllEntities(); return "userAuthorizeListPage" ; }3.略4.略修改授权--------------------1.授权列表-->修改授权2.UserAuthorizeAction.editAuthorize(); public String editAuthorize(){ userId this.model = userService.getEntity(userId); this.noOwnRoles = roleService.findRolesNotInRange(model.getRoles());
    2023-07-06 04:25:06下载
    积分:1
  • vc6.0 assistant, vc procedures necessary tools, small and practical.
    vc6.0助手,vc程序必备工具,小而实用。-vc6.0 assistant, vc procedures necessary tools, small and practical.
    2022-06-03 16:50:28下载
    积分:1
  • 改进的黑白棋程序,不仅实现了黑白棋基本的游戏功能和规则,还在网络对战上做了.环境JAVA...
    改进的黑白棋程序,不仅实现了黑白棋基本的游戏功能和规则,还在网络对战上做了开发.开发环境JAVA-improved procedures, reversi not realize the basic functions of the game and rules, but also the stages of development done. Java Development Environment
    2023-05-05 06:10:02下载
    积分:1
  • VC的圆形时钟实现程序编写,时钟时间显示…
    vc编写的实现圆形时钟的程序,时钟显示系统时间-vc prepared by the round the clock to achieve the procedure, the clock time display system
    2022-05-25 05:35:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载