搜索资源列表
flatstyle7
- 这是delphi第3方控件flatstyle-This is the first three delphi side controls flatstyle
flyaway
- 输入:第一行是3个正整数,m(1≤m≤100),n(1≤n≤100),D(1≤D≤100)。表示原野是m*n的矩阵,法里奥最多只能飞行距离为D。 接下来的m行每行有n个字符,相互之间没有空格。P表示当前位置是平地,L则表示湖泊。假定(1,1)和(m,n)一定是平地。 输出:一个整数,表示法里奥到达基地需要的最短时间。如果无法到达基地,则输出impossible。-Input: The first line is the thre
yong-GLshixian-erwei-sanwei-tuxing
- 在vc++6.0的平台下,用OpenGL实现简单的二维、三维图形-In vc++ 6.0 flat, we use OpenGL implementation is simple 2 d, 3 d graphics
ConsoleOpenGL
- 在vc++的平台下,使用OpenGL来实现三维立体的图形(三菱住)。-In vc++ of flat, we use to realize the OpenGL 3 d graphics (mitsubishi live).
flatshiyan2
- 在vc++的平台下,是GDI函数来实现二维图形(线、圆等),含有二维图形的填充。-In vc++ of flat, we is GDI functions to realize the 2 d graphics (line, circle, etc), with 2 d graphics and filling.
spectrum
- 信号处理中的振幅谱和相位谱以及谱密度估计等-1) Calculation of: - One-sided amplitude spectrum - One-sided phase spectrum - Vector of frequencies. 2) The function can plot: - One-sided amplitude spectrum - One-sided phase
Blasius-Equation
- 本例为四种求解Blasius平板边界层方程的数值计算方案,欧拉法,改性欧拉法,二阶龙格库塔法和四阶龙格库塔法。为了满足无渗透边界条件,f 位于eta=0处的初值在不同方法下需要进行一定的调整。-This folder contains the matlab programs to solve the Blasius equation for boundary layer of flat plate. There are four num
McToolBar
- Title: McToolBar 2.3 - [Advanced multi-style toolbar with Chevrons]-Descr iption: Hi guys, The new version of McToolBar-2.3 is released now and it claims itself as the most advanced toolbar writen in VB. It could solve t
3layer_v2
- 三层平板介质光波导计算,该平板波导主要由3层均匀介质构成,中间的芯层折射率为n1,厚度为d,芯区生长在折射率为n2的衬底上,芯区上面的覆盖层折射率为n3。这里考虑的是n1大于n2大于n3。-Three-layer flat-plate dielectric waveguide, the flat waveguide is composed of three uniform media, the refractive index of t
Dfta19
- 實作一個文字視窗Library, 包含 MENU, Button, Radio, Edit(D-Flat Version 19 The source files in the DFLAT archive constitute the D-Flat windowing system. This is public domain code. You may use it in your applications without r
Package
- 设计一个Package的继承层次: 1)基类Package a) 包含寄件人姓名,收件人姓名,地址,包裹重量weight和单位重量单价price; b) 提供构造函数; c)提供计费函数double calculateCost(),根据单位重量单价和包裹重量计算并返回包裹运费; d)提供prnt函数,输出包裹基本信息和包裹运费。 2)派生类TwoDayPackage a)继承Package,并包含两日快递服务平寄