-
遗传算法解决神经网络
用简单的遗传算法解决静态一维背包问题
- 2022-03-24 00:43:11下载
- 积分:1
-
decimation
音频信号降采样程序 支持48k->8k 24k->8k 8k->1k 的降采样.实现方法,先做低通滤波,再做采样点抽取.低通滤波起使用67点FIR,系数由matlab使用窗函数法生成
(Audio signal down-sampling procedures to support the 48k-)
- 2007-09-11 10:20:03下载
- 积分:1
-
C-Traps-and-Pitfalls
C Traps and pitfalls ebook
- 2014-11-11 13:14:08下载
- 积分:1
-
yao_stm32_can
基于STM32 hal库的CAN驱动,仅有驱动部分,收发均测试通过。(The CAN driver based on STM32 Hal library only has the driver part, and both transceivers and receivers have passed the test.)
- 2020-06-18 22:40:02下载
- 积分:1
-
spi_hello
SPI接口测试程序,Xilinx参考设计,ML507硬件测试通过.(SPI interface test code,Xilinx reference design,tested on ML507 platform.)
- 2013-09-01 09:37:04下载
- 积分:1
-
C# 在程序中使用指针、十字光标、浮动窗口等不安全代码
C# 在程序中使用指针、十字光标、浮动窗口等不安全代码的实例,单击以下按钮会演示出对应功能:
在程序中显示一个浮动帮助窗口
显示等待光标
显示十字光标
对于功能实现,逐一分享源代码如下:在程序中使用指针等不安全代码:
var MyFileName = "C:atlog.txt";
var MyReader = new MyReaderClass(MyFileName);
const int MyBuffSize = 128;
byte[] MyBuffer = new byte[MyBuffSize];
ASCIIEncoding MyEncoder = new ASCIIEncoding();
var MyInfo = MyFileName + "的内容如下:";
while (MyReader.Read(MyBuffer, 0, MyBuffSize) != 0)
MyInfo += "
" + MyEncoder.GetString(MyBuffer);
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
private void button2_Click(object sender, EventArgs e)
{//在程序中显示一个浮动帮助窗口
Help.ShowPopup(this, "提高程序开发效率、拓展软件应用领域", new Point(300, 350));
}
private void button3_Click(object sender, EventArgs e)
{//显示等待光标
this.Cursor = Cursors.WaitCursor;
}
private void button4_Click(object sender, EventArgs e)
{//显示十字光标
this.Cursor = Cursors.Cross;
}
- 2023-05-20 08:40:02下载
- 积分:1
-
12
说明: c编写的链表连接函数,上课时学的,上传试试 (c write the list to connect function, class, learn, try uploading)
- 2010-07-08 15:27:22下载
- 积分:1
-
i2c
实现了tm4c1294的硬件i2c通信,很方便(The hardware I2C communication of tm4c1294 is realized)
- 2020-06-19 02:20:01下载
- 积分:1
-
cuda_surf_orb_demo
说明: cuda orb 及 surf 优化测试 代码及测试报告文档 数据(cuda orb optimization code for testing)
- 2020-12-09 21:29:20下载
- 积分:1
-
TCPIPCHAT
基于TCPIP的局域网多用户通信 平台VC(TCPIP LAN-based multi-user communication platform VC)
- 2008-05-09 09:56:30下载
- 积分:1