欢迎来到皮皮网网首页

【源码开发公司】【octave 源码学习】【相对指标源码】vb绘图源码_vb绘图程序代码

来源:cocos2dx 2048源码 时间:2024-11-24 13:39:05

1.vb.net绘制曲线
2.求VB源代码!绘图绘图!源码!程序
3.在什么地方可以找到免费的代码VB设计的源代码

vb绘图源码_vb绘图程序代码

vb.net绘制曲线

       。net  其实还是绘图绘图很好绘制图形的

       你可以看下 Graphics  类

            Dim d As New Bitmap(Me.Width, Me.Height)  ‘一个吧 

               Dim g As Graphics = Graphics.FromImage(d)’绘制  准备在这个是进行

       然后  就是你绘制的东西了

       线 就是   g.DrawLine()

        圆 弧度  就用  g.DrawArc(Pens.Black, New Rectangle(0, 0, , ), 0, )

         复杂的就是      g.DrawBezier()

          等  如果你用的是 VS的  编译  上面都有详细的参数说明  

     Dim d As New Bitmap(Me.Width, Me.Height)

               Dim g As Graphics = Graphics.FromImage(d)

               g.DrawArc(Pens.Black, New Rectangle(0, 0, , ), 0, )

               g.DrawLine(Pens.Red, New Point(0, 0), New Point(, ))

               g.DrawLines(Pens.Green, New Point() { New Point(0, 0), New Point(, ), New Point(, ), New Point(, ), New Point(, )})

               g.DrawBezier(Pens.Yellow, New Point(0, ), New Point(0, 0), New Point(, 0), New Point(,源码源码开发公司 ))

               g.Dispose()

               Me.BackgroundImage = d

求VB源代码!!程序!代码

       用记事本把下面的绘图绘图代码保存到Form1.Frm文件中。然后用VB打开,源码试试吧。程序

       ===========

       VERSION

       5.

       Begin

       VB.Form

       Form1

       BorderStyle

       =

       1

       'Fixed

       Single

       Caption

       =

       "打地鼠"

       ClientHeight

       =

       

       ClientLeft

       =

       

       ClientTop

       =

       

       ClientWidth

       =

       

       LinkTopic

       =

       "Form1"

       MaxButton

       =

       0

       'False

       MinButton

       =

       0

       'False

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       StartUpPosition

       =

       3

       '窗口缺省

       Begin

       VB.CommandButton

       Command1

       Caption

       =

       "开始"

       Height

       =

       

       Left

       =

       0

       TabIndex

       =

       9

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.Timer

       Timer1

       Interval

       =

       

       Left

       =

       

       Top

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       8

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       8

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       7

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       7

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       6

       Left

       =

       0

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       6

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       5

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       5

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       4

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       4

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       3

       Left

       =

       0

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       3

       Top

       =

       

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       2

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       2

       Top

       =

       0

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       1

       Left

       =

       

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       1

       Top

       =

       0

       Width

       =

       

       End

       Begin

       VB.PictureBox

       Picture1

       Height

       =

       

       Index

       =

       0

       Left

       =

       0

       ScaleHeight

       =

       

       ScaleWidth

       =

       

       TabIndex

       =

       0

       Top

       =

       0

       Width

       =

       

       End

       Begin

       VB.Label

       Label1

       AutoSize

       =

       -1

       'True

       Height

       =

       

       Left

       =

       

       TabIndex

       =

       

       Top

       =

       

       Width

       =

       

       End

       End

       Attribute

       VB_Name

       =

       "Form1"

       Attribute

       VB_GlobalNameSpace

       =

       False

       Attribute

       VB_Creatable

       =

       False

       Attribute

       VB_PredeclaredId

       =

       True

       Attribute

       VB_Exposed

       =

       False

       Dim

       i

       As

       Integer,代码

       t

       As

       Integer

       Private

       Sub

       Command1_Click()

       On

       Error

       GoTo

       hErr

       t

       =

       2

       

*

       InputBox("请设置游戏时间,单位为秒:",绘图绘图octave 源码学习

       ,

       )

       Caption

       =

       0

       Timer1.Enabled

       =

       True

       Command1.Enabled

       =

       False

       hErr:

       End

       Sub

       Private

       Sub

       Form_Load()

       Timer1.Enabled

       =

       False

       Randomize

       For

       Each

       p

       In

       Picture1

       p.FontName

       =

       "arial"

       p.FontSize

       =

       

       Next

       End

       Sub

       Private

       Sub

       Picture1_Click(Index

       As

       Integer)

       If

       Index

       =

       i

       Then

       Caption

       =

       Caption

       +

       1:

       t

       =

       t

       +

       1:

       Timer1_Timer

       End

       Sub

       Private

       Sub

       Timer1_Timer()

       For

       Each

       p

       In

       Picture1

       p.Cls

       Next

       i

       =

       Int(Rnd

       

*

       9)

       Picture1(i).Print

       i

       +

       1

       t

       =

       t

       -

       1

       Label1.Caption

       =

       "倒计时:"

       &

       Int(t

       /

       2)

       If

       t

       =

       0

       Then

       Timer1.Enabled

       =

       False:

       MsgBox

       "游戏结束,您共打到"

       &

       Caption

       &

       "次地鼠":

       i

       =

       -1:

       Command1.Enabled

       =

       True

       End

       Sub

在什么地方可以找到免费的源码VB设计的源代码

       在寻找免费的VB设计源代码时,您可以在互联网上轻松找到所需资源。程序通常,人们使用VB(Visual Basic)结合ACCESS来实现各种功能。只需在搜索引擎中输入关键词,您便能找到相应的相对指标源码代码。例如,输入"VB 进销存 源码",然后在Google或百度上进行搜索,您将获得一系列相关结果。

       在进行搜索时,请确保使用准确的测试智商源码关键词。例如,如果您寻找的是特定类型的VB源代码,例如“VB 进销存 源码”,这些关键词将帮助您找到与您的需求紧密相关的代码。在搜索引擎的搜索结果页面上,您可能会看到多个网站、linux源码索引论坛或代码分享平台提供的免费源代码。

       浏览这些结果时,请确保评估每个源代码的质量和适用性。查看代码的文档说明、用户评价以及代码的更新频率,这些都是判断其是否符合您需求的重要指标。一些知名的代码分享平台如GitHub、CodeProject或Stack Overflow等,通常提供高质量且经过验证的代码资源。

       此外,您还可以加入相关的编程社区或论坛,在那里您将与许多其他开发者交流。这些社区经常有专门的讨论版块或标签,例如“VB源代码分享”或“免费资源”,您可以在这些版块中提问并找到所需的源代码。

       通过上述方法,您应该能够找到适合您需求的免费VB设计源代码。请记得在下载和使用代码之前,确保您了解其许可协议,并遵循所有相关的法律和道德规范。