联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 家庭/个人应用(389) 

[家庭/个人应用] P1P2MQTT

通过具有ATmega328P、ESP8266和电子设备的2线P1 P2节温器接口,监控Daikin Rotex(混合Altherma)热泵。P1P2Serial库和P1P2Monitor程序执行低级总线操作,P1P2-bridge-esp8266程序将数据从解释为MQTT,支持Home Assistant MQTT发现。P1P2Serial还可以用于其他基于日本家庭总线系统的标准:DIII-NET(F1 F2)总线、三菱M-NET总线、东芝TCC链路、日立H-Link、松下
Monitor and control Daikin Rotex (hybrid Altherma) heat pumps via the 2-wire P1 P2 thermostat interface with an ATmega328P, ESP8266, and electronics. The P1P2Serial library and P1P2Monitor program perform low-level bus operation, the P1P2-bridge-esp8266 program interprets data from to MQTT supporting Home Assistant MQTT discovery. P1P2Serial may also be used for other Japanese Home Bus System based standards: DIII-NET (F1 F2) bus, Mitsubishi M-Net bus, Toshiba TCC-Link, Hitachi H-link, Panasonic (2024-05-19, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1716055991173997.html

[家庭/个人应用] SolarFlow-Hoymiles-Integration-for-Home-Assistant

该项目将SolarFlow与Hoymiles逆变器集成,利用Open DTU、Tasmota和Home Assistant来优化太阳能利用。它提供了一种智能、自动化的解决方案,可以根据各种参数动态调整功率限制,确保最大效率和最小电网依赖性。
This project integrates SolarFlow with a Hoymiles inverter, utilizing Open DTU, Tasmota and Home Assistant to optimize solar energy utilization. It provides a smart, automated solution that dynamically adjusts the power limits based on various parameters, ensuring maximum efficiency and minimum grid dependence. (2024-04-29, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714327103587277.html

[家庭/个人应用] Vedio-CSharp

本系统属于小型的家庭视频监控系统,可以对指定的区域进行适时监控。本系统主要实现以下目标。  系统采用人机交互的方式,界面美观友好,视频监控灵活、方便。  灵活控制云台,以监控某一区域的各个角落。  适时对监控画面进行快照和录像操作。  选择观看已经录制的视频的文件。  晚上的系统注册功能。  系统最大限度地实现了易维护性和易操作性。
Home video surveillance systems (2012-03-31, C#, 2380KB, 下载34次)

http://www.pudn.com/Download/item/id/1813010.html

[家庭/个人应用] Gamer-protection-

计算机游戏防沉迷系统通过动态链接库安装一个全局钩子,在允许青少年在适度游戏的情况下,严格限制游戏的时间,当游戏时间超过预定值时,系统提示游戏者时间已到,然后屏蔽除存盘之外的其他操作。系统提供了对监控游戏的添加和删除的基本操作,查询某个游戏一定时间内的运行时间,用坐标轴绘制出某个游戏运行时间的变化趋势,系统提供监控者调整监控时间的功能,方便对游戏进行更有效的管理。同时,系统提供严格的权限控制,在退出系统或修改游戏信息时,需要用户登录,并提供用户的信息管理等功能。系统编写了一个额外的驱动文件,通过HOOK系统底层函数的方法,实现进程保护,在游戏运行前加载这个驱动文件,来解决从任务管理器强制关闭进程的问题。
Computer game fatigue system is installed by a global dynamic link library hook, allowing young people to moderate the game in the case of strictly limited game time, when the game is longer than a predetermined value, the system prompts the player time is up, and then shielded operations except Save. The system provides the basic operations monitoring the game including adding and removing and that querying running time of a game within a certain time and that drawing out the running time trends of a game with the axis. System provides functions to tune the monitoring time to facilitate more effective management of the game. Meanwhile, the system provides strict access control that when exiting the system or modifying the game in information, requiring users to log in and provide the user s information management. System prepared an additional driver files to achieve process protection by the underlying functions of HOOK system. Loading the driver files before running the game to sol (2012-01-16, C/C++, 14765KB, 下载25次)

http://www.pudn.com/Download/item/id/1757790.html

[家庭/个人应用] Intelligent_crib

智能婴儿床,检测温度湿度,当温度超过设定值时,驱动风扇,当温度低于一定值时,驱动发热电阻。另外通过红外遥控器可控制婴儿床的摇篮和音乐播放。
Intelligent crib, testing temperature and humidity, when the temperature exceeds the set value, the drive fans, when the temperature falls below a certain value, the drive heat resistance. In addition, through infrared remote control can control the crib and the cradle of music playback. (2009-08-12, C/C++, 55KB, 下载25次)

http://www.pudn.com/Download/item/id/875613.html

[家庭/个人应用] 2009ShSit_GRSZGL

2009课程设计 个人收支管理 这是我自己写的最新的代码,包含了输入检查等功能。 收入模式中输入以下数据:顺序号、日期、摘要、金额、余额、币种,收入或支出标志。默认币种为人民币,也可以是美圆、欧元、日币或英镑。 支出模式中输入以下数据:顺序号、日期、摘要、金额、余额、币种,收入或支出标志。默认币种为人民币,也可以是美圆、欧元、日币或英镑。 查询与统计: a)明细表,可以输入起止日期查出这段时间内的收支明细(详细信息)。 b)按月、按年统计总收入和总支出。在显示器上显示出来。 输入信息时都要检查日期输入的正确性。 拓展功能: a)写入文件可以将查询与统计的结果,当前的数据(明细表)全部写入文件。 读取文件可以从磁盘上将所写入的(明细表)数据读到内存中,并显示。
2009 Shanghai Institute of Technology C-language practice. Personal In-outcome manager. (2009-07-02, C/C++, 315KB, 下载9次)

http://www.pudn.com/Download/item/id/828516.html

[家庭/个人应用] sht10

温湿传感器sht10的C程序搞定了,进来坐坐!完美中文注释 用官方的51的C程序修改的,我的sht10样品还没到,不知道能不能用,如果ndust版主进来,请一定要发表的意见,欢迎大家批评指正!
Temperature and Humidity Sensor sht10 get the C program, come sit! Chinese Notes perfect 51 with an official of C procedures modify, I sht10 sample has not arrived yet, I do not know can not be used, if entered ndust moderator, be sure to views expressed by U.S. criticism welcome! (2008-05-08, C/C++, 2KB, 下载501次)

http://www.pudn.com/Download/item/id/456752.html

[家庭/个人应用] Web162_187

网页酷吧全站系统在此之前提供了一个新闻系统V1.0,反应十分热烈,并有不少网友提供了不少意见例如在线编辑器等问题,并强烈要求本部提供全部程序,顺应广大网友的强烈要求,并希望本人的QQ能够闲下来(因为实在太多人问我网站的种种问题了,应付不了),本站在些把全站提供下来,希望大家好好享用.
website system in the station before news of a system V1.0, the response is overwhelming, and many netizens have given a lot of advice such as online editors and so on, and strongly urge the Department to provide all the procedures that conform to the majority of the netizens strong demand, and I hope that my QQ to idle (because too many people have asked me the question of websites, fail to meet), the site of all-in some stations down, we hope to enjoy good. (2005-05-17, ASP, 3387KB, 下载37次)

http://www.pudn.com/Download/item/id/1116315205645030.html

[家庭/个人应用] VC的ACCESS电话薄

access数据库,vc实现的电话本,教材学习类,虽没有大功能,却有利于初学者了解vc数据库程序编写
database access, the telephone vc achieve this, learning materials category, although no major functions, along to help beginners understand vc database programmers (2005-04-11, Visual C++, 45KB, 下载1517次)

http://www.pudn.com/Download/item/id/1113217755645098.html