-
emmc
emmc 4.5底层代码,用于新手学习 练手。(emmc code for study)
- 2018-12-27 11:19:04下载
- 积分:1
-
Veritas NetBackup OpsCenter SNMP MIB说明.docx
Veritas NetBackup OpsCenter SNMP MIB说明(Veritas NetBackup Ops Center SNMP MIB Description)
- 2020-06-23 08:00:01下载
- 积分:1
-
Noise
说明: 雷达回波模块当中的干扰噪声以及杂波噪声的仿真程序(Radar module which noise and clutter noise interference emulator)
- 2011-02-23 00:08:10下载
- 积分:1
-
数字图像程序汇总
一系列处理图片算法,简单的图片放大,打开时请打开project902.dsw,直接编译请重新下载(A series of image processing algorithms, simple image enlargement)
- 2020-06-19 13:00:02下载
- 积分:1
-
简易示波器
模版是基于正点原子的,
这是一个简单的示波器
AD DMA 显示
- 2022-03-05 06:11:32下载
- 积分:1
-
基于摄像头的板球控制系统
本程序通过ov7670摄像头采集板球位置信息,要求球为红色,背景黑色,摄像头采集到一帧图像后,只处理红色分量,得到小球中心位置,再控制两个舵机,让小球达到目标位置。
- 2023-04-18 06:50:04下载
- 积分:1
-
Ch12SimpleAnimation
说明: 利用连贯的图片来显示简单的动画效果,这里包括三个picture控件:一个用来显示选定的图象,另外两个用来包含两个图象。(use of a coherent picture to show a simple animation effects-- including three picture controls : a selected to display images, the other two used to consist of two images.)
- 2006-05-02 20:59:50下载
- 积分:1
-
2016年国赛主车程序
全国电子设计大赛比赛专用小车源码,带循迹,摄像头,测距。用wifi配合安卓上位机使用,实现rfid和zigbee。8、小车核心板程序: 包含小车核心板底层STM32程序以及核心板资源测试程序。
- 2022-08-15 12:21:48下载
- 积分:1
-
Fill_IEs
IE自动填充,基本框架和功能,自己再去添加和修改吧--IE自动填充,基本框架和功能,自己再去添加和修改吧(IE Auto fill, the basic framework and functions, add and modify it yourself go)
- 2011-11-16 16:02:21下载
- 积分:1
-
C# 设置制表位控制文本项的输出位置
C# 设置制表位控制文本项的输出位置,将文字输出成表格的样式:
设置制表位控制文本项的输出位置
string MyText = " 姓名 高等数学 离散数学 数据结构
";
MyText = MyText + "李开斌 95 81 92
";
MyText = MyText + "汤小敏 78 84 75
";
MyText = MyText + "汤柱兰 84 76 82
";
MyText = MyText + "蒋兰坤 85 92 66
";
MyText = MyText + "黄 丽 83 91 75
";
MyText = MyText + "张中姣 75 88 82
";
FontFamily MyFontFamily = new FontFamily("宋体");
Font MyFont = new Font(MyFontFamily, 10, FontStyle.Regular, GraphicsUnit.Point);
Rectangle MyRect = new Rectangle(25, 70, 280, 110);
SolidBrush MyBrush = new SolidBrush(Color.FromArgb(255, 0, 128, 255));
StringFormat MyFormat = new StringFormat();
float[] MyTabArray = { 60, 80, 80 };
MyFormat.SetTabStops(0, MyTabArray);
e.Graphics.DrawString(MyText, MyFont, MyBrush, MyRect, MyFormat);
- 2022-02-28 17:10:41下载
- 积分:1