登录
首页 » Visual Basic » Finite difference

Finite difference

于 2017-12-29 发布 文件大小:81KB
0 117
下载积分: 1 下载次数: 2

代码说明:

  建立差分格式,输入边缘数值通过有限差分法计算网格中点的值(电磁场与电磁波中内容)(A difference scheme is set up, and the input edge value is calculated by the finite difference method (the content of electromagnetic field and electromagnetic wave) in the mesh.)

文件列表:

有限差分, 0 , 2017-05-26
有限差分\.vs, 0 , 2016-12-06
有限差分\.vs\有限差分, 0 , 2016-12-06
有限差分\.vs\有限差分\v14, 0 , 2016-12-06
有限差分\.vs\有限差分\v14\.suo, 44032 , 2017-05-16
有限差分\有限差分, 0 , 2017-05-26
有限差分\有限差分\App.config, 188 , 2016-12-06
有限差分\有限差分\Form1.Designer.vb, 8854 , 2016-12-16
有限差分\有限差分\Form1.resx, 5817 , 2016-12-16
有限差分\有限差分\Form1.vb, 8670 , 2017-05-04
有限差分\有限差分\My Project, 0 , 2017-05-26
有限差分\有限差分\My Project\Application.Designer.vb, 1494 , 2016-12-06
有限差分\有限差分\My Project\Application.myapp, 510 , 2016-12-06
有限差分\有限差分\My Project\AssemblyInfo.vb, 1053 , 2016-12-06
有限差分\有限差分\My Project\Resources.Designer.vb, 2779 , 2016-12-06
有限差分\有限差分\My Project\Resources.resx, 5612 , 2016-12-06
有限差分\有限差分\My Project\Settings.Designer.vb, 2987 , 2016-12-06
有限差分\有限差分\My Project\Settings.settings, 279 , 2016-12-06
有限差分\有限差分\bin, 0 , 2016-12-06
有限差分\有限差分\bin\Debug, 0 , 2017-05-26
有限差分\有限差分\bin\Debug\有限差分.exe, 24064 , 2017-05-04
有限差分\有限差分\bin\Debug\有限差分.exe.config, 188 , 2016-12-06
有限差分\有限差分\bin\Debug\有限差分.pdb, 40448 , 2017-05-04
有限差分\有限差分\bin\Debug\有限差分.vshost.exe, 22696 , 2017-05-16
有限差分\有限差分\bin\Debug\有限差分.vshost.exe.config, 188 , 2016-12-06
有限差分\有限差分\bin\Debug\有限差分.vshost.exe.manifest, 490 , 2016-07-16
有限差分\有限差分\bin\Debug\有限差分.xml, 683 , 2017-05-04
有限差分\有限差分\obj, 0 , 2016-12-06
有限差分\有限差分\obj\Debug, 0 , 2017-05-26
有限差分\有限差分\obj\Debug\DesignTimeResolveAssemblyReferences.cache, 1464 , 2016-12-06
有限差分\有限差分\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 7101 , 2016-12-06
有限差分\有限差分\obj\Debug\TempPE, 0 , 2017-05-26
有限差分\有限差分\obj\Debug\TempPE\My Project.Resources.Designer.vb.dll, 6144 , 2016-12-06
有限差分\有限差分\obj\Debug\有限差分.Form1.resources, 180 , 2016-12-16
有限差分\有限差分\obj\Debug\有限差分.Resources.resources, 180 , 2016-12-06
有限差分\有限差分\obj\Debug\有限差分.exe, 24064 , 2017-05-04
有限差分\有限差分\obj\Debug\有限差分.pdb, 40448 , 2017-05-04
有限差分\有限差分\obj\Debug\有限差分.vbproj.FileListAbsolute.txt, 1029 , 2017-05-16
有限差分\有限差分\obj\Debug\有限差分.vbproj.GenerateResource.Cache, 1012 , 2016-12-16
有限差分\有限差分\obj\Debug\有限差分.vbprojResolveAssemblyReference.cache, 2086 , 2016-12-06
有限差分\有限差分\obj\Debug\有限差分.xml, 683 , 2017-05-04
有限差分\有限差分\有限差分.vbproj, 5441 , 2016-12-06
有限差分\有限差分.sln, 1003 , 2016-12-06

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

发表评论

0 个回复

  • OS_projectC_Mutex
    You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate. The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
    2009-10-31 16:09:02下载
    积分:1
  • pontfix
    类似于网络蚂蚁的下载软件,可以下载测试下,万能的VB()
    2017-09-27 17:42:03下载
    积分:1
  • DUNK!!!
    能对输入的两个数进行任意的四则运算,输入数字和符号即可(to the importation of two arbitrary number of the four operations, the importation of figures and symbols can be)
    2006-10-30 23:24:29下载
    积分:1
  • QrInv
    QR对复数矩阵进行求逆运算,是一个vc动态库源码,源码测试程序中针对是4维复数矩阵采用QR分解方法对4维复数矩阵进行求逆,可扩展,只需修改r上三角矩阵求逆的方法即可(QR method is mainly used for negative complex matrix inversion, the test program is carried out for 4 matrix inversion, scalable, simply modify the triangular matrix inversion process you can)
    2015-12-03 10:16:37下载
    积分:1
  • ZGTRKPY
    一个用vb实现的12导联信号的动态显示界面,有兴趣的可以看看,()
    2017-09-25 16:08:35下载
    积分:1
  • 683634
    会发声的按钮,VC++经典编程源码,很好的参考资料。(Will sound button, VC++ classic programming source code, a good reference.)
    2013-11-14 10:22:27下载
    积分:1
  • trafficlight
    说明:  采用模糊控制的思想,实现交通路口红绿灯时间的优化控制。 功能要求:(1) 采用模糊控制实现红绿灯控制,根据车流量的不同来控制红绿灯的显示时间。 (2) 模拟实际交通路况,简化编程难度,只考虑横竖方向的车流量,并不考虑车的拐弯,重点突出模糊控制算法 (Using fuzzy control theory to achieve the traffic intersection of time optimal control of traffic lights. Functional requirements: (1) using fuzzy control to achieve traffic light control, according to the different traffic flow to control the traffic lights display the time. (2) simulate the actual traffic and road conditions, simplify programming difficulty, only if they had to consider the direction of traffic flow, without considering turning vehicles, focused fuzzy control algorithm)
    2021-04-07 22:49:01下载
    积分:1
  • PSO-VRP
    说明:  就是相当简单的介绍一下物流选址方面的相关问题(The brief is quite simple logistics issues related to site selection)
    2021-04-21 23:18:49下载
    积分:1
  • 1656
    VB编写的用户登陆界面,实现简单的密码验证功能,适合VB初学者(VB, user login interface, simple password authentication function for VB beginners)
    2013-08-22 09:54:16下载
    积分:1
  • DLL_use
    介绍如何在DLL中进行函数的定义,如何使用外部程序调用DLL中定义的函数。(how the DLL function for the definition, the use of external program called defined in the DLL function.)
    2007-06-21 21:39:47下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载