资源列表
Beyond Compare 3
- Beyond Compare是一套由Scooter Software推出的软件,主要用途是对比两个文件夹或者文件,并将差异以颜色标示。(Beyond Compare is a set of software developed by Scooter Software. The main purpose is to compare two folders or files, and to mark the differences in color.)
C# 记事本源代码
- 该压缩包主要是C# 记事本的源代码,该产品类似于微软公司WINDOWS系统上的记事本,功能原理相差不大。(This compression package is mainly the source code of the C# Notepad. The product is similar to the notepad on the Microsoft Corp WINDOWS system, with little difference in function and principle.)
DTOGenerator
- 从数据库表结构生成类文件,并根据类文件生成对应的DTO文件(generating class file by the schema get from database, and generating the dto file by the class file)
BMS_ADC_Test
- MPC5744P ADC模块 实现ADC模块采样,并读取采样结果。(MPC5744P ADC module MPC5744P ADC module working ,sample ADC and get result ,result saved in array)
mycam.c.tar
- 基于V4L2框架的camera图像抓取,并转换成可视的格式,便于理解v4l2框架(Camera image capture based on V4L2)
MPU6050
- stm32 mpu6050六轴陀螺仪,模板文件可以很好的移至自己所需的工程中(Stm32 mpu6050 six axis gyroscope, the template file can be well moved to the project you need)
PWM DAC
- stm32 pwm方波,改变引脚输出频率,通过占宽比来调节输出引脚的电压(STM32 PWM square wave, changing the output frequency of the pin, and adjusting the voltage of the output pin by occupying the width ratio)
TFTLCD
- stm32 tft 彩屏显示,增设各种屏幕的适配,增加程序源码的通用性(STM32 TFT color display adapter, added to the screen, increase the versatility of the program source code)
USMART
- stm32 usmart 通过串口在线调试程序源码编写的合理性问题,一次写入,无线仿真器即可调试(Stm32 usmart through serial serial debug program source code rationality problem, a write, wireless emulator can be debugged)
DWGdirectX_3.01
- 用于DWG文件的读写,以及读写后的显示。(It is used for reading and writing of DWG files and the display after reading and writing.)
常用函数
- 用筛法求素数的基本思想是:把从1开始的、某一范围内的正整数从小到大顺序排列, 1不是素数,首先把它筛掉。剩下的数中选择最小的数是素数,然后去掉它的倍数。依次类推,直到筛子为空时结束。如有: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1不是素数,去掉。剩下的数中2最小,是素数,去掉2的倍数,余下的数是: 3 5 7 9 11 13 15 17 19 21 23 25 2
matlab图像处理,压缩感知中ROMP的代码实现
- matlab处理图像,压缩图像,去燥,增强(Matlab processing images, compressed images, dryness, enhancement)
