-
基于免疫算法的模糊神经网络在板厚板形控制中的应用 很不错的文章 对免疫算法的模糊神经网络控制进行的详细的分析...
基于免疫算法的模糊神经网络在板厚板形控制中的应用 很不错的文章 对免疫算法的模糊神经网络控制进行的详细的分析
- 2022-03-06 03:23:23下载
- 积分:1
-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1
-
A bomb finder game written in VB running under Microsoft.
Microsoft扫雷游戏的一个VB实现-A bomb finder game written in VB running under Microsoft.
- 2022-03-11 01:05:49下载
- 积分:1
-
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导....
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导.-introduced a software engineering method, the guidance system ROSE Course steps ... to use ROSE opened, is not entirely to their own amendments, as a guide to you.
- 2023-08-29 07:55:03下载
- 积分:1
-
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Si...
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器;
2. 工程在project文件夹中,双击mpc.ise文件打开工程;
3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件;
4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。-The use of a simple function to achieve the eight-processor software development environment: ISE 7.1i simulation environment: ISE Simulator 1. This example through the ISE Simulator tool to achieve the realization of a two operand four of eight simple processor operation 2. works in the project folder, double-click to open the project file mpc.ise 3. rtl source file in the folder, mpc.v documents for the design, mpc_tb.tbw is the simulation waveform files 4. to open a project, a browser in the works Select device mpc_tb.tbw, double-click in the Process View in the " Simulation Behavioral Model" option, to carry out acts of simulation, simulation results can be obtained.
- 2023-03-17 12:55:03下载
- 积分:1
-
Billiards source, the production of casual games can be an appropriate reference...
台球源码,制作休闲游戏可以适当参考的源码-Billiards source, the production of casual games can be an appropriate reference source
- 2022-03-03 07:05:18下载
- 积分:1
-
demo(S50)源代码
应用背景D8 读卡器S50DEMO源代码,用于技术开发,和卡片个人化应用关键技术// rfvcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "rfvc.h"
#include "rfvcDlg.h"
#include "dcrf32.h"
#include "General.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//dc_HANDLE icdev;
HANDLE icdev;
unsigned long cardsnr;
/////////////////////////////////////////////////////////////////////////////
// CRfvcDlg dialog
CRfvcDlg::CRfvcDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRfvcDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRfvcDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
- 2022-02-16 02:14:23下载
- 积分:1
-
fpag usb blaster document
fpag usb blaster document
- 2023-04-27 16:50:04下载
- 积分:1
-
Symbian OS 图片转换程序源代码
可以学习一下
Symbian OS 图片转换程序源代码
可以学习一下-Symbian OS source code picture conversion process can learn about
- 2023-02-03 01:10:03下载
- 积分:1
-
S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型
的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较...
S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型
的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较器,时钟产生器,10 位逐次
逼近寄存器(SAR),输出寄存器如下图所示。这个 ADC 还提供可编程选择的睡眠模式,
以节省功耗。
-S3C44B0X with eight analog signal input to the 10 analog/digital converter (ADC), It is a successive approximation type ADC, the internal structure includes analog input multiplexers, Automatic Zero comparators, Clock Generator, 10 successive approximation register (SAR), the output register as shown in the diagram below. ADC also provided the option of programmable sleep mode to save power consumption.
- 2022-06-30 08:59:07下载
- 积分:1