-
51duxiekalichengRC522
RC522的51例程,包括电路图等,非常适合初学者。(51 of RC522 routines, including circuit diagrams, very suitable for beginners.)
- 2021-04-25 02:38:47下载
- 积分:1
-
vc++6.0Socket
这是一本网上很流行的介绍vc++网络编程的电子书,里面的内容很详细!大家要好好学习啊 !(This is a very popular online introduction vc++ Network programming e-books, which detail the content! Everyone to study hard ah!)
- 2020-06-26 03:40:02下载
- 积分:1
-
W5300_Drv
w5300 以太网模块驱动程序
c 语言
控制芯片为DSP TMS320f28335
(w5300 ethernet module driver program
with c, the controller is DSP TMS320F28335)
- 2020-06-30 01:20:01下载
- 积分:1
-
ImageProcessing
说明: VC++功能较多的图像处理程序,实现的功能有:图像变换 图像配准 图像分割、图像编码、图像增强、图像复原、图像特征码提娶图像识别、运动检测、图像显示等,特别是源码里面的一些VC的图像处理类,你可以用到你自己的程序中。(VC ++ image processing program with more functions. The functions implemented are: image transformation, image registration, image segmentation, image encoding, image enhancement, image restoration, image feature code, image recognition, motion detection, image display, etc. Some of the VC image processing classes, you can use it in your own programs.)
- 2020-03-23 23:41:38下载
- 积分:1
-
AML-Efficient-Approximate-Membership
AML EFFICIENT APPROXIMATE MEMBERSHIP LOCALIZATION WITHIN A WEB-BASED JOIN FRAMEWORK ABSTRACT: In this paper, we propose a new type of Dictionary-based Entity Recognition Problem, named Approximate Membership Localization (AML). The popular Approximate Membership Extraction (AME) provides a full coverage to the true matched substrings from a given document, but many redundancies cause a low efficiency of the AME process and deteriorate the performance of real-world applications using the extracted substrings. The AML problem targets at locating non overlapped substrings which is a better approximation to the true matched substrings without generating overlapped redundancies. In order to perform AML efficiently, we propose the optimized algorithm P-Prune that prunes a large part of overlapped redundant matched substrings before generating them.
- 2013-12-15 16:45:53下载
- 积分:1
-
LEAGUESKIN_8.24.4
说明: 用于替换某个文件,可无视任何权限,达到各种想要的功能(Used to replace a file, regardless of any permissions, to achieve the desired functions)
- 2018-12-27 09:30:54下载
- 积分:1
-
100-CSharpAuxiliary-class
.Net软件开发100个辅助类,帮助有需要的人,很好是工具类。(100 C#Auxiliary class)
- 2016-09-22 17:32:21下载
- 积分:1
-
51单片机音乐播放器
内含3首歌曲,通过蜂鸣器实现音乐的播放,挥着翅膀的女孩,两只蝴蝶,同一首歌
- 2022-04-24 07:32:41下载
- 积分:1
-
DSP2802CPU_Timer2_Isr
DSP2802X timer source code sample!
- 2011-01-11 21:19:24下载
- 积分:1
-
dsplit
#include "windowsx.h"
#include "math.h"
#include "JiHeBianHuanDib.h"
#include "MainFrm.h"
#include "DynSplitView2.h"
#define PI 3.1415926535
#define WIDTHBYTES(bits) (((bits) + 31) / 32 * 4)
#define RADIAN(angle) ((angle)*PI/180.0) //角度到弧度转化的宏
JiHeBianHuanDib::JiHeBianHuanDib()
{
}
JiHeBianHuanDib::~JiHeBianHuanDib()
{
}
///***************************************************************/
/*函数名称:JingXiang(bool fangshi)
/*函数类型:void
/*参数说明:fangshi --判断标志为 true 水平镜像,为 false 垂直镜像
- 2023-05-25 14:50:04下载
- 积分:1