搜索结果
找到约 983 项符合
ing-g 的查询结果
数学计算 简单有限元计算程序。 NJF---结点自由度数 E---弹性模量 NE---单元数 T---板厚度 VM---泊松比 z---实型二维数组
简单有限元计算程序。
NJF---结点自由度数
E---弹性模量
NE---单元数
T---板厚度
VM---泊松比
z---实型二维数组,用来存放结点坐标
ZJ---实型二维数组,用来存放每个约束自由度方向和该方向的约束值,
ie---实型二维数组,存放布尔矩阵
p---实型一维数组,先存放等效结点载荷,解完方程后存放输出的结点位移
a,b,a---实型数 ...
企业管理 Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matchin
Relationship Between the Sum of Squared Difference (SSD)
and Cross Correlation for Template Matching
Konstantinos G. Derpanis
York University
kosta@cs.yorku.ca
Version 1.0
December 23, 2005
汇编语言 93c46读写程序 define di_93 dip3 #define sk_93 dip2 #define cs_93 dip1 #define do_93 dip4 #define g
93c46读写程序
define di_93 dip3
#define sk_93 dip2
#define cs_93 dip1
#define do_93 dip4
#define gnd_93 dip5
#define org_93 dip6
单片机开发 数字音乐盒 (1) 硬件电路中用P1.0~P1.7控制按键
数字音乐盒
(1) 硬件电路中用P1.0~P1.7控制按键,其中P1.0~P1.3扫描行,P1.4~P1.7扫描列。
(2) 用P0.0~P0.7,P2.0~P2.7控制LED,其中P0.0~P0.7控制七段码a,b,c,d,e,f,g,用P2.0~P2.7为数码管位选信号。
(3) 用,P2.0~P2.2作为LCD的RS,R/W,E的控制信号。用P0.0~P0.7作为LCD的D0~D7的控制信号。
(4) 用P3.7口控制蜂鸣器 ...
压缩解压 算术编码是把一个信源表示为实轴上0和1之间的一个区间
算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。
算术编码的过程如下:
(1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC
为字符分配区间的低端。
(2)根据有限的信源估算出各元素的概率。
(3)杜宇编码的元素A1,根据(2)估算的 ...
数学计算 Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l
Problem B:Longest Ordered Subsequence
A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subse ...
单片机开发 made by: kangkai data:2008.11.23 this one is used to test arm7 str71x. use a led to test
made by: kangkai
data:2008.11.23
this one is used to test arm7 str71x.
use a led to test GPIO.
a---------P0.0
b---------P0.1
c---------P0.2
d---------P0.3
e---------P0.4
f---------P0.5
g---------P0.6
just run it and you will see the led to show 0-9 all the time.
Linux/Unix编程 装一整套 gcc-libc libstdc++ gcc-c++ gcc -objc cpp binutil 卸载与2.95.3-8有关的 卸载gcc 卸载gcc-
装一整套
gcc-libc
libstdc++
gcc-c++
gcc -objc
cpp
binutil
卸载与2.95.3-8有关的
卸载gcc
卸载gcc-g++
卸载gcc-chill
卸载gcc-g77
卸载gcc-objc
卸载gcc
卸载 libstdc++-2.95.3-8
批量装gcc
rpm -ivh gcc*.rpm
批量装libstdc++
rpm -ivh libstdc++*.rpm
查看某软件包安装路径
rpm -qpl xxxxxx
...
行业发展研究 gis用于森林防火方面的一篇论文
gis用于森林防火方面的一篇论文,gis做的系统,用vba/vb开发的。。。学习ing
Linux/Unix编程 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)
程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CP ...