-
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码-how rapid access to the colors on the screen in red, green and blue values of the source code VC
- 2022-02-28 10:18:28下载
- 积分:1
-
myUI-界面编程
myUI-界面编程是对类似QQ界面进行编程 独立的类 实现。每个控件一个类,c++编程
- 2022-02-03 23:12:53下载
- 积分:1
-
为了将零件固定在PCB上面,我们将它们的接脚直接焊在布线上。在最基本的PCB(单面板)上,零件都集中在其中一面,导线则都集中在另一面。这么一来我们就需要在板子上...
为了将零件固定在PCB上面,我们将它们的接脚直接焊在布线上。在最基本的PCB(单面板)上,零件都集中在其中一面,导线则都集中在另一面。这么一来我们就需要在板子上打洞,这样接脚才能穿过板子到另一面,所以零件的接脚是焊在另一面上的。因为如此,PCB的正反面分别被称为零件面(Component Side)与焊接面(Solder Side)。-parts to be fixed above the PCB, we will take their feet welded directly on the wiring. At its most basic PCB (single-panel), parts of which are concentrated in the side, wire were concentrated on the other side. Suppose we need burrows on the board, then through the legs of another plank, then parts of the legs is another welding in the face. Because of this, the PCB is negative components were known as surface (Component Side) and the welding surface (Solder Side).
- 2022-11-08 00:30:02下载
- 积分: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
-
图形开发应用软件
图形开发应用软件-graphics software development and application
- 2022-03-04 12:28:34下载
- 积分:1
-
图像分割武器,希望能给你带来灵感
图像分割的利器,希望可以给你带来灵感-image segmentation weapon in the hope that you can bring inspiration
- 2022-02-03 01:10:12下载
- 积分:1
-
一个动画演示的例子
一个动画演示的例子-an animated demonstration examples
- 2022-01-23 11:19:46下载
- 积分:1
-
VC under the Bezier curve drawing, the mouse can be dynamically adjusted curve s...
VC下实现bezier曲线的绘制,可鼠标动态调整曲线的形状,可保存数据,有需要的朋友可下载-VC under the Bezier curve drawing, the mouse can be dynamically adjusted curve shape, can be stored data, there is a need friends to download
- 2023-04-05 08:55:04下载
- 积分:1
-
Introduction
Icasso is based on running FastICA several times (resampling). Ic...
Introduction
Icasso is based on running FastICA several times (resampling). Icasso pools all the estimates together and forms clusters bottom-up among them. The basic idea is that a tight cluster of estimates is considered to be a candidate for including a "good" estimate. A centroid of such cluster is considered a more reliable estimates than any estimate from an arbitrary run. (Instead of an average as a centroid, Icasso visualizes and returns a centrotype from each cluster. This is the one of the original estimates that is most similar to other estimates in the same cluster. You can compute the average by using Icasso functions.)
- 2022-03-11 21:21:55下载
- 积分:1
-
该软件用于图像处理基本函数包,包括相关算法函数集
该软件用于图像处理基本函数包,包括相关算法函数集-The software is a basic function library for image processing with matching algorithms function library.
- 2023-03-29 11:05:03下载
- 积分:1