-
wzq
五子棋小程序,实现双人对抗,能完成悔棋,复盘,等基本功能。在玩棋时,能自动判禁手以及判赢。(Gobang small procedures, to achieve double confrontation, to complete悔棋, rehabilitation sites, such as basic features. Playing chess, they can automatically cut the hands and sub-contractors to win.)
- 2008-06-26 21:47:09下载
- 积分:1
-
AddressList
提供通讯录成员的查询、增加、更新及删除等功能。(Provide contacts membership query, add, update, and delete functions.)
- 2013-09-24 19:26:07下载
- 积分:1
-
tiebou-V3.0
最大信噪比的独立分量分析算法,能量熵的计算,混沌的判断指标Lyapunov指数计算。( SNR largest independent component analysis algorithm, Energy entropy calculation, Chaos indicator for Lyapunov index calculation.)
- 2017-04-23 12:22:09下载
- 积分:1
-
sq2014通讯协议(5.0 demo)
LED快速开发入门,LED接口调用协议。(LED AA bb cc dd eee fff gggg kkkk ccc)
- 2018-01-30 22:41:15下载
- 积分:1
-
12864
说明: msp430G2驱动12864液晶显示屏显示程序(msp430G2 drive 12864 LCD display program)
- 2020-06-19 10:00:02下载
- 积分:1
-
hex转bin的程序
hex转bin的程序, 支持大于64K的hex, 网上下载的Hex2Bin不支持64k. 包含工程文件, 简单包装即可生成一个Hex2Bin的小程序【核心代码】 String szLine = ""; String szHex = ""; if (szHexPath == "") { MessageBox.Show("请选择需要转换的目标文件! ", "错误"); return; } StreamReader HexReader = new StreamReader(szHexPath); while (true) { szLine = HexReader.ReadLine(); //读取一行数据 if (szLine == null) //读完所有行 { break; } if (szLine.Substring(0, 1) == ":") //判断第1字符是否是: { if (szLine.Substring(1, 8) == "00000001")//数据结束 { break; } szHex = szLine.Substring(9, szLine.Length - 11); //读取有效字符 } } HexReader.Close(); //关闭目标文件 Int32 i; Int32 j = 0; Int32 Length = szHex.Length; byte[] szBin = new byte[Length]; pbConvert.Maximum = Length / 2; for (i = 0; i < Length; i = 2) //两字符合并成一个16进制字节 { szBin[j] = (byte)Int16.Parse(szHex.Substring(i, 2), NumberStyles.HexNumber); j ; pbConvert.Increment(i); } if (szBinPath == "") { szBinPath = Path.ChangeExtension(szHexPath, "bin"); tbBinPath.Text = szBinPath; } FileStream fBin = new FileStream(szBinPath, FileMode.Create); //创建文件BIN文件 BinaryWriter BinWrite = new BinaryWriter(fBin); //二进制方式打开文件 BinWrite.Write(szBin, 0, Length); //写入数据 BinWrite.Flush();//释放缓存 BinWrite.Close();//关闭文件 MessageBox.Show("文件转换完成! ", "提示"); } catch (Exception ex) { MessageBox.Show(ex.ToString()); }
- 2020-12-05下载
- 积分:1
-
MEF示例下载
MEF(Managed Extensibility Framework)是一个用于创建可扩展的轻型应用程序的库。 应用程序开发人员可利用该库发现并使用扩展,而无需进行配置。 扩展开发人员还可以利用该库轻松地封装代码,避免生成脆弱的硬依赖项。 通过 MEF,不仅可以在应用程序内重用扩展,还可以在应用程序之间重用扩展。(摘自MSDN)
- 2022-02-25 03:56:32下载
- 积分:1
-
DITONGLBOQI
在 惯 性 导 航 系 统 里 往 往 需 要 对 陀 螺 仪 和 加
速 度计进 行 性 能测 试
,
这 时就 要设 计一 种 测 试 它
们 的 滤 波器
。
滤 波器 从 功 能 上 可 分 为 四种 低通
、
高通
、
带 通
、
带 阻 滤 波 器
。
文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而
抑 止 高频 信号 的滤 波器
,
巴 特 沃 思 滤 波器 是 最 简
单 的低通 滤波 器
。
其 中
、
为 实 常 数
, ,
。
一
, ,
二
,
分
母 多项 式的幂 次 即 为滤波器 的 阶数
。
若 式
除
“ 。
外 所 有 分 子 项 系数 均 为零
,
则传递 函数
变 成 一 常数 与 多项 式 之 比
。
这 时传递 函数有 有 限
极 点 而 无 有 限零 点
,
这 种 滤 波 器称 为 全极 点 滤 波
器
,
阶 巴 特 沃斯 滤 波 器 也 是 全极 点 滤 波 器
。
全
极 点 滤 波器 传递 函 数 为
矛
,
,
厂 十
。 , ”一 ’
竺(n the inertial navigation system and processing is often necessary for gyroscope
Speed meter performance test conducted
,
This is when you want to design one kind of test it
Our filter
.
Filter from the functions can be divided into four low-pass
,
Qualcomm
,
Bandpass
,
Bandstop filter
.
The text to be studied in a low-pass filter is a low-frequency signal by
For the high-frequency signal suppression filter
,
Bart Waugh think is the most simple filters
The single low-pass filter
.
Which
,
Is a real constant
,,
.
A
,,
Two
,
Minute
Mother is a power of the polynomial order of the filter
.
If the formula
Except
. "
Have a child outside the sub-zero coefficients are
,
Then the transfer function
Turned into a constant ratio with polynomial
.
At this time there is limited transfer function
No pole while Zero Limited
,
This kind of filter is referred to as full-pole filter
Implement
,
Order Butterworth filter is all-pole filter
.
W)
- 2013-10-25 10:47:37下载
- 积分:1
-
Software-Testing
随着计算机技术的迅速发展和越来越广泛深入地应用于国民经济和社会生活的各个方面,随着 软件系统的规模和复杂性与日俱增,软件的生产成本和软件中存在的缺陷和故障造成的各类损失也 大大增加,甚至会带来灾难性的后果。软件质量问题已成为所有使用软件和开发软件的人关注的焦 点。由于软件是人脑的高度智力化的体现和产品这一特殊性,不同于其他科技和生产领域,因此软件与生俱来就有可能存在着缺陷。(With the rapid development of computer technology and the more extensively used in the national economy and social life in all its aspects, with the growing size and complexity of software systems, software production costs and software defects and faults caused various types of losses also increased significantly, even catastrophic consequences. Software quality has become the focus of all those who use the software and software development concern. Because the software is highly intellectual expression and product of the special nature of the human brain, unlike other areas of technology and production, so the software may be born with a defect exists.)
- 2013-12-04 22:25:34下载
- 积分:1
-
TCPIPxieyijiwangluobiancheng
TCP/IP协议及网络编程技术,是网络编程学习或者爱好者的从入门到精通的一本必备电子书籍!!!!(TCP/IP protocol and network programming, network programming enthusiasts or learning entry to master an essential e-books! ! ! !)
- 2016-03-28 14:03:27下载
- 积分:1