-
fast Fourier transformation, C language fast Fourier transformation.
快速付立叶转换,C语言实现快速付立叶转换.-fast Fourier transformation, C language fast Fourier transformation.
- 2022-03-19 21:58:42下载
- 积分:1
-
一个日程管理和通讯录管理的软件,采用的Access数据库,其中用到了三个自已写的三个控件:无售点按钮(NFButton.ocx)、带图片的按钮(ImageBut...
一个日程管理和通讯录管理的软件,采用的Access数据库,其中用到了三个自已写的三个控件:无售点按钮(NFButton.ocx)、带图片的按钮(ImageButton.ocx)、改进的日历控件(GoldSealCanlendar.ocx)。它还为我找到第一份工作立下了汗马功劳,因为没有时间,所以日程提醒部分没有做,是一下小小的遗憾。-a calendar and contact management software, using the Access database, which uses three own written three controls : no selling point button (NFButton.ocx), the button with pictures (ImageButton.ocx), improved calendar control (GoldSealCanlendar.ocx). It is also the first to find me a job has achieved a lot, because no time, the agenda remind some do not, what is little regret.
- 2022-02-14 15:04:07下载
- 积分:1
-
引导系统,它可以运行
导游系统,可以运行-guide systems, which can run
- 2022-03-16 21:47:21下载
- 积分:1
-
Draw Rotated Polygon
在二维平面中画出半径为R(& gt;=100)的旋转多边形并填充多边形,该Visual C++(VS2010)应用程序使用参数方程生成多边形,其中角=(0360)度,边是指定的数目(& gt;=5)。
- 2022-02-03 04:03:15下载
- 积分:1
-
PNG文件格式的解码器源代码。适用于手臂平台
PNG格式文件解码源代码。适用于ARM平台-PNG file format decoder source code. Applicable to ARM platform
- 2022-07-04 02:57:31下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
在图像处理中,主要用于求取图像的直方图像。
在图像处理中,主要用于求取图像的直方图像。-In image processing, mainly for striking images, like the histogram
- 2022-02-15 08:00:01下载
- 积分:1
-
用最流行的图像处理工具OPENCV,求取运动物体轮廓。效果明显。...
用最流行的图像处理工具OPENCV,求取运动物体轮廓。效果明显。-most popular image processing tools OPENCV strike movement object contours. Obviously.
- 2022-03-20 11:56:18下载
- 积分:1
-
用人工神经元来识别英文字母
用人工神经元来识别英文字母-artificial neurons to identify English alphabets
- 2022-12-02 04:50:03下载
- 积分:1
-
最小二乘法拟合曲线的算法
最小二乘法拟合曲线的算法-Algorithm gor least square fit curve.
- 2023-05-13 13:15:02下载
- 积分:1