-
MASS-FOR-OHCI
关于umass在usb host 控制器ohci上的例子,运行环境是没有os的。(a example about umass on ohci, which run on non-os environment)
- 2011-08-22 10:52:32下载
- 积分:1
-
analysis-of-tcpip-protocol
本书已经包含了通知链、路由、邻居子系统和桥接等内容的分析,涵盖了协议栈的全部知识点。(The book contains analysis of the content of the chain of notification, routing, neighbor subsystems and bridging, and covers all the knowledge points of the protocol stack.)
- 2012-04-22 14:30:06下载
- 积分:1
-
avr M128 & proteus
这个是M128单片机的一些程序和proteus的例程(this is somet about danpianji)
- 2019-04-11 17:00:18下载
- 积分:1
-
VC++数据曲线动态绘制显示类
说明: MFC编程 实现数据绘制成曲线。经兄弟推荐最终决定用两个控件MCSCOMM与TeeChart来完成此任务。MCSCOMM控件时vc自带的串口控件,TeeChart Pro是一个强大的VCL图表组件,支持上百种2D和3D图表风格,并提供40多个数学和统计函数、无限制的轴和22个调色板(MFC programming realizes data plotting into curves. After recommendation by brothers, we finally decided to use two controls, MCSCOMM and TeeChart, to accomplish this task. TeeChart Pro is a powerful VCL graphics component that supports hundreds of 2D and 3D graphics styles and provides more than 40 mathematical and statistical functions, unlimited axes and 22 palettes.)
- 2020-06-18 07:20:01下载
- 积分:1
-
STM8有霍尔BLDC驱动代码
包含代码和原理图。有霍尔无刷电机驱动程序。基于STM8。
- 2022-02-16 00:55:58下载
- 积分:1
-
Shadow-Detection
阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)
- 2021-04-11 19:08:58下载
- 积分:1
-
C# 通过Linq实现元素操作符
C# 通过Linq实现各种元素操作符,比如实现了以下操作符:
var first = pdt.First(p => p.p_price > 500);//返回单价大于500的第一个元素
Console.WriteLine("First操作符(" + first + ")");
var last = pdt.Last(p => p.p_price < 500);//返回单价小于500的最后一个元素
Console.WriteLine("Last操作符(" + last + ")");
var single = pdt.Single(p => p.p_id == 1);//返回产品id为1的元素
Console.WriteLine("Single操作符(" + single + ")");
var elementat = pdt.ElementAt(3);//返回第4个元素
Console.WriteLine("ElementAt操作符(" + elementat + ")");
Console.Read();
- 2022-05-15 10:44:11下载
- 积分:1
-
Davenport
AR模型Davenport风速时程分析程序(AR model Davenport wind speed time history analysis program)
- 2017-04-23 06:27:13下载
- 积分:1
-
textureex3
三维场景的生成算法。利用opengl里的函数将一些图片拼贴成立体山水画,其中的水还可以流动(3D scene generation algorithm. Use opengl in the function of some of the picture collage set up the Landscape Painting, in which water can flow)
- 2010-06-26 11:22:26下载
- 积分:1
-
modbus的CRC校验
modbus协议中关于CRC算法校验表,在ATC51的使用,一个发送现实的程序
- 2022-07-13 09:40:22下载
- 积分:1