Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - calculate
Search - calculate - List
OtherLNW
DL : 0
清晰易懂的小算法,主要是用于计算完数,可更改变量值获取更多完数数组-lucid small algorithm is used to calculate the End few, can change the variable value End few more arrays
Update : 2024-05-19 Size : 5120 Publisher : 刘宁

工具软件 可以计算led显示代码 如果需要原代码可以联系免费提供-software tools can calculate led shows the original source code if needed to be contacted for free
Update : 2024-05-19 Size : 7168 Publisher : 刘愉

DL : 0
matlab数字滤波器设计,计算出参数便于dsp实现bp-ac01-matlab digital filter design, easy to calculate the parameters dsp achieve bp-ac01
Update : 2024-05-19 Size : 1024 Publisher : 彭绪勇

用单片机做万年日历,避免不了要计算日期与星期的对应.附件是用C51实现的星期算法.-do MCU calendar years, unable to avoid a date to calculate the corresponding week. The annex is the C51 weeks algorithm.
Update : 2024-05-19 Size : 1024 Publisher : 黄勇

matlabVRM1
DL : 0
电动机,告诉你如何计算电磁通量和电流。结合magnet使用效果更加。-motor, tell you how to calculate magnetic flux-- and current. Combine more effective use of magnet.
Update : 2024-05-19 Size : 1024 Publisher : philip2001

采用区域均值和方差算法,计算9个相邻区域的值,从而剔除图像噪声-the regional average and variance algorithm to calculate nine neighboring region, which was removed Image Noise
Update : 2024-05-19 Size : 67584 Publisher : 水之魄

DL : 0
用于计算fft系数的程序,其中点数为2的n次幂可变-used to calculate the coefficient of procedures, which add up to two times the power of variable n
Update : 2024-05-19 Size : 1024 Publisher : Ted

我们使用同一个vertex shader来渲染之前描述的所有2D footprint。首先,对于给定的footprint坐标(x,y)来说,shader通过简单的缩放和变换来计算它的世界坐标(x,y)。接下来,从顶点纹理中读取高度值z。这里不需要任何过滤器,因为顶点和纹理采样是一一对应的-we use with a vertex shader to exaggerate the description before all 2D footprint. First, the footprint to the coordinates (x, y), the shader by simple scaling and transform to calculate its world coordinates (x, y). Next, from the vertex texture read height z values. This does not require any filters, because vertex and texture sampling is one-to-one
Update : 2024-05-19 Size : 5120 Publisher : 张明

这是一个用delphi7作的十分好用的科学计算器 可以计算工程数学中很多的问题-delphi7 used for a very useful scientific calculators can calculate the works of many mathematical problems
Update : 2024-05-19 Size : 207872 Publisher : 张华

DL : 0
求n多个点的外围 采用旋转的方法,计算出一个点集的外围边框-seek multiple points of the external rotation method used to calculate a point set up outside the frame
Update : 2024-05-19 Size : 1024 Publisher : 奕竹

DL : 0
要计算的数大于定义的最大数怎么办,该例子演示了程序的的实现-to calculate the number is greater than the greatest definition of how few do, the example demonstrates the realization of the process
Update : 2024-05-19 Size : 4096 Publisher : ali

Calculate the minimun distance-Calculate the distance
Update : 2024-05-19 Size : 30720 Publisher : ying

Calculating Time Difference 计算时间的差异的delphi源代码-Calculating Time Difference calculate time differences in the source code delphi
Update : 2024-05-19 Size : 1024 Publisher : 李鹏

DL : 0
51波特率计算辅助工具,可以选择晶振频率,然后输入你要的波特率,即可以帮你算出十六进制的数值。-51 baud rate calculation aids, can choose crystal frequency, and then you have to input the baud rate, which can help you calculate the hexadecimal values.
Update : 2024-05-19 Size : 6144 Publisher : mxl

DL : 0
一个简单的高精度计算器模拟程序.基于Windows编程,可以计算超长位数字的计算。-a simple calculator high precision simulation program. Windows-based programming, can calculate the long-digit calculations.
Update : 2024-05-19 Size : 81920 Publisher :

DL : 0
输入五个数,用不同的排序算法排序并计算其所用时间-importation, use different sorting algorithm and calculate the time it
Update : 2024-05-19 Size : 58368 Publisher : 卫千暮

CSharpstu1
DL : 0
(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30%、30%和40%。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。 (6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。 -(1) according to the course by class read from the file into the corresponding results in peacetime, interim and final examination results of examination results. (2) results of three percentage of the overall results are defined as constants, each with a total score of 30%, 30% and 40%. (3) calculate each student's overall results. (4) The calculation of the class of this course the total average score. (5) Calculation is excellent, good, medium and passing, failing and the number of students in the total percentage. You 100-90 for them, said through-80 ,79-to-70 for which 69-60 passes for 60 points below passing. (6) As required, the output results in excellent, good, medium and passing, failing the students learn the interval, results.
Update : 2024-05-19 Size : 1024 Publisher : 尚晶

DL : 0
一个站点统计系统,可以计算ip地址,显示在线人数-a site statistical system can calculate the ip address, the number of shows online
Update : 2024-05-19 Size : 2674688 Publisher : 尹旭

算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声明一个c1 的外切矩形s, 接着再声明s 的外接圆c2。 (5) 输出(4) 中几何对象的面积,周长和对角线长度。 .编程任务: 给定实数r,计算几何对象c1,s 和c2 的面积,周长和对角线长度。 .数据输入: 由文件input.txt 给出输入数据。第1 行有1 个实数r,表示圆c1 的半径。 .结果输出: 将计算出的几何对象c1,s 和c2 的面积,周长和对角线长度分别输出到文件output.txt 。 文件的第1 行是计算得到的圆c1 的面积和周长;第2 行是矩形s 的面积,周长和对角线长 度;第3 行是圆c2 的面积和周长。-algorithm that 1-2 plane geometry problem. Problem description : probationary category C to the definition simple plane geometry objects to the abstract data type Geometry. (1) The definition of a float with two geometric m1 and m2; M2, the default value of 0.0. (2) to achieve two Constructors : permits the use of a parameter or two parameters statement geometric objects. Using a parameter r statement geometric objects to a radius of the circle r; With two parameters r1 and r2 statement to the geometric objects r1'r2 rectangular. Statement by the geometric objects in the center of origin. (3) calculate the geometric definition of the target area, perimeter and length of the diagonal members function. (4) For a given set of real r, first declare a radius of the circle r c1; Then a state
Update : 2024-05-19 Size : 66560 Publisher : stzxxxstz

DL : 0
在Matlab里可以方便计算一个序列频谱等特征的程序-in Matlab can easily calculate a spectral characteristics of the process
Update : 2024-05-19 Size : 1024 Publisher : 冯云帆
« 1 2 ... 43 44 45 46 47 4849 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.