-
RWLock
说明: 读写锁:
一个简单的支持多个读,一个写控制源码(Read-write lock: the support of more than a simple read, a write control source)
- 2006-03-13 10:36:20下载
- 积分:1
-
c#串口通讯代码可发可收
c#串口通讯程序,可发可收。用来和串口设备进行简单通讯、调试。可写程服务使用。工业产品可以使用,程序简单易懂。
- 2022-01-26 07:42:43下载
- 积分:1
-
wim
说明: 动态称重代码,不可多得的好程序,
里面有多线程的实现。(Dynamic Weighing code, a very good procedures, they have threaded realized.)
- 2006-03-14 14:48:46下载
- 积分:1
-
float-digtal
关于数据转换的很好的C语言程序,很好用,很实用(Data conversion on the C language program good, very good, very practical)
- 2011-09-02 21:18:49下载
- 积分:1
-
光流,超声波
可以给做电赛的朋友
#include "includes.h"
/*********************************
使用外部中断和systik定时器来做超声波部分
警告:超声波使用systick时,其他设备不允许使用systick
***********************************/
unsigned char ultrasonic_systick = 0;//等于0时,超声波没有使用SYSTICK
unsigned char ultrasonic_ok = 0;
unsigned int ultrasonic_Data;
float ultrasonic_Hight;
//此部分初始化外部中断以及各部分用到的引脚
void ultrasonic_Init(void)
{
//使用TIM4_CH1,TIM4_CH2用于超声波引脚
//TIM4_CH1(PB6) -> echo
//TIM4_CH2(PB7) -> trig
GPIO_InitTypeDef GPIO_InitStructure;
EXTI_InitTypeDef EXTI_InitStructure;
// NVIC_InitTypeDef NVIC_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB ,ENABLE);
GPIO_InitStructure.GPIO_Pin=GPIO_Pin_7;
GPIO_InitStructure.GPIO_Speed=GPIO_Speed_50MHz;
GPIO_InitStructure.GPIO_Mode=GPIO_Mode_Out_PP;
GPIO_Init(GPIOB,&GPIO_InitStructure);
GPIO_InitStructure.GPIO_Pin=GPIO_Pin_6;
GP
- 2022-01-25 15:03:30下载
- 积分:1
-
wcf推送与广播
wcf推送与广播,c#做的wcf 消息推送 消息广播
- 2023-05-04 01:25:03下载
- 积分:1
-
VirtualInstrumentFLUKE 45双显示数字万用表
VirtualInstrumentFLUKE 45双显示数字万用表
采用c# vs2010编程 实现网络通信 采集电压 电流 电阻 频率 曲线显示 是学习 通信 csharp 的好程序
- 2022-05-22 00:35:31下载
- 积分:1
-
vtk读取txt地形文件
该资源用于可视化VTK,通过读取txt数据绘制地形图,
- 2023-01-20 18:35:04下载
- 积分:1
-
Windows文件系统过滤驱动开发教程
我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。(I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo)
- 2005-06-13 20:12:26下载
- 积分:1
-
经典四轴源代码,内含卡尔曼滤波
经典四轴源代码,内含卡尔曼滤波,mpu6050+ms5611+nrf24l01
- 2022-05-21 23:49:18下载
- 积分:1