-
对自组织特征映射网络进行介绍,可以使你对SOFM有大致的了解。...
对自组织特征映射网络进行介绍,可以使你对SOFM有大致的了解。-Pairs of self-organizing feature map network introduction, can make you have a general understanding of the SOFM.
- 2022-05-19 19:04:30下载
- 积分:1
-
apache服务器宝典,呵呵,看了它就知道很多进阶的功能了。
apache服务器宝典,呵呵,看了它就知道很多进阶的功能了。-apache server Baodian,呵呵, read it to know a lot of advanced features.
- 2022-06-30 00:28:44下载
- 积分:1
-
包括dos命令的扩充,屏幕界面程序设计等
包括dos命令的扩充,屏幕界面程序设计等-including dos orders expanded screen interface design procedures
- 2022-03-20 12:43:14下载
- 积分:1
-
2000 WDM开发宝典
2000 WDM开发宝典-2000 book WDM development
- 2023-02-08 05:05:03下载
- 积分:1
-
关于TCPIP的三本好书
关于TCPIP的三本好书-on the three books
- 2022-06-16 04:11:15下载
- 积分:1
-
本文介绍了在visual C++下如何使用OpenGL读取和控制3ds生成的三维模型的方法
本文介绍了在visual C++下如何使用OpenGL读取和控制3ds生成的三维模型的方法-This article describes the visual C how to read and control the use of OpenGL-generated three-dimensional model 3ds method
- 2022-08-22 18:05:04下载
- 积分: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
-
Paulo Diniz S.R.
Paulo S.R. Diniz
Adaptive Filtering
Algorithms and Practical
Implementation第三版,理论和实践都涉及的好书,有配套的源码可以下载-Paulo SR DinizAdaptive FilteringAlgorithms and PracticalImplementation third edition, the theory and practice are involved in a good book, has matching source code can be downloaded
- 2022-03-16 21:14:00下载
- 积分:1
-
Chinese Linux core manual Geekondu
Linux kernal 核心中文手册-Chinese Linux core manual Geekondu
- 2022-06-19 07:01:21下载
- 积分:1
-
DSPC6000手册中的有关Code Composer Studio介绍,用户指导和参考资料,资源丰富....
DSPC6000手册中的有关Code Composer Studio介绍,用户指导和参考资料,资源丰富.-DSPC6000 manual of the Code Composer Studio, the user guide and reference materials, and abundant resources.
- 2022-11-25 00:00:04下载
- 积分:1