-
ARM皮层
ARM Cotrex-M3权威指南
e文的-ARM Cotrex-M3 authoritative guide to e-man
- 2022-01-25 21:51:42下载
- 积分:1
-
本书是jsf入门得续篇.是专门讲解在jsf中如何自定义组件....
本书是jsf入门得续篇.是专门讲解在jsf中如何自定义组件.-the book is jsf entry in Sequel. Yes jsf specialized knowledge on how to customize components.
- 2022-08-16 21:11:17下载
- 积分:1
-
创造真实的指南
A practical guide to creating real-time responsive online 3D games in Silverlight 3 using C#, XBAP WPF, XAML, Balder, and Farseer Physics Engine
1. Develop online interactive 3D games and scenes in Microsoft Silverlight 3 and XBAP WPF
2. Integrate Balder 3D engine 1.0, Farseer Physics Engine 2.1, and advanced object-oriented techniques to simplify the game development process
3. Enhance development with animated 3D characters, sounds, music, physics, stages, gauges, and backgrounds
4. Packed with inspiring, realistic examples offering impressive graphics, strong performance, and a rich interactive experience
- 2022-04-28 07:11:53下载
- 积分:1
-
ADI的DSP选型手册,对器件的资源已讲的很清楚
ADI的DSP选型手册,对器件的资源已讲的很清楚-ADI
- 2023-03-18 08:45:04下载
- 积分:1
-
FPGA chips power control options, infrastructure requirements
FPGA芯片的电源控制的 选择,基础要求-FPGA chips power control options, infrastructure requirements
- 2023-04-13 06:45:03下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
chm图标的修改方法 讲的很清楚了啦 修改工程文件
chm图标的修改方法 讲的很清楚了啦 修改工程文件-chm ico
- 2022-05-13 04:07:47下载
- 积分: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++技术问题,c++历史,作者的真实感受,真正的成熟过程。本书介绍的一些的技术点:模板。。。。。,面向对象的概念...
c++技术问题,c++历史,作者的真实感受,真正的成熟过程。本书介绍的一些的技术点:模板。。。。。,面向对象的概念-c, c history, the writer"s true feelings, the real maturing process. The book introduced some of the technical points : template. . . . . , The object-oriented concept
- 2022-05-06 20:59:37下载
- 积分:1
-
c语言资料大全,包含有c语言函数库,c语言试题库,c语言指针,c编程技巧,编程实例,基础教程,算法与数据结构,游戏编程8大部分,不要更改文件名,否则打不开...
c语言资料大全,包含有c语言函数库,c语言试题库,c语言指针,c编程技巧,编程实例,基础教程,算法与数据结构,游戏编程8大部分,不要更改文件名,否则打不开-information Daquan, c contains language libraries, language test for c, c language pointer, c programming skills, programming examples, based tutorial, algorithms and data structures, programming eight most of the game, not to change file names, otherwise untapped
- 2022-08-16 12:20:49下载
- 积分:1