登录
首页 » 界面开发 » VB some arithmetic algorithm, the solutions to differential equations, and some...

VB some arithmetic algorithm, the solutions to differential equations, and some...

于 2022-03-01 发布 文件大小:61.27 kB
0 58
下载积分: 2 下载次数: 1

代码说明:

VB实现的一些数学运算算法,有解微分方程,定积分和一些函数绘图的测试,适合初学者。-VB some arithmetic algorithm, the solutions to differential equations, and some integral function mapping tests, for beginners.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCLSkins 是windows编程常用的换肤控件。非常实用!有了它,你就可以让你的程序添加万种色彩!...
    VCLSkins 是windows编程常用的界面换肤控件。非常实用!有了它,你就可以让你的程序添加万种色彩!-VCLSkins is commonly used in windows programming interface control skin. Very useful! With it, you can let you add the 10,000 kinds of colors!
    2022-02-25 04:21:10下载
    积分:1
  • 钩子程序
    全局钩子,可以实现对键盘的监听和消息的处理,供新手学习系统编程
    2022-11-04 20:45:03下载
    积分:1
  • 基于c#的时钟
    资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路, namespace Clock { public partial class MainForm : Form { private PointF center; private float r; private Pen hourPen; private Pen minutePen; private Pen secondPen; private Thread timeThread; public MainForm() { InitializeComponent(); ShowInTaskbar = false;//不在任务栏中显示 SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint,true); SetStyle(ControlStyles.AllPaintingInWmPaint,true); center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f); r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f); hourPen = new Pen(Color.Black, 2.5f); minutePen = new Pen(Color.Black, 1.5f); secondPen = new Pen(Color.Black, 0.5f); timeThread=new Thread(new ThreadStart(DrawTime)); timeThread.Start(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; g.Clear(BackColor); //g.SmoothingMode =
    2022-01-26 05:22:52下载
    积分:1
  • vc control on the use of the type the note, through learning, you will take cont...
    这是关于vc控制条类使用的说明,通过学习,你将掌握控制条类的使用-vc control on the use of the type the note, through learning, you will take control of the use of the category
    2022-12-22 04:00:03下载
    积分:1
  • TTF freetype的好例子
    调用microsoft的TTF好方法例子freetype -TTF good example freetype
    2022-03-20 17:16:01下载
    积分:1
  • 在VC++下的windows编程,运用画笔、画刷实现了图形的编程控制...
    在VC++下的windows界面编程,运用画笔、画刷实现了图形界面的编程控制-in VC under the windows programming interface, using brushes, brush painting to achieve a graphical programming interface control
    2022-03-17 10:40:25下载
    积分:1
  • GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方的需求,请参阅
    GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方面的需求,请参阅-GridCtrl controls, Annex demonstrated enhanced GridCtrl control, if you have needs in this area, please refer to
    2022-10-30 04:25:03下载
    积分:1
  • Graph tools written in vc
    Graph tools written in vc-Graph tools written in vc++...
    2022-02-16 06:05:27下载
    积分:1
  • 噶金电风扇感按时打士大夫撒但是大师傅感黄色
    噶金电风扇感按时打发士大夫撒但是大师傅感黄色-jsdkah dsgds
    2022-06-03 00:10:50下载
    积分:1
  • 后台管理系统
    资源描述网上下载下来的,花了资源,著作权非本人,请勿用于商业。
    2023-07-27 12:30:14下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载