-
C
说明: c/c++中常见的错误以及分析。对初学者较为帮助。可以从中学到。(the c/c++ common errors. More help for beginners. Can learn.)
- 2012-12-23 21:23:44下载
- 积分:1
-
C/C++实现802.11a
C/C++实现802.11a,在linux运行下,802.11a 是IEEE 无线网络标准,指定最大 54Mbps 的数据传输速率和 5GHz 的工作频段。802.11a的传输技术为多载波调制技术。802.11a标准是已在办公室、家庭、宾馆、机场等众多场合得到广泛应用的802.11b无线联网标准的后续标准。它工作在5GHzU-NII频带,物理层速率可达54Mb/s,传输层可达25Mbps。可提供25Mbps的无线ATM接口和10Mbps的以太网无线帧结构接口,以及TDD/TDMA的空中接口。
- 2022-03-10 00:05:20下载
- 积分:1
-
pwmkongzhishiyongyuchuxuezhe
这是有关pwm的控制,可以控制它周期的长短来控制灯的亮度,还可以控制它自动调光。(This is the control of the pwm, the length of the cycle it can be controlled to control the brightness of the lights can also control the automatic dimming.)
- 2012-08-06 10:16:40下载
- 积分:1
-
Coord3.0
坐标变换软件,能报不同坐标系通过该软件变换成统一坐标系(Coordinate transformation software, can offer different coordinate system by the software into a unified coordinate system transformation)
- 2010-10-28 17:58:22下载
- 积分:1
-
renju
说明: 五子棋游戏。利用人工智能算法,基于VC++平台。单机游戏,( The use of artificial intelligence algorithms, based on VC++ platform. Stand-alone game,)
- 2010-03-19 22:30:03下载
- 积分:1
-
DICOM wen文件读取
DICOM wen文件读取,新手参考学DICOM wen文件读取,新手参考学习DICOM wen文件读取,新手参考学习DICOM wen文件读取,新手参考学习DICOM wen文件读取,新手参考学习DICOM wen文件读取,新手参考学习DICOM wen文件读取,新手参考学习习
- 2022-07-27 15:04:38下载
- 积分:1
-
TensorFlowSharp-master源码共享
TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用TensorFlowSharp-master源代码,希望对大家有用
- 2022-02-05 07:02:24下载
- 积分:1
-
GifCodec
参考网上的资料写的gif编解码。
编码用gdi解析常用图片格式,然后组装成gif
解码吧gif的每一帧转换成dib
gif文件格式网上有很多介绍
gif用的变长lzw压缩算法:
没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。
编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。
24位dib转换成8位dib时使用的八叉树算法
图片拉伸时参考的网上的双线性插值算法。
字典满了位数加一,位数是12时不加(Online reference materials written gif codec.
Encoded using gdi resolve common image formats, and then assembled into a gif
Each frame decode it into a gif dib
There are many online gif file format introduced
gif lzw with variable length compression algorithm:
Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
- 2015-01-17 20:22:25下载
- 积分:1
-
MACD-Divergence-EA
利用macd背离信号开单,它能省去很多人为的干预,自动交易,避免人性的恐惧和贪婪的弱点!(it use MACD divergence to trade!)
- 2014-10-21 10:43:49下载
- 积分:1
-
基于hessian矩阵的FrangiFilter
说明: 基于hessian矩阵的FrangiFilter,用于图像增强,常用于影像图像血管增强(FrangiFilter based on hessian matrix, which is used for image enhancement, is often used for image enhancement of blood vessels.)
- 2019-02-13 16:35:31下载
- 积分:1