-
Matlabviterbi2
说明: 应用MATLAB进行维特比译码,这对仿真很有用(Application of MATLAB to carry out Viterbi Decoder, which is useful in simulation)
- 2009-08-23 15:38:26下载
- 积分:1
-
C#演示用Brush填充Rectangle图形
C#画矩形,然后使用Brush填充Rectangle图形,单击按钮后会生成一个填充过的图形,需要创建Graphics对象,创建一个Brush对象,再使用Rectangle绘制一个矩形,然后使用Brush填充,实现这一过程,核心代码如下:
private void button1_Click(object sender, EventArgs e)
{
Graphics ghs = this.CreateGraphics();//创建Graphics对象
Brush mybs = new SolidBrush(Color.Red);//使用SolidBrush类创建一个Brush对象
Rectangle rt = new Rectangle(10, 10, 100, 100);//绘制一个矩形
ghs.FillRectangle(mybs, rt);//用Brush填充Rectangle
}
- 2022-07-06 17:10:54下载
- 积分:1
-
很好的一个asp.net的帮助手册
很好的一个asp.net的帮助手册-good Asp. Net with the help of a manual
- 2023-02-01 23:35:15下载
- 积分:1
-
KinectExample
Kinect 的入门工程 实现了深度图像读取 和 距离换算 同时也能读取彩色图像(Kinect entry projects to achieve the depth of the image reading and distance can also convert color images to read)
- 2011-10-30 19:10:30下载
- 积分:1
-
PocketLian
Pocket PC上的连连看小游戏代码,模仿“连连看”的游戏基本功能的源代码修改而来(Lianliankan on Pocket PC game code, imitate Lianliankan the basic functions of the game s source code modifications from)
- 2007-11-29 09:13:52下载
- 积分:1
-
poly
一个简单的poly实系数一元项式问题的一个简单的解法,希望对大家有帮助!(A simple coefficient of poly is a dollar-type problem of a simple solution, and they hope to help everyone!)
- 2008-04-18 10:21:35下载
- 积分:1
-
蚁象设备驱动程序
蚁象设备驱动程序IO板驱动程序,YI-X driver devolution
- 2023-03-21 18:20:04下载
- 积分:1
-
ADO_OBJECT
ADO链接Access2010的程序 MFC 自己编写的实现以CRecordSet 实现增删改查操作数据库功能 注意 包中有database1文件路径不对,放到C:\database1.accdb即可运行 否则异常(MFC ADO link Access2010 I have written a program to achieve a CRecordSet achieve CRUD database operations function Note package has database1 file path is wrong, put C: database1.accdb to run otherwise abnormal)
- 2014-05-15 22:48:01下载
- 积分:1
-
CPP
c++,入门代码大全。适合入门与初学者,以及有一定基础的人下载看看( Chapter 1 Introduction 1 Chapter 2 Algorithm Analysis 5 Chapter 3 Lists, Stacks, and Queues 9 Chapter 4 Trees 29 Chapter 5 Hashing 41 Chapter 6 Priority Queues (Heaps) 45 Chapter 7 Sorting 53 Chapter 8 The Disjoint Set 59 Chapter 9 Graph Algorithms 63 Chapter 10 Algorithm Design Techniques 77 Chapter 11 A)
- 2012-05-03 15:38:10下载
- 积分:1
-
CF
说明: C++全套 CF辅助文件!透视 自喵 骨骼 等等一系列稳定功能(C++ A full supporting documentation CF! Meow perspective bones so a series of stabilization)
- 2016-01-20 20:01:51下载
- 积分:1