-
code
对偶单纯形法的迭代仍然是以为主元的旋转变换,但是它也有自己的特点。它是首先确定离开基的变量,即首先确定然后确定进入基的变量,即确定xk,一下就是求解单纯形法一例(Dual simplex method iteration is still the main element of the rotation transformation, but it also has its own characteristics. It is the first to leave the base to determine the variables, namely, first to identify and then determine the variables to enter the base, that is, to determine xk, what is the simplex method to solve a case)
- 2008-07-11 11:18:46下载
- 积分:1
-
ESP8266与http通信(AT指令)
说明: 使用51单片机和HTTP通信,运用AT指令实现,每一次发送指令都会返回OK否则不执行下一步。(Use 51 single chip microcomputer and HTTP communication, use AT instruction to achieve, each time send instruction will return OK or not to execute the next step)
- 2019-07-11 17:25:38下载
- 积分:1
-
ppi-c
说明: 西门子ppi通讯,新人上传的第一个代码,请多关注,谢谢大家了(Siemens PPI newsletter, the first code uploaded by newcomers, please pay more attention. Thank you.)
- 2020-06-23 15:20:01下载
- 积分:1
-
black_white_chess
black white chess
black white chess
black white chess
black white chess
- 2009-09-19 16:14:31下载
- 积分:1
-
Frequency-Analyser
Frequency Analyser 虚拟频谱仪源代码,VC2005版本下,能运行,代码还不错!(Frequency Analyser virtual spectrum analyzer source code the VC2005 version can run, the code is pretty good!)
- 2012-12-26 16:55:17下载
- 积分:1
-
GPS模块求汽车尾气排放量
通过51单片机+GPS模块测算汽车的运行速度,从而计算汽车的尾气排放量。(The running speed of automobile is measured by 51 single chip computer and GPS module, and the exhaust emission of automobile is calculated.)
- 2020-06-16 00:20:02下载
- 积分:1
-
IntelMMx
想做高效的程序吗?mmx指令集,及常用c程序优化,等你来学(want efficient procedure? Mmx instruction set, and common procedures c optimization, you have to learn)
- 2007-05-16 15:28:15下载
- 积分:1
-
ld3320
LD3320 是一颗基于非特定人语音识别(SI-ASR:Speaker-Independent
Automatic Speech Recognition)技术的语音识别/声控芯片。提供了真正的单
芯片语音识别解决方案。
LD3320 芯片上集成了高精度的A/D 和D/A 接口,不再需要外接辅助的
Flash 和RAM,即可以实现语音识别/声控/人机对话功能。并且,识别的关键词
语列表是可以动态编辑的。(Voice Recognition ;Speech Recognition ;Speech recognition technology
)
- 2011-08-19 22:47:10下载
- 积分: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
-
C# 详细的读写INI文件 利用windows api 功能
C# 详细的读写INI文件 利用windows api 功能-C# Detailed reading and writing INI files using windows api functions
- 2022-01-25 21:14:54下载
- 积分:1