-
数据采集终端程序 0611(2)
说明: 机床数据采集后上传至云服务器,通过http的json格式上传。(After data acquisition, the machine tool is uploaded to the cloud server and uploaded in JSON format of http.)
- 2020-06-16 23:00:02下载
- 积分:1
-
测试USB3.0 和 FPGA 之间流传输速度streamer
说明: C++ 上位机原程序,测试USB3.0 和 FPGA 之间流传输速度。包含所有源代码。速度传输稳定,显示实时速度(The C++ host computer program tests the streaming speed between USB3.0 and FPGA. Contains all source code. Speed transmission is stable, showing real-time speed)
- 2020-07-19 23:18:49下载
- 积分:1
-
Hr1.0Alpha
安装方法:
1.建立数据库,运行SQL.txt 脚本
2.打开IIS建立虚拟目录如HR到本文件夹
3.更改web.config里connectionstring的值为您服务器的地址
使用方法,通常企业已经存在了很多用户资料,在后台,配置AD
点击初始化,把已有数据导入现有系统
(Installation Method: 1 to establish a database, run the script SQL.txt 2 Open IIS create a virtual directory to the folder as HR 3 Change the address to use in web.config connectionstring values for your server, usually a lot of companies already exist User data in the background, configure AD click initialization, the existing data into existing systems)
- 2014-04-02 11:55:21下载
- 积分:1
-
cpu_timer
说明: DSP28035的应用程序,是计时器的测试用例,经过验证(The application program of DSP28035 is a test case of timer, which has been verified.)
- 2020-06-18 18:20:01下载
- 积分:1
-
Wireless-collaborative-network
无线协作网络中存在干扰时的中继选择协议
无线协作网络中存在干扰时的中继选择协议(Wireless collaborative network exists in the relay selection protocol interference)
- 2011-04-26 23:15:59下载
- 积分:1
-
rgcistgr__statement__metropclitan
用vc++实现的图案设计系统,共对图像处理研究方向的朋友参考学习!(Using vc pattern design system, a total of image processing research direction of friends reference learning!)
- 2018-10-12 06:09:38下载
- 积分:1
-
AgentXDemo
呼叫中心是IP-PBX技术与传统呼叫中心的完美融合,企业无需自己购买服务器,即可拥有专业的呼叫中心服务。它将座席分配给位于不同地点的不同企业使用,集呼叫中心、电话营销、客户关系管理、销售任务管理、短信、传真等功能于一体,为现代化企业量身打造的综合通信服务平台。(Call center is IP-PBX technology and the perfect fusion of traditional call center, companies do not need to buy their own servers, you can have a professional call center service. It will seat assigned to different enterprises located in different places to use, set the call center, telephone marketing, customer relationship management, task management, SMS, fax marketing and other functions in one, integrated communication service platform for modern enterprises tailored.)
- 2014-06-18 23:00:03下载
- 积分: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
-
testdialog
vc环境下对pro/engineer 进行二次开发的小例子。示例演示了对话框的开发方法。(vc environment on the pro/engineer to carry out the secondary development of small examples. Examples demonstrate the development of methods of dialog.)
- 2007-08-12 19:42:36下载
- 积分:1
-
SmallTool
复制和遍历文件及文件夹,简单实用很方便,是用C#完成的(Copy and traverse files and folders, simple and practical is very convenient, is done with C#)
- 2013-06-07 14:35:37下载
- 积分:1