登录
首页 » UNIX » coreincwfwfw

coreincwfwfw

于 2020-06-19 发布 文件大小:20KB
0 236
下载积分: 1 下载次数: 0

代码说明:

  #include "Rect2.hpp" #include "String.hpp" #include "Transform2D.hpp" #include "Vector2.hpp" #include namespace godot { #ifndef MAX

文件列表:

CoreTypes.hpp, 492 , 2019-05-02
Defs.hpp, 4432 , 2019-05-02
Dictionary.hpp, 861 , 2019-05-02
Godot.hpp, 18604 , 2019-05-02
GodotGlobal.hpp, 1254 , 2019-05-02
GodotProfiling.hpp, 687 , 2019-05-02
NodePath.hpp, 654 , 2019-05-02
Plane.hpp, 1747 , 2019-05-02
PoolArrays.hpp, 15497 , 2019-05-02
Quat.hpp, 1881 , 2019-05-02
Rect2.hpp, 3294 , 2019-05-02
Ref.hpp, 3891 , 2019-05-02
RID.hpp, 602 , 2019-05-02
String.hpp, 4182 , 2019-05-02
TagDB.hpp, 407 , 2019-05-02
Transform.hpp, 2375 , 2019-05-02
Transform2D.hpp, 3429 , 2019-05-02
Variant.hpp, 4587 , 2019-05-02
Vector2.hpp, 2779 , 2019-05-02
Vector3.hpp, 2443 , 2019-05-02
Wrapped.hpp, 207 , 2019-05-02

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

发表评论

0 个回复

  • cscms_gbk
    Cscms uses PHP5+MYSQL as the technical basis for development, using OOP (object oriented) mode based, modular development approach as a function of development, five years of experience in the development team, innovative pursuit of the perfect design concept, recognized by government agencies, more educational institutions, institutions, business enterprise, individual stationmaster, V4.x to retain the characteristics of the 3.5 version at the same time, make a significant innovation in the new version, we made great efforts, hoping to provide high-quality station system for more of the owners! Provide songs, video, articles, pictures, singers, enterprises, buy, download and other content model, on this basis, can be very convenient to expand the information, property, friends, comments and other functions
    2017-09-18 20:25:24下载
    积分:1
  • calendar
    说明:   这是一款汇编的日历,完全是由汇编写成的,主要有2个模块构成。(This is a compilation of the calendar is entirely written by the compilation, there are two modules.)
    2008-11-17 14:22:09下载
    积分:1
  • 细胞分割处理
    用matlab运用膨胀侵蚀等算法实现细胞分割(sing MATLAB expansion, erosion and other algorithms to achieve cell segmentation)
    2020-12-25 21:29:05下载
    积分:1
  • dds_test
    直接数字式频率合成器DDS设计、Verilog。 产生的信号可以是正弦波或方波、三角波、锯齿波等,自选。 采用DDS技术,将所需生成的波形写入ROM中,按照相位累加原理合成任意波形。 此方案得到的波形稳定,精度高,产生波形频率范围大,容易产生高频。 本实验在设计的模块中,包含以下功能: (1)通过 freq 信号输入需要的频率的值; (2)通过 wave_sel 信号选择所需的波形; (3)通过 amp_adj 信号选择波形放大的倍数。(DDS design of direct digital frequency synthesizer, Verilog. The generated signal can be sinusoidal or square wave, triangular wave, sawtooth wave and so on, optional. By using DDS technology, the required waveforms are written into ROM, and arbitrary waveforms are synthesized according to the principle of phase accumulation. The waveform obtained by this scheme is stable, accurate and easy to generate high frequency waveform. This experiment includes the following functions in the designed module: (1) Input the required frequency value through freq signal; (2) Choosing the required waveform by wave_sel signal; (3) Select the multiplier of waveform amplification by amp_adj signal.)
    2019-01-19 16:07:50下载
    积分:1
  • 视觉检测的国外好论文,非常适合新手阅读。
    视觉检测的国外好论文,非常适合新手阅读。-Visual inspection of the foreign good papers, very suitable for novice to read.
    2022-08-22 09:13:30下载
    积分:1
  • Delphi合同套打系统源码下载
    Delphi合同套打系统源码下载,界面方面使用有三方控件,不过不在乎界面的可删除这些控件。最关键的套打部分代码完整,可参考性强。代码中附有合同范本,该合同套打程序可生成打印模板,为下次打印提供方便。
    2023-09-03 00:20:03下载
    积分:1
  • JIQISHOUPSO
    粒子群算法优化机器手的运动轨迹参数,驱动机器手(Particle Swarm Optimization (PSO) algorithm optimizes the trajectory parameters of the manipulator to drive the manipulator)
    2020-07-05 22:18:59下载
    积分:1
  • 整个车站系统,整体功能是!我认为这是一件好事!
    asp整站系统,功能很全!i think it is a good thing!-asp whole station system, the whole function is! I think it is a good thing!
    2022-05-16 15:29:14下载
    积分:1
  • 用spice描述的8x8改进Booth码加wallance压缩的乘法器,并且进行了优化,时间性能相当高...
    用spice描述的8x8改进Booth码加wallance压缩的乘法器,并且进行了优化,时间性能相当高-the improved Booth coding plus wallance multipliler ,I have optimized it which gained short time and performance,it is descripted by spice
    2022-10-27 08:20:03下载
    积分:1
  • 我的第一本算法书
    说明:  本书采用大量图片,通过详细的分步讲解,以直观、易懂的方式展现了7个数据结构和26个基础算法的基本原理。第1章介绍了链表、数组、栈等7个数据结构;从第2章到第7章,分别介绍了和排序、查找、图论、安全、聚类等相关的26个基础算法,内容涉及冒泡排序、二分查找、广度优先搜索、哈希函数、迪菲 - 赫尔曼密钥交换、k-means 算法等。 本书没有枯燥的理论和复杂的公式,而是通过大量的步骤图帮助读者加深对数据结构原理和算法执行过程的理解,便于学习和记忆。将本书作为算法入门的第一步,是非常不错的选择。(This book uses a large number of pictures, through detailed step-by-step explanation, in an intuitive and easy to understand way to show the basic principles of 7 data structures and 26 basic algorithms. Chapter 1 introduces seven data structures such as linked list, array and stack; from Chapter 2 to Chapter 7, 26 basic algorithms related to sorting, searching, graph theory, security and clustering are introduced respectively, including bubble sorting, binary searching, breadth first search, hash function, Diffie Herman key exchange, K-means algorithm, etc. This book does not have boring theory and complex formula, but through a large number of step diagrams to help readers deepen the understanding of data structure principle and algorithm execution process, easy to learn and remember. This book as the first step of the algorithm, is a very good choice.)
    2021-03-31 19:19:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载