-
OBDIIprotocols091214
各大车系的OBDII总线协议。
比如:VW,Ford,GM等等。(OBDII bus protocol。)
- 2011-08-16 14:19:51下载
- 积分:1
-
bubble-dynamic-mesh
气泡根据内外压力差变化的动网格。。。。。。(bubble dynamic mesh )
- 2014-02-10 15:52:37下载
- 积分:1
-
setup
给nRF24Z1配置寄存器的软件,方便大家开发,就不用到处在数据手册中找了(NRF24Z1 software configuration register to enable easy development, do not need to look everywhere in the data sheet was)
- 2010-08-03 00:43:06下载
- 积分:1
-
studentsystem
说明: 一个使用PB实现的学生管理系统,可以实现对学生班级,教师,选课等的管理(Students use PB achieve a management system, which enables students to classes, teachers, enrollment management, etc.)
- 2010-04-29 12:06:35下载
- 积分:1
-
anjian
按键的去抖以及按键弹起时读按键 (Reading keys key debounce and key bounce)
- 2012-07-09 15:20:30下载
- 积分:1
-
keil51
本书介绍了c51对单片机编程的技巧,还有汇编的介绍(C51 book describes the techniques of single-chip programming, as well as the compilation Introduction)
- 2009-06-10 18:01:54下载
- 积分:1
-
Desktop
说明: trinitycore files for source code of class 'creature'
- 2017-07-30 22:53:28下载
- 积分:1
-
C# 图像控件显示绘制的几何图形
C# 使用图像控件显示绘制的多个几何图形,可一次显示多个绘制的图形,相关代码如下:
GeometryGroup MyGeometry = new GeometryGroup();
MyGeometry.Children.Add(new EllipseGeometry(new Point(50, 50), 45, 20));
MyGeometry.Children.Add(new EllipseGeometry(new Point(50, 50), 20, 45));
RectangleGeometry MyRectangle = new RectangleGeometry();
MyRectangle.Rect = new Rect(2, 2, 96, 96);
MyGeometry.Children.Add(MyRectangle);
GeometryDrawing MyDrawing = new GeometryDrawing();
MyDrawing.Geometry = MyGeometry;
MyDrawing.Pen = new Pen(Brushes.Blue, 3);
DrawingImage MyImage = new DrawingImage();
MyImage.Drawing = MyDrawing;
MyImage.Freeze();
this.image1.Source = MyImage;
- 2022-03-07 01:28:50下载
- 积分:1
-
本讲述linux软件之父 李纳斯.托沃兹 的书
本讲述linux软件之父 李纳斯.托沃兹 的书-about the father of Linux software hammers. Torvalds book
- 2022-05-13 20:32:59下载
- 积分:1
-
对流层模型计算
程序使用C#语言编写的可视化界面,用于计算对流层延迟的SAAS模型,模型为SAAS模型,内置GMT计算地面点天顶方面水汽、温度等信息。
SAAS模型程序
............BS2
...............App.config
...............BS2.csproj
...............Form1.Designer.cs
...............Form1.cs
...............Form1.resx
...............Program.cs
...............Properties
.........................AssemblyInfo.cs
.........................Resources.Designer.cs
.........................Resources.resx
.........................Settings.Designer.cs
.........................Settings.settings
...............in
..................Debug
.......................BS2.exe
.......................BS2.exe.config
.......................BS2.pdb
..............
- 2022-02-15 13:04:19下载
- 积分:1