资源列表
JPEG_DECODE
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder class support common JPEG file format, which is currently the most JPEG files in the f
Java-JPEG2000Code
- 用Java写的JPEG2000的编解码程序(含下面三部分) ――――源程序,二进制代码,以及说明文档 JJ2000 项目的共享软件 JJ2000主页-Java write JPEG2000 codec (containing the following three parts)- source, binary code, and documentation of Alarm Indication Home-sharing software
test01
- QT5下通过按钮控件控制QtabWidget的在界面上出现的数目,适合初学者学习,也可以在此基础上增加更多的功能。-Under QT5 number appears on the screen by button controls Qtablewidget control, suitable for beginners to learn, you can also add more functions on this basis.
SD_Test
- 一款很好的SD卡读取上位机软件 可以实现对SD卡自动搜索和读写-SD card test and read/write
testlinfit01
- Qt5下,采用QCustomplot控件绘制曲线,采用最小二乘算法拟合曲线,进行线性拟合,多项式拟合和指数拟合-Under Qt5, using QCustomplot control plotted using least-squares curve fitting algorithms, linear fit, polynomial fitting and exponential fitting
kde2d
- 二维高斯核函数重构 重构方法不依赖于参数化模型-2D Gaussian Kernel Reconstruction fast and accurate state-of-the-art bivariate kernel density estimator with diagonal bandwidth matrix. The kernel is assumed to be Gaussian. The two bandwidth parameter
matlab
- 模拟levy飞行的3个基础函数,分别用于模拟levy曲线迭代次数,存储数组,及两端点的坐标-Flight simulation levy of three basis functions are used to coordinate the analog levy curve iterations, storage arrays, and the two end points
main04
- QT5 treeview和tableview以及成图显示,通过在treeview上点击鼠标,实现数据的加载,在右边的tableview和绘图区显示数据和曲线。-QT5 treeview and tableview and mapping display, by clicking the mouse on the treeview achieve load data, display data and curves in the right tableview and drawing area.
TrafficStats
- 后台服务监控流量统计是一个安卓流量统计的小例子,可以统计每个应用的网络流量,区分移动网络与WIFI 技术点: 使用TrafficStats记录流量变化 使用Service,BroadcastReceiver监控网络状态变化 使用sqlite记录各个应用已用流量数据(只能统计应用安装后使用的流量,之前用掉的不能统计)。-Background service control flow statistics is a small example of an Android traffic statis
RootCheck
- 检测手机是否Root源码判断安卓手机是否root有三种方式,本源码是第三种方式。 第一种: Android可以直接运行一个底层命令,来判断是否root,但是这会带来一个问题,每次判断是否root都会弹出一个root请求框。这是十分不友好的一种交互方式,而且,用户如果选择取消,有部分手机是判断为非root的。这种方式的特点是交互不友好,而且有误判。 第二种: 一般root手机都会有一些的特殊文件夹,比如/system/bin/su,/system/xbin/su,里
simple_socket
- 简单的socket 客户端/服务端实现,可帮助理解socket编程-Simple socket client/server-side implementation
MicroLeanSystem
- 自我学习自我监考的管理系统是一套基于安卓的自我学习自我监考的管理系统项目源码,可以实现题库的增删改查,软件打开以后使用默认的管理员用户名javaapk密码javaapk就可以登录管理员后台,可以在后台实现题库的增删改查和题目的增删改查。但是目前只能添加选择题一种题型,暂时不支持其他题型的添加。普通用户需要先注册,,注册以后只能看到管理员添加的试题和答题检测,不能添加自己的试题和题库。数据存储主要使用了sqlite。本项目为学生作品,可以修改后做自己的毕设。-Self learning and s
