-
ILI9326 8bit 温湿度大字体
STM32 DS3231温湿度液晶显示电子钟(DS3231 temperature and humidity electronic clock)
- 2021-04-17 17:18:52下载
- 积分:1
-
Lab0_tutorial
这是opnet 建立无线网络模型的教程,对于初学opnet仿真的学者很有帮助(This is set up a wireless network model of OPNET tutorial for beginners and scholars OPNET Simulation helpful)
- 2007-08-19 09:14:40下载
- 积分:1
-
4[1].1
opengl绘制房子,C++的源代码,动态场景(opengl draw a house, C++ source code, dynamic scenes)
- 2020-09-13 13:57:58下载
- 积分:1
-
SalaryManagement
C++和MFC做成的工资管理系统,结合SQL数据库(C++ and MFC make the wages of the management system, combined with the SQL database)
- 2009-03-11 16:18:46下载
- 积分:1
-
Makefile_learn
学习makefile的新手必看的好东西。(Novice will see good things.Makefile
)
- 2012-12-10 16:35:11下载
- 积分:1
-
一维二维小波变换
小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!
- 2023-05-29 16:45:03下载
- 积分:1
-
鼠标、手势画线
unity 实现鼠标、移动端手势画线
public class DrawLineByMouse : MonoBehaviour {
public Material mat;
public List vertexPosList= new List();
public List breakFlagList = new List(); //当为真时,需要断开
public Color lineColor;
Vector2 _lastMousePos;
Vector2 _curMousePos;
bool _canDrawLine=false;
bool _mouseButtonHaveUp = false;
void OnGUI(){
if (!Input.GetMouseButton(0))
{
if (vertexPosList.Count > 1)
{
_mouseButtonHaveUp = true;
}
return;
}
_curMousePos = new Vector2(Input.mousePosition.x / (float)Screen.width, Input.mousePosition.y / (float)Screen.height);
if (Vector3.Distance(_lastMousePos,_curMousePos)>0.001f)
{
vertexPosList.Add(_curMousePos);
- 2022-03-21 05:37:56下载
- 积分:1
-
TMS320X281xDSP
TMS320X281xDSP原理及C程序开发-光盘应用程序(TMS320X281xDSP Principle and C development- CD-ROM applications)
- 2009-02-22 17:10:06下载
- 积分:1
-
chamfermatching
Description of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
- 2013-11-25 23:42:19下载
- 积分:1
-
qqqq
vc,mfc代码,主要是位图加载的人物走动。(vc, mfc code, the main character is a bitmap loaded walk.)
- 2015-04-27 21:15:45下载
- 积分:1