-
stm32-adc-DMA
用stm32f103实现adc多路输入,并使用到dma(Adc with stm32f103 achieve multi-channel input, and use the dma)
- 2011-08-06 17:26:53下载
- 积分:1
-
.net spring hibernate 框架
在winform中使用spring和nhibernate,可以使使用java的人快速转型到winform,非常好用的框架
- 2022-04-02 11:08:38下载
- 积分:1
-
参考程序1
说明: 这是ADS1256的stm32f103系列的程序 有用的可以参考(This is a useful reference for the ADS1256 stm32f103 series of procedures)
- 2020-06-18 05:00:02下载
- 积分:1
-
C#中的文件处理操作 理解和熟悉这种操作。
C#中的文件处理操作 理解和熟悉这种操作。-C# Of document processing operations to understand and are familiar with this operation.
- 2022-05-08 03:56:08下载
- 积分:1
-
class test1 Read DXF(1)
说明: 读取Dxf文件,并且可以将其转换为数控机床可加工的NC档案(Read Dxf file and convert it into NC file which can be processed by NC machine tool)
- 2021-01-28 10:05:48下载
- 积分:1
-
HistogramPCalculation
应用MATLAB(或C)语言编写一幅灰度图像直方图统计程序(Application of MATLAB (or C) written in a gray-scale image histogram statistics program)
- 2011-05-28 14:17:26下载
- 积分:1
-
adjust
水准网平差程序,对于任意的水准网都适用,自动判断网形。对于测量方面十分有用(Leveling network adjustment program, for any level of net apply automatically determine the net shape. Very useful for measurements)
- 2015-07-22 10:16:20下载
- 积分:1
-
RemoteControl
远程监控示例,含服务器端、客户端示例代码,有相关需要的可以参考下(Remote monitoring example, including server side, client sample code, there are related needs can be referred to.)
- 2018-04-24 14:28:58下载
- 积分:1
-
ESP8266_Server_AP
ESP8266模块用STM32F407发送和接收的代码,代码配置为AP模式和Server,通信非常方便(The ESP8266 module sends and receives STM32F407 codes. Source using AP mode, and configured as Server, communication is very convenient)
- 2016-12-14 18:07:18下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1