-
ESP32_lvGL
说明: codigo fuente para display con littlevgl(source code for esp32 ili9488 littlevgl working)
- 2020-06-17 04:20:01下载
- 积分:1
-
Chapter---1---Algorith---Flowcharts
Algorithm/Flowchart for C
- 2014-02-15 19:48:07下载
- 积分:1
-
海康大华原始视频流格式解析为H264
标准回调方式获取海康和大华的视频流,但是视频流不是标准h264需要提出海康和大华的私有数据头,才能转为标准h264,提交的程序就是完成解析海康和大华数据格式为h264功能
- 2022-02-07 18:22:16下载
- 积分:1
-
PPPCCALDAC
PCA(主成分分析法)、LDA(线性判别法)两种方法是主要的的线性降维法,有非常好的效果,希望对大家能够有用! 已通过测试。
(PCA (Principal Component Analysis), LDA (linear discriminant method) two methods are the main linear dimensionality reduction method, with very good results, we hope to be useful! Has been tested.)
- 2012-07-24 10:27:24下载
- 积分:1
-
hanzitopinyin
汉字转拼音的编码对比表。用于汉字转换成拼音。(Chinese pinyin coding comparison table. Used Chinese characters into pinyin.)
- 2013-10-16 11:00:20下载
- 积分:1
-
2dflocking
在没有虚拟领导者的情况下能够实现多智能体编队,并能够避免智能体之间的碰撞(Under no circumstances can the virtual leader of the multi-agent formation, and the ability to avoid collisions between agent)
- 2016-02-14 12:32:11下载
- 积分:1
-
C语言高级实例解析--光盘配套代码
C语言高级实例解析的光盘配套代码,里面程序丰富,可以用于项目开发。
- 2023-06-11 23:20:04下载
- 积分:1
-
UDS安全算法动态库dll工程
此为UDS安全算法动态库dll工程,可用于安全访问算法的封装。 开发环境是Visual studio .
- 2019-08-04下载
- 积分:1
-
SingleNumber
找出只出现一次的数字,其他数字均出现了2次,时间空间尽量少(Identify only appears once, while other figures have appeared two times to minimize time and space)
- 2013-10-24 09:01:25下载
- 积分:1
-
HWTest12
给出一个整数(负数使用其绝对值),输出这个整数中的两种递减数之和(1.最大递减数;2.递减数中各位数之和最大的数)。递减数:一个数字的递减数是指相邻的数位从大到小排列的数字,不包含相邻的数位大小相同的情况。最大递减数:所输入整数的所有递减数中值最大的一个。如:75345323,递减数有:75,753,53,53,532,32.最大递减数是753.各位数字之和最大的递减数:75个位数字之和=12(7+5),753各位数之和15,由此可知最大递减数为753。此程序输出结果=最大递减数+各位数之和最大的递减数。输入:75345323,输出:1506(Given an integer (negative using its absolute value), output the sum of two descending in the integer number (1. Maximum decreasing number 2. The decline in the number of each number the sum is the biggest number).Decreasing number: a number of decreasing number refers to the digital adjacent order number, do not contain adjacent digital size are the same.Maximum number of decreasing: all the input integer one of the biggest decline in the number of values.Such as: 75345323, decreasing number: 75753,53,53,532,32. Maximum decreasing number is 753. The sum of digits of the largest decline number: 75 bits digital = 12 (7+ 5), the sum of the sum of 753 digits 15, thus the maximum decreasing number is 753.The program output = maximum decreasing number+ you number the sum is one of the largest decline.Input: 75345323, output: 1506)
- 2015-04-04 10:30:06下载
- 积分:1