搜索:Screen

找到约 210 项符合「Screen」的查询结果

结果 210
https://www.eeworm.com/dl/848057.html 技术资料

1.44寸LCD液晶显示屏封装库

Altium Designer格式。1.44寸LCD液晶显示屏封装库,包含原理图库和封装库。1.44"TFT LCD colorful screen driving ILI9132 128x128 latticeRelated parameters:External dimensions: 32.23 * 39.51 * 2.20Viewing area: 28.10 * 28.20LCD driver I C: Wonders ILI9132
下载 8
·
查看 1196
https://www.eeworm.com/dl/650/147505.html 人工智能/神经网络

LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network.

LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The LVQ program accepts input co ...
下载 187
·
查看 1121
https://www.eeworm.com/dl/502/26942.html 单片机编程

LCD12864显示汉字和数字(程序和电路)

附件为:LCD12864显示汉字和数字的程序与电路 /*  自定义延时子函数 */ void delayms(uchar z) {   int x,y;   for(x=z;x>0;x--)      for(y=110;y>0;y--); } /*      判断LCD忙信号状态 */ void buys() {   int dat; ...
下载 59
·
查看 1184
https://www.eeworm.com/dl/894714.html 技术资料

基于无线通信和墨水屏的电子标识技术研究

针对零售行业更换纸质标签所需人工成本高、纸质资源多且错误率高的缺点,文章开展了基于无线通信和墨水屏的电子标识技术研究,实现了上位机与单片机之间的无线通信和低功耗刷新墨水屏并准确显示信息的功能,为商品信息实时化、资讯化和自动化更新提供了硬件基础。实验测试结果表明,该电子标识技术的无线通 ...
下载 7
·
查看 3214
https://www.eeworm.com/dl/cadence/ebook/246882.html 电子书籍

很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEB

很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREE ...
下载 180
·
查看 1165
https://www.eeworm.com/dl/641/280042.html 数学计算

When working with mathematical simulations or engineering problems, it is not unusual to handle curv

When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. He ...
下载 141
·
查看 1088
https://www.eeworm.com/dl/534/229706.html 其他

非常不错的字模生成软件

非常不错的字模生成软件,用于嵌入式开发,液晶显示。 字模3的作者: 龙啸九天 c51bbs@vip.163.com 心意无涯 sitnc@vip.sina.com              ……………………………………………………………………………………………… 技巧与提示: ◆ 按“Print Screen键” 或者“Alt+Print Scre ...
下载 36
·
查看 1155
https://www.eeworm.com/dl/980502.html 技术资料

VC++ 局域网屏幕监控系统

VC++ 局域网屏幕监控系统 摘要:VC/C++源码,网络相关,局域网,监控系统   VC++ 局域网屏幕监控系统,监控局域网某台电脑内的屏幕动态,图像看上去好像不太清淅,高手们也可拿去修改源码,继续完善。编译服务端和屏幕端之后,先运行Server端,再运行Screen端,然后点击“开始获缺即可得到远程的屏幕图像 ...
下载 7
·
查看 182
https://www.eeworm.com/dl/895445.html 技术资料

基于触摸屏与单片机的双模台定型机控制系统设计

设计了一种以STC12C5A60S2单片机、触摸屏、温度控制模块及外围电路组成的双模台定型机控制系统,从硬件和软件两方面介绍了该控制系统的设计方法。利用Modbus通信协议,实现了触摸屏与单片机、温度控制模块的通信,数据传输稳定可靠,满足系统的控制要求。使用触摸屏可以直接修改各种参数、实时显示设备的运 ...
下载 2
·
查看 1469
https://www.eeworm.com/dl/641/284429.html 数学计算

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for th ...
下载 123
·
查看 1119