-
SmartCar_C8T6_Prj (2)
说明: 使用AGV磁引导寻迹模块与STM32F103C8T6单片机制作的磁引导寻迹小车代码(Magnetically guided tracing car code made with AGV magnetic guided tracing module and STM32F103C8T6 microcontroller.)
- 2020-06-23 10:40:01下载
- 积分:1
-
ClockTst
WIN32编写的时钟应用程序 自绘控件及菜单具有一定参考价值(WIN32 written Clock application has some reference value since the draw controls and menus)
- 2015-06-05 08:36:18下载
- 积分:1
-
C# WPF 方法为TextBox控件设置背景图像
C# 为TextBox控件设置背景图像,结合C#的WPF实现,其实刚开始我还以为这是一个图像特效,在图片上添加文字,如示例截图所示的黄圈的部分,其实有一个TextBox,鼠标单击一下就会发现,这里可以输入文字的,正好输入在图片的上方,好像是为图片添加描述文字,其实本实例所展示的功能和图像处理关系不大,主要是对TextBox的操作,为其增加了一张背景图片所呈现出的效果。核心代码如下:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//为TextBox控件设置背景图像
ImageBrush MyImageBrush = new ImageBrush();
MyImageBrush.ImageSource =new BitmapImage(
new Uri("J003.jpg", UriKind.RelativeOrAbsolute));
MyImageBrush.AlignmentX = AlignmentX.Left;
MyImageBrush.Stretch = Stretch.None;
this.textBox1.Background = MyImageBrush;
}
- 2022-08-20 01:07:16下载
- 积分:1
-
RTC_V2.1
实时时钟(数码管),可实现数码管闪烁效果。带闹钟功能。
proteus仿真(Reail Time Reail Time Reail Time Reail Time)
- 2014-01-11 20:06:09下载
- 积分:1
-
timem_PCM
G729a library audio coding, coding PCM for g729a, compressible 16 times
- 2017-05-22 04:21:00下载
- 积分:1
-
MB85RC64驱动
说明: MB85RC64驱动程序。使用I/O模拟I2C,可直接修改使用。(MB85RC64 driver.Use I/O simulation I2C, can be directly modified to use.)
- 2019-01-02 09:56:41下载
- 积分:1
-
超声波跟随(用舵机)
说明: 基于89C52单片机的超声波探测跟踪小车的设计程序,注释说明完整详尽(Based on 89C52 single-chip computer, the design procedure of the ultrasonic detection and tracking car is described in detail.)
- 2019-06-12 16:09:03下载
- 积分:1
-
cSharp
有两个控制台程序能直接运行,其他的还有一个是类代码,还有两个窗体程序
(There are two console program can be run directly, the other there is a kind of code, there are two forms program)
- 2014-12-18 10:50:57下载
- 积分:1
-
mvb
列车MVB网络开发的C程序,对于初学者了解列车网络通讯,为进一步开发列车网络控制系统具有借鉴。(it is a C program about vehicle mvb network)
- 2021-01-03 16:48:55下载
- 积分:1
-
104 串口通信实验文件
说明: 基于51单片机,芯片STC89C52,单片机与PC端串口通信实验源代码(Based on 51 MCU, chip STC89C52, MCU and PC serial communication experimental source code)
- 2020-06-20 00:20:02下载
- 积分:1