-
Security
安卓权限动态监控系统是一套基于安卓的软件权限和个人应用数据监控系统,实现了敏感权限访问记录生成、网络流量和短信的监控、软件行为分析、用户交互模块采用数据报表可视化的方式,让用户直观地了解到手机中各应用程序访问了哪些敏感权限,是否有非授权流量或短信的流出,同时系统还可视化地给出了应用程序的危险系数和行为分析。(Android permission dynamic monitoring system is a software permission and personal application data monitoring system based on Android. It realizes the generation of sensitive permission access records, the monitoring of network traffic and short messages, the analysis of software behavior, and the visualization of user interaction module by data report forms, so that users can intuitively understand which sensitive permissions are accessed by various applications in mobile phones, and whether there are non-users. Authorized traffic or SMS outflow, while the system can visually give the application risk factor and behavior analysis.)
- 2019-04-23 09:47:57下载
- 积分:1
-
sensores
Pycom shield board pcb design
- 2019-04-01 22:19:31下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
APF
一个利用Auxiliary Particle Filter 的例子,来源于Gordon的Tutorial On Particle Filter. 该程序实现了此例中的辅助粒子滤波器的算法.RMS接近文章中的结果.(An example of the use of Auxiliary Particle Filter, from Gordon' s Tutorial On Particle Filter. This program implements in this case, the auxiliary particle filter algorithm. RMS close to the article in the results.)
- 2021-04-09 20:08:59下载
- 积分:1
-
共生矩阵MATLAB源码
说明: 用于计算图像的纹理特征向量,直接读入图片即可(Texture feature vectors for image computation)
- 2019-03-11 21:17:49下载
- 积分:1
-
BootLoader
适用于NXP现有MCU,rappid bt; can和sci双支持(Suitable for NXP existing MCU, rappid bt; can and SCI dual support)
- 2020-06-21 05:00:02下载
- 积分:1
-
LabVIEW通过1200以太网
西门子S7-1200 PLC支持多种协议通过以太网通讯方式,如OPC、TCP、S7、MODBUS-TCP等。TCP方式相比其它协议,具有更多的灵活性,更快的数据响应等优点,本人即介绍LabVIEW通过TCP方式与S7-1200 PLC通信。
S7-1200 PLC的TCP通信方式,称之为“开放式用户通讯”,通过以太网发送或读取数据。(SIEMENS S7-1200 PLC supports a variety of protocols through Ethernet communications such as OPC, TCP, S7, MODBUS-TCP, and so on. Compared with other protocols, TCP has more flexibility, faster data response and so on. I introduce LabVIEW to communicate with S7-1200 PLC through TCP mode.
S7-1200 PLC TCP communication, known as "open user communications", send or read data over ethernet.)
- 2017-10-07 08:16:12下载
- 积分:1
-
幅相误差对MUSIC算法的影响
代码计算幅相误差对MUSIC算法的影响,一共两个.m文件(1.array_am_pha_error_on_music.m
2.error_matrix)
- 2021-03-31 16:29:08下载
- 积分:1
-
RecPlate-lib
说明: 经过预处理、车牌定位、字符分割、字符识别进行车牌识别。(License plate recognition is carried out after preprocessing, license plate location, character segmentation and character recognition.)
- 2021-03-23 18:04:33下载
- 积分:1
-
数字图像增强。
digital image enhancement.
- 2022-06-15 09:24:21下载
- 积分:1