Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - chord
Search - chord - List
SCMhexuan
DL : 0
爱德威8和弦单乐芯片控制程序。用51单片机C51编写-Edward 8 chord single music chip control program. With 51 single-chip C51 prepared
Update : 2024-04-29 Size : 1024 Publisher : chen

DL : 0
实现正余弦信号硬件细分功能,可以进行可逆计术,测量激光干涉仪位移信号,利用LCD显示最终位移。-To achieve the function of the chord signal hardware segmentation, can be reversible measurement, measurement of laser interferometer displacement signal, the use of LCD display the final displacement.
Update : 2024-04-29 Size : 58184704 Publisher : 张鑫鑫

DL : 0
从所给图形中分别抓取12个点,然后弦长参数化并利用控制顶点与型值点间的关系计算出迭代矩阵,以抓取到的点作为型值点分别用jaccobi和Gauss-seidel迭代法进行迭代,得到控制顶点。然后将给出的控制顶点与算出的控制顶点分别代入中得到P(t)和Q(t),再采用二范数估计误差(According to the graphics respectively to grab 12 points, then the chord length parameterization and the control points and the value relations between points calculated by iterative matrix, to capture the point as the data points are iteratively using Jaccobi and Gauss-seidel iterative method, get the control points. Then, the control points and the calculated control points are substituted into P (T) and Q (T) respectively, and then the two norm estimation error is adopted)
Update : 2024-04-29 Size : 1024 Publisher : 却温柔

计算风力机叶片安装角及弦长分布,运用了C语言的方法(The calculation of wind turbine blade installation angle and chord length distribution)
Update : 2024-04-29 Size : 1024 Publisher : reyoru

Direct numerical simulations have been performed to study the flow around a high-lift turbine blade for low and high levels of turbulence intensity. Initially a two-dimensional simulation has been carried out to study the dominant two-dimensional physics. The chord Reynolds number is approximately Re = 45000. Moreover, three-dimensional simulations are conducted using two sets of low and high level background noise mimicking the effect of free stream turbulence. For both cases the response of the boundary layer to external perturbations is manifested as streaky structures on the suction side and longitudinal structures on the pressure side.
Update : 2024-04-29 Size : 3526656 Publisher : lighthill

DL : 0
Wilson理论风电机叶片优化程序,可直接生成叶片的弦长叶与安装角。(The theory of Wilson wind turbine blade optimization program, chord length and installation can be directly generated leaf blade angle.)
Update : 2024-04-29 Size : 1024 Publisher : 龙龙core

WEB Code2
DL : 0
提供基于底层ZRender(一个新的轻量级画布库)的通用图表业务,创建坐标,插图,提示,基本组件,工具箱,然后构建折线图,直方图,散点图,K线图,饼图,雷达 地图,地图,图表,和弦力定向布局,仪表盘和漏斗图,同时支持任意尺寸的积累和多重混合图表展示。(Provide a general chart service based on the underlying ZRender (a new lightweight Library), create coordinates, illustrations, hints, basic components, toolboxes, and then build a line diagram, histogram, scatter plot, K line map, pie chart, radar map, map, chart, chord oriented layout, dashboard and funnel map, It supports arbitrary size accumulation and multiple mixed graph display.)
Update : 2024-04-29 Size : 550912 Publisher : 3y45r

WEB Code11
DL : 0
ECharts 商业产品图表库 提供商业产品常用图表,底层基于ZRender(一个全新的轻量级canvas类库),创建了坐标系,图例,提示,工具箱等基础组件,并在此上构建出折线图、柱状图、散点图、K线图、饼图、雷达图、地图、和弦图、力导向布局图、仪表盘以及漏斗图,同时支持任意维度的堆积和多图表混合展现。(ECharts commercial product chart Library To provide common charts for commercial products, based on ZRender (a new lightweight canvas Class Library), the basic components of the coordinate system, illustrations, prompts, toolboxes and other basic components are created, and in this case, a folding map, a histogram, a scatter plot, a K-line map, a pie chart, a radar map, a ground map, a chord map, a force oriented layout map, and a meter are created. Disk and funnel plot, and support the accumulation of arbitrary dimensions and multiple charts.)
Update : 2024-04-29 Size : 413696 Publisher : 235u4

利用: 1. “附件3-1.21个基站凸多边形数据” 2. “附件3-2.29个基站凸多边形数据” 给出21凸多边形顶点数据、 29凸多边形顶点数据,以顶点间的地理距离作为连接2个 顶点的边、弦到的权值,对这2个凸多边形进行最优三角剖分。(Utilization: 1. "Annex 3-1.21 Base Station Convex Polygon Data" 2. "Annex 3-2.29 Base Station Convex Polygon Data" The vertex data of 21 convex polygons and 29 convex polygons are given. The geographical distance between vertices is used as the connection of 2. The optimal triangulation of these two convex polygons is carried out by the weight of the edge and chord of the vertex.)
Update : 2024-04-29 Size : 484352 Publisher : 0m0

DL : 0
基于Glauert设计法进行计算叶片的风轮直径以及弦长,安装角等数据计算(The calculation of blade diameter, chord length and installation angle based on Glauert design method)
Update : 2024-04-29 Size : 4096 Publisher : 求学*者

傅立叶变换(FT)将时间函数(信号)分解为构成它的频率,其方式类似于如何将音乐和弦表示为其组成音符的频率(或音调)。在这个排序库中,我将实现一个通用的傅立叶变换算法,对于>0个的常数a,b,...它能够分解函数f(x)=sin(2apix)+sin(2bpix)...。 作者 Fotios Kapotos-初始工作 这个项目是根据麻省理工学院的许可证授权的-参见LICENSE.md许可证文件以获取详细信息(The Fourier transform (FT) decomposes a function of time (a signal) into the frequencies that make it up, in a way similar to how a musical chord can be expressed as the frequencies (or pitches) of its constituent notes. In this sort repository I will be implementing a general Fourier Transform algorithm capable of decomposing a function f(x) = sin(2apix) + sin(2bpix) ... for constants a,b,.. > 0. Authors Fotios Kapotos - Initial work This project is licensed under the MIT License - see the LICENSE.md file for details)
Update : 2024-04-29 Size : 266240 Publisher : 王玥666
« 1 2 ... 8 9 10 11 12 13»
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.