-
文件操作类
工作中整理关于txt,ini,hex文件的一些操作,可直接引用,省去不少编写函数转换来转换区的麻烦
- 2022-07-19 02:16:39下载
- 积分:1
-
51单片机定时闹钟程序(带按键)
//////////////////包含头文件及宏定义//////////////////////////////////////#include#include#define uchar unsigned char#define uint unsigned int/////////////////////////////////////////////////////////////////////////////////////////继电器响应动作指示灯//////////////////////////////////////sbit light=P1^0;sbit int0_ok=P3^2;sbit int1_ok=P3^3;/////////////////数码管的段位锁存////////////////////////////////////////sbit duan=P0^0;sbit wei=P0^1;uchar bit1,bit2,bit3,bit4,bit5,bit6;///////////////小时 分钟 秒钟显示码uchar fen=0;// 分钟缓存uchar miao=0;//秒缓存uchar shi=0;//小时缓存uchar key_temp;/////按键暂存//uchar key_old;uchar key_count;//按键计数uchar key_back;/////按键备份uchar key_data;//////按键数值uchar key_con;////uchar key_ok;uchar int0_function=0;///功能0,做调节始终uchar int1_function=0;///功能1,做运行停止用u
- 2022-05-29 08:50:19下载
- 积分:1
-
directlycallthedriverNTFSfileDetecthiddenfiles
本文介绍了如何直接调用NTFS文件驱动检测隐藏文件(This article describes how to directly call the driver NTFS file Detect hidden files)
- 2009-03-28 16:14:10下载
- 积分:1
-
速度式流量计的频率的计算转化为流量的过程
这个文件是速度式流量计的计算方法,介绍了怎么根据流速计算流量。(This document is the calculation method of the speed flowmeter, and introduces how to calculate the flow rate according to the flow rate.)
- 2017-12-18 13:08:03下载
- 积分:1
-
Read_N_Renix
运用matlab软件进行GPS的N文件读取的matlab源代码(Matlab software using the GPS reading N matlab source code files)
- 2011-09-14 11:06:33下载
- 积分:1
-
GrabCutSource
最经典之做,保证别人没有上传过
实现文章
“GrabCut" Interactive Foreground Extraction using Iterated Graph Cuts
用graphcut实现图像分割,效果非常好(The most classic to do to ensure that other people do not realize uploaded article GrabCut Interactive Foreground Extraction using Iterated Graph Cuts with graphcut realize image segmentation, has very good results)
- 2020-10-30 22:20:01下载
- 积分:1
-
log
日志模块 支持多线程 可用于linux windows系统,项目中实际使用多年 没有问题。(log system for linux and windows)
- 2016-02-02 13:03:43下载
- 积分:1
-
24bitADC1258
24位高精度模数转换器ADS1258的原理及应用 用例子讲解如何使用以及要注意的问题(ADC ADS1258 24-bit high-precision application of the principle and explain with examples how to use and pay attention to the problem)
- 2020-06-28 21:20:01下载
- 积分:1
-
snake
说明: 单片机实现贪吃蛇游戏,本人使用的是51单片机,显示器为16*16点整控制,此类方法适合初学者玩耍~~(Snake MCU)
- 2011-03-13 10:14:48下载
- 积分:1
-
C# 文件编码转换工具(支持UTF-8/UTF-7/Unicode/ASCII/GB2312(简体中文)/BIG5 (繁体中文)等编码转换 )
文件编码转换工具,批量转换文件到UTF8,支持自识别原格式,支持备份。
- 2019-06-28下载
- 积分:1