-
物联网项目源码
物联网仓库项目,本系统是基于PC,A8及M0等设备,依托在各项互联网,物联网,传感器等技术的基础上编写,以实现食品物联网仓储系统,使用户更方便的管理仓库内的所有信息及其特殊情况。
本系统主要分为三大模块:核心服务器端(PC)、前端数据中心(A8)和远程监控终端(M0) 。(The IoT Warehouse project, which is based on PC, A8, M0, etc., is based on various Internet, Internet of Things, and sensor technologies. It is based on the realization of the food IoT storage system, making it easier for users to manage the warehouse. All information and its special circumstances.
The system is mainly divided into three modules: the core server (PC), the front-end data center (A8) and the remote monitoring terminal (M0).)
- 2018-03-13 15:48:14下载
- 积分:1
-
esprit
说明: 这是采用esprit算法实现目标一维角度测量。输入多接收阵元接收的回波信号,代码实现过程参照吴仁彪老师翻译的现代信号谱分析这本书。(This is to use ESPRIT algorithm to achieve one-dimensional angle measurement. Input the echo signal received by multiple receiving array elements. Refer to the modern signal spectrum analysis book translated by Wu renbiao for the code implementation process.)
- 2019-12-20 13:04:52下载
- 积分:1
-
VC++运用循环队列和链表技巧开发的贪吃蛇游戏
VC++运用循环队列和链表技巧开发的贪吃蛇游戏,游戏的玩法和其它的贪食蛇游戏没什么区别,但是编程思路和运用的技巧却与其它的同类游戏大相径庭,本游戏运用了循环队列和链表的技巧而编写,操作方法:按键盘上的W/A/S/D键控制蛇身上下左右移动,蛇身、食物数量可以自定义。
- 2022-02-06 03:18:29下载
- 积分:1
-
Rtsp2WebRtc
说明: 实现了用RTSP协议接入已有流媒体平台或摄像机的视频,通过转码后用WebRTC进行播放,只要支持WebRTC的浏览器或移动端都可以使用。用WebRTC播放监控视频可以处理高版本浏览器不支持插件的情况,且比rtmp、HLS的实时性更高。(It realizes accessing videos of existing streaming media platforms or cameras with RTSP protocol, and playing them with WebRTC after transcoding. It can be used by browsers or mobile terminals that support WebRTC. Playing surveillance video with WebRTC can deal with the situation that high version browsers do not support plug-ins, and it is more real-time than RTMP and HLS.)
- 2020-06-16 13:00:01下载
- 积分:1
-
这个个pc
这个个pc--mcu程序只要下下来解压就可以使用了没问题的都通过了的-Pc mcu this month under the program as long as it can use the decompression problems have not adopted the
- 2022-01-27 09:19:17下载
- 积分:1
-
this document with the character LCD module, the newly contains descriptions and...
此文件为带字库的液晶 模块的质料,包含说明及 编程方法-this document with the character LCD module, the newly contains descriptions and Programming
- 2022-11-08 01:50:03下载
- 积分:1
-
协议树实现方式
协议树实现流程(tree)
- 2018-02-01 15:08:27下载
- 积分:1
-
在vb中镶入汇编、VC
在vb中镶入汇编、VC-in vb Insert from the Compendium, VC
- 2022-03-22 01:54:15下载
- 积分:1
-
VB API HOOK拦截程序源码
VB 基于API HOOK拦截程序源码,演示VB如何拦截API呼叫,這是網友問的問題,雖然這個問題並不適合用VB做,但並不是做不到,要多繞一段路,這個問題重點在於執行檔中的IAT(Import Address Table) 如果你對於PE黨並不熟悉 請參考PE檔簡介。一個Process再執行時,會將許多DLL載入到行程空間中,如呼叫User32.dll中的MessageBoxW就必須將User32.dll載入到位址空間,呼叫越多不同種的API,位址空間中的模組也就越多,至於如何得知行程所載入的模組請參考如何取得Process中載入的模組的資訊。
一般來說,如果是執行Notepad.exe 我們只要攔截模組Notepad.exe的IAT即可,除非你想攔截Notepad.exe是否有透過其他DLL去執行要攔截的函數,才需要去攔截其他載入的模組,這個程式整個攔截的過程如下:
1.在要攔截的程式上配置2塊記憶體空間,一塊用來放要攔截的程式,一塊用來放所需要用的區域變數 至於如何再外部程式配置記憶體請參考如何在外部程式配置記憶體
AddressOfRemoteFunction=CreateRemoteMememory(SomeProcess,FunctionSize)
AddressOfVar=CreateRemoteMememory(SomeProcess,DataSize)
2.將要注射的函數寫到配置的位址空間 並初使化變數
Call WriteCodeTo(AddressOfRemoteFunction)
[AddressOfVar]=1
[AddressOfVar+256]=Old_FunctionAddress
3.修改IAT位址到新配置的函數
- 2023-07-21 01:35:17下载
- 积分:1
-
radio
基于CC2430的点对点射频通信实验,我已经做过实验了,可以用。(Point to point communication experiment Based On CC2430.)
- 2013-08-15 14:22:37下载
- 积分:1