-
PCM_to_PWM
語音的16bit PCM Data 轉成PWM方式輸出(Voice of 16bit PCM Data converted into PWM mode output)
- 2020-07-01 20:00:02下载
- 积分:1
-
restore-dirt-rain
图像处理,图像去雨滴、尘土,达到图像恢复的效果,还原图像。(image derain)
- 2014-06-04 17:19:31下载
- 积分:1
-
Arc7
private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI * 0.5f
else return Math.PI * 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{(private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI* 0.5f
else return Math.PI* 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{)
- 2008-09-28 14:47:20下载
- 积分:1
-
新建文件夹 (3)
关于抓住那头牛另一种代码书写,借鉴了一些大神的代码一下(As for grabbing the cow and writing another code, learn from the code of some gods.)
- 2019-06-13 09:38:39下载
- 积分:1
-
AnimatePicture
C#模拟播放连续的图片为GIF动画,模拟出播放GIF的动画效果,在Debug/bin目录下,有很多的图像文件,有VS的可重新修改源码,适合学习,源码简单。(C# analog playback consecutive pictures as an animated GIF, animated GIF to simulate the effect of playing in Debug/bin directory, there are a lot of image files, there VS can re-edit the source code, suitable for learning, simple source.)
- 2014-09-18 15:29:53下载
- 积分:1
-
bar
BCB写的一个滑动块图形控件程序.实现拖动滑块的功能(BCB written by a sliding block graphics control procedures. Drag the slider to achieve the function of)
- 2007-12-21 11:02:58下载
- 积分:1
-
mp3_player
一个mp3播放器的源代码,,用c++实现,可以作为学习多媒体软件编程的朋友参考。(An mp3 player source code, with c++ Realized, could serve as a learning multimedia software programming friend of reference.)
- 2008-04-25 15:31:03下载
- 积分:1
-
qpoa
QPOA的全套代码,含空数据库部分,部分页面可能有BUG(QPOA full code, including an empty part of the database, some pages may have BUG)
- 2013-07-24 15:35:12下载
- 积分:1
-
Methog_Based
基于特征的影像匹配——SIFT Method!!! 相当经典,只不过是MatLab源码(Based on the characteristics of image matching, SIFT Method!!!!!!)
- 2017-08-12 19:46:23下载
- 积分:1
-
封装好的TCP
封装好的TCP -Packaging good TCP
- 2022-03-04 18:12:31下载
- 积分:1