-
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
-
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
-
Delphi CnPack水波水纹效果
Delphi CnPack水波效果,利用CnPack代码的水纹水波算法制作的,只利用了GDI画图,在有的电脑上可能有闪烁。运行程序后,用鼠标在背景图片上晃动,即可看到水波荡漾效果。
- 2022-02-04 20:28:43下载
- 积分:1
-
cgoc231
By Riccardo Pareschi, 系统研究2 读大量的Windows环境信息,有文档及源代码,(By Riccardo Pareschi, 2 read a large amount of Windows environment information system research, documentation and source code,)
- 2017-04-11 03:38:25下载
- 积分:1
-
小--网址API缩-程序源码
API网址缩短程序网站源码轻轻松松缩短你的网址链接(API Web Site Shortening Program Web Site Source Softly Shorten Links to Your Web Site)
- 2020-06-25 08:20:02下载
- 积分:1
-
The program features can be achieved Audition green character of the game server...
本程序功能可以实现劲舞团服务器的游戏绿字公告效果,效果十分出色-The program features can be achieved Audition green character of the game server announcement effect, the effect is very good
- 2022-12-01 05:55:04下载
- 积分:1
-
直接磁场定向控制-directfoc.mdl (2)
说明: direct field oriented control
- 2020-06-22 12:20:02下载
- 积分:1
-
hulf
说明: 设计一个哈夫曼编码器
要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。
① 组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。
② 输入数据序列的长度为256。
③ 先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Designing a Huffman Encoder
Huffman coding is required for a data sequence to minimize the average code length and output the coded and coded data sequence of each element.
(1) The elements that make up the sequence are the 10 digits [0-9], and each digit is represented by its corresponding 4-bit binary number. For example, 5 corresponds to 0101, 9 corresponds to 1001.
(2) The length of the input data sequence is 256.
(3) First output the encoding of each element, and then output the Huffman encoding sequence corresponding to the data sequence.)
- 2019-06-19 21:49:58下载
- 积分:1
-
开发C语言带LCD液晶的必备工具,字模提取,功能很强大,推荐使用!尤其适合C51等单片机配合点阵液晶使用...
开发C语言带LCD液晶的必备工具,字模提取,功能很强大,推荐使用!尤其适合C51等单片机配合点阵液晶使用-The development of C language with an indispensable tool for liquid crystal LCD, matrix extraction, feature a very powerful, recommended! C51, such as particularly suitable for single-chip dot matrix liquid crystal with the use of
- 2022-04-18 18:08:55下载
- 积分:1
-
Detailednetworkport
Detailednetworkport,网络端口详解,对初学者有很大的帮助(Detailednetworkport, detailed port of great help for beginners)
- 2009-04-16 00:32:54下载
- 积分:1