-
数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序...
数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序-data structure, the Maze experiments it into a game similar to the procedures for tanks
- 2023-05-10 15:05:04下载
- 积分:1
-
缓冲区数据输入与输出C语言源程序库
缓冲区数据输入与输出C语言源程序库 -buffer data input and output for C language source
- 2022-05-17 11:17:16下载
- 积分:1
-
digital baseband system simulation for is
is95数字子基带系统仿真,非常全面,包括发送和接受子系统-digital baseband system simulation for is-95
- 2022-01-31 01:13:49下载
- 积分:1
-
如何使用BB-3
如何详细使用力士乐BB-3调试器对工程机械的行走和功能系统进行可靠的调试及修正
- 2022-08-16 01:09:13下载
- 积分:1
-
五子棋游戏
五子棋游戏一种两人对弈的纯策略型汉族棋类益智游戏,易上手,老少皆宜,而且趣味横生,引人入胜;不仅能增强思维能力,提高智力,而且富含哲理,有助于修身养性。已在各个游戏平台有应用
- 2022-01-26 07:09:25下载
- 积分:1
-
用外积和法设计的权矩阵,不能保证p对模式全部正确的联想。若对记忆模式对加以限制(即要求p个记忆模式Xk是两两正交的),则用外积和法设计的BAM网具有较好的联想能...
用外积和法设计的权矩阵,不能保证p对模式全部正确的联想。若对记忆模式对加以限制(即要求p个记忆模式Xk是两两正交的),则用外积和法设计的BAM网具有较好的联想能力。 在难以保证要识别的样本(或记忆模式)是正交的情况下,如何求权矩阵,并保证具有较好的联想能力?这个问题在用BAM网络实现对字符的识别程序仿真中得到体现。我们做过尝试,用伪逆法求权矩阵,虽然能对未加干扰的字符全部进行识别,但对加有噪声的字符识别效果很差。至于采用改变结构和其他算法的方法来求权矩阵,将是下一步要做的工作。-foreign plot and the design of the power matrix, p is no guarantee that all the correct pattern association. If memory model, the limit (that is, p-memory model Xk is orthogonal to the February 2), then foreign plot and design of the BAM network has good ability to think. It is difficult to ensure the samples to identify (or memory mode) is orthogonal circumstances, the right to seek ways matrix, and to ensure that the association has good ability? The problem with the BAM network of characters identification procedures simulation can be manifested. We did try to use pseudo- inverse matrix for the right, although they would not increase the interference of the characters in the identification of all, However, a pair of noise increases the effects o
- 2022-03-10 00:41:43下载
- 积分:1
-
A classic Snake game, by using C language, and more inadequate.
一款经典小游戏贪吃蛇,用C语言编写而成,多有不足。-A classic Snake game, by using C language, and more inadequate.
- 2022-07-15 09:05:45下载
- 积分:1
-
8139卡驱动程序和一个简单的收发器数据源代码
8139网卡dos实模式驱动及简单收发数据源代码-8139 card dos real mode drivers and a simple transceiver data source code
- 2022-03-17 06:07:37下载
- 积分:1
-
为GCC和megaload bootloader
应用背景转换从ICC AVR bootloader WinAVR GCC(+ megaload)。 ;关键技术megaload WinAVR ; ;引导 ;GCC ;汇编程序********************************************************* / // * Bootloader atmegaxxx &;megaload ; ; ; ; ; ; ; ; ;* /1.1、四月2003和;及;;;;;;;;;;;;;;;;;;;;;/ * 1:第一次发布&,和,和,和,和,和,和,和,和,和,和,;/ * 1.1:添加自动波特率,代码规模较小,并为之,并在;和公司;&;&;&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;/ * sylvain.bissonnette@microsyl.com ; ; ; ; ; ; ; ; ; ; ;* /********************************************************* / // *亚瑟de beun使用WinAVR 修饰; ; ; ;* /和2003个七月三十日,并在;和;和;和;;;;;;;;;;;;;;;;;;;;;;;/ *免责声明&;&;&;&;;;;;;;;;;;;;;;;;;;;;;;;;/ *测试ATmega8,16 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;* // *别人没有过测试,并在;和;和;和;;;;;;;;;;;;;*使用STK500蜱与/如下: ; ; ; ; ;* // *和引导的闪光部分大小= 512字…和,和,和,和,和;/ *和引导复位向量启用…和公司;及;及;
- 2022-08-08 14:20:44下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1