-
《MOS 大规模集成技术》 第二册(电子书NLC格式)
《MOS 大规模集成技术》 第二册(电子书NLC格式)
- 2022-01-25 15:25:07下载
- 积分:1
-
c++ upload it quick upload upload
c++ upload it quick upload upload
- 2022-01-26 07:41:35下载
- 积分:1
-
视频截图,不需要播放器,直接从视频中截图
mfc工程文件...
视频截图,不需要播放器,直接从视频中截图
mfc工程文件-Video screenshot, no player, directly from the video project file screenshot mfc
- 2022-04-21 01:00:39下载
- 积分:1
-
Ethernet equipment inside the exchange of technical specifications have a very d...
以太网设备内部的交换技术规范有很详细的说明,希望对大家有用
- 2022-10-07 08:10:03下载
- 积分:1
-
这是我在国外的网站上找到的资料,和大家分享一下,是有关TMS320F240的....
这是我在国外的网站上找到的资料,和大家分享一下,是有关TMS320F240的.-abroad found on the website of the information and share with you. the TMS320F240.
- 2022-01-26 07:12:00下载
- 积分:1
-
ADO开发手册
vc利用ado进行软件开发
ADO开发手册
vc利用ado进行软件开发-ADO development manual vc use ado software development
- 2022-01-26 02:40:03下载
- 积分:1
-
good things, of course, want to share
好东西当然要分享――Servlets and JSP API Documentation-chm-good things, of course, want to share-- Servlets and JSP API Documentation- chm
- 2023-01-28 11:15:04下载
- 积分:1
-
在实时平台上,高斯混合模型(GMM)具有计算有效性和易于实现的优点。最大似然规则中,模型参数不
断更新,但由于爬山特征,任意的原始模型参数估计通常将导致局部...
在实时平台上,高斯混合模型(GMM)具有计算有效性和易于实现的优点。最大似然规则中,模型参数不
断更新,但由于爬山特征,任意的原始模型参数估计通常将导致局部最优 遗传算法(GA)适于求解复杂组合优化问
题及非线性函数优化。提出了基于说话人识别的可以解决GMM局部最优问题的GMM/GA新算法,实验结果表明,
提出的GMM/GA新算法比纯粹的GMM算法能获得更优的效果。
- In real-time platform, the Gaussian mixture model (GMM) with the calculation of the effectiveness and easy to realize benefits. Maximum likelihood rule, the model parameters are not
Broken updates, but due to climbing features, any of the original model parameter estimation will usually result in local optimum genetic algorithm (GA) is suitable for solving complex combinatorial optimization question
Title and non-linear function optimization. Proposed speaker recognition based on GMM can solve the problem of local optimal GMM/GA new algorithm, experimental results show that the
Proposed GMM/GA new algorithm than purely GMM algorithm can get better results.
- 2022-09-04 19:10:03下载
- 积分:1
-
一本关于C++的书籍,包含了不少example
一本关于C++的书籍,包含了不少example-one on the C books, contains a lot example
- 2022-03-25 03:21:33下载
- 积分:1
-
delta = (srcW << 16)/dstW
int pos = delta >> 1...
着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的三星也有意加入本次混战.
当然,我们也不能忘记苹果最先从iTunes中得到的灵感,从而带来了应用程序商店,一个正确的面向用户,开发者的平台,提供收入分配的盈利模式.
Symbian下也有众多有趣的程序,诺基亚的应用商店将会让这些软件更有吸引力.
-delta = (srcW > 1
for (int x = 0 x < dstW x++) {
g.setClip(x, 0, 1, srcH)
g.drawImage(src, x- (pos >> 16), 0, Graphics.LEFT |
Graphics.TOP)
pos+= delta
}
Image dst = Image.createImage(dstW, dstH)
g = dst.getGraphics()
delta = (srcH > 1
for (int y = 0 y < dstH y++) {
g.setClip(0, y, dstW, 1)
g.drawImage(tmp, 0, y- (pos >> 16), Graphics.LEFT |
Graphics.TOP)
pos+= delta
- 2022-08-15 23:44:24下载
- 积分:1