搜索:Screen
找到约 210 项符合「Screen」的查询结果
结果 210
按分类筛选
- 全部
- 技术资料 (63)
- 其他 (15)
- 单片机开发 (12)
- Linux/Unix编程 (8)
- Delphi控件源码 (8)
- 单片机编程 (6)
- 其他书籍 (6)
- 人工智能/神经网络 (6)
- 微处理器开发 (6)
- J2ME (4)
- Windows CE (4)
- 通讯/手机编程 (3)
- 电子书籍 (3)
- 驱动编程 (3)
- Internet/网络编程 (3)
- 游戏 (3)
- Java编程 (3)
- DSP编程 (2)
- 软件工程 (2)
- 模拟电子 (2)
- 可编程逻辑 (2)
- 文件格式 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 通讯编程文档 (2)
- 文章/文档 (2)
- 嵌入式Linux (2)
- Symbian (2)
- 软件 (1)
- PCB相关 (1)
- 学术论文 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 操作系统开发 (1)
- 书籍源码 (1)
- 测试测量 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- Applet (1)
- 其他数据库 (1)
- 嵌入式/单片机编程 (1)
- Java书籍 (1)
- BREW编程 (1)
- VHDL/FPGA/Verilog (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- Windows Mobile (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 行业发展研究 (1)
- GPS编程 (1)
- 人物传记/成功经验 (1)
- MTK (1)
- VIP专区 (1)
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
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 ...
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;
...
https://www.eeworm.com/dl/894714.html
技术资料
基于无线通信和墨水屏的电子标识技术研究
针对零售行业更换纸质标签所需人工成本高、纸质资源多且错误率高的缺点,文章开展了基于无线通信和墨水屏的电子标识技术研究,实现了上位机与单片机之间的无线通信和低功耗刷新墨水屏并准确显示信息的功能,为商品信息实时化、资讯化和自动化更新提供了硬件基础。实验测试结果表明,该电子标识技术的无线通 ...
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 ...
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 ...
https://www.eeworm.com/dl/534/229706.html
其他
非常不错的字模生成软件
非常不错的字模生成软件,用于嵌入式开发,液晶显示。
字模3的作者:
龙啸九天 c51bbs@vip.163.com 心意无涯 sitnc@vip.sina.com
………………………………………………………………………………………………
技巧与提示:
◆ 按“Print Screen键” 或者“Alt+Print Scre ...
https://www.eeworm.com/dl/980502.html
技术资料
VC++ 局域网屏幕监控系统
VC++ 局域网屏幕监控系统
摘要:VC/C++源码,网络相关,局域网,监控系统
VC++ 局域网屏幕监控系统,监控局域网某台电脑内的屏幕动态,图像看上去好像不太清淅,高手们也可拿去修改源码,继续完善。编译服务端和屏幕端之后,先运行Server端,再运行Screen端,然后点击“开始获缺即可得到远程的屏幕图像 ...
https://www.eeworm.com/dl/895445.html
技术资料
基于触摸屏与单片机的双模台定型机控制系统设计
设计了一种以STC12C5A60S2单片机、触摸屏、温度控制模块及外围电路组成的双模台定型机控制系统,从硬件和软件两方面介绍了该控制系统的设计方法。利用Modbus通信协议,实现了触摸屏与单片机、温度控制模块的通信,数据传输稳定可靠,满足系统的控制要求。使用触摸屏可以直接修改各种参数、实时显示设备的运 ...
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 ...