-
dbscan
基于密度聚类算法的实现,用c#语言实现功能比较全面。(Density-based clustering algorithm, with c# language features more comprehensive.)
- 2021-05-13 13:30:02下载
- 积分:1
-
QRCodeSample
说明: 现在网上有许多三维条形码的工具,包括QRCode码的工具。但是,很多都是生成码的软件,没有解析码的软件,小弟不才近日做了一个,解析QRCode三维条形码的软件和大家分享一下。
我这个代码 解析的库不仅在 pc上能够运行, 而且 在windows mobile 下的 ppc 和 smartphone平台下都可以运行,当然不是用这个库,如果你要可以问我拿。(now many online 3D bar code tools, including tools QRCode yards. However, many are generating software code, not the code analysis software, finding suggested recently done one, and three-dimensional bar code QRCode analytic software and share with you. My code analysis of the library not only on the PC can run, but the windows of mobile machines and smartphone platforms can run, of course, not using the library, if you can ask me to take.)
- 2005-11-15 14:40:49下载
- 积分:1
-
codings
wavelet transform of a signal,it is important and useful code to trans form frequency to time domain
- 2013-11-10 15:10:32下载
- 积分:1
-
OLED12864设计方案0.96OLED
ED12864显示屏设计方案(原理图 PCB BOM表 程序)
一、简介
OLED 屏幕作为一种新型的显示技术,其自身可以发光,亮度,对比度高,功耗低,在当下备受追捧。而在我们正常的显示调整参数过程中,我们越来越多的使用这种屏幕。我们使用的一般是分辨率为 128×64 ,屏幕尺寸为 0.96 寸。由于其较小的尺寸和比较高的分辨率,让它有着很好的显示效果和便携性。
目前我们经常使用的 OLED 屏幕一般有两种接口,IIC 或者 SPI ,两者使用的通信协议稍有不同,这里以 SPI 协议的 OLED 屏幕为例,带来它的使用方法。
模块接口定义
二、原理
如何控制每个像素的显示
这个屏幕的像素矩阵的划分是比较特殊的, 整个屏幕水平方向划分为8个page, 垂直方向则是按像素划分为128 column. 每个page-column包含8个像素, 通过一个十六进制数(其实就是一个字节, 8个bit)来控制, 每个bit控制一个像素。
即储存寄存器每个存储点的0/1控制(映射)一个像素点的亮/灭。
如果我们要在左上角显示一个亮点, 需要发送0x01(16进制的1)到数据地址, 例如:
Wire.beginTransmission(0x3C); // 控制指令
Wire.write(0x40); // 写地址
Wire.write(0x01); // 写数据
Wire.endTransmission(); // 结束
三、设计方案
原理图:
PCB:
程序:
51单片机程序
STM32程序
- 2021-10-21 00:31:04下载
- 积分:1
-
EULER1
说明: Euler 回路问题
.问题描述:
对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次
的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。
.编程任务:
对于给定的图G,编程计算图G 的一条Euler 回路。
.数据输入:
由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个
顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示
图G 的一条边(u,v) 。
.结果输出:
将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
- 2006-03-29 21:31:15下载
- 积分:1
-
特别是,非
特别是非原始来源Winsock.NET压缩包的详细说明";note";word文档
- 2023-05-17 13:40:03下载
- 积分:1
-
glog-master
Google glog ,测试可行,需要vs编译,测试可行,需要vs编译。(Google glog ,aksjdofiwjeofsdlfkjos)
- 2020-06-16 12:40:02下载
- 积分:1
-
SWA2000
国家环保总局污染源在线通讯协议的简化版,主要用于环保污染监测设备的数据上传(Sources of the State Environmental Protection Administration of the simplified version of online communication protocols, mainly for environmental pollution monitoring equipment, data upload)
- 2009-04-12 15:38:36下载
- 积分:1
-
java基本的几个小程序.关于web开发的,最基本的代码 新手看
java基本的几个小程序.关于web开发的,最基本的代码 新手看-discribtion of java web
- 2022-05-30 15:16:14下载
- 积分:1
-
Shape2
this is implementation paint of some shape
- 2014-06-09 17:21:32下载
- 积分:1