登录
首页 » Visual Basic » Fnn

Fnn

于 2020-06-25 发布
0 238
下载积分: 1 下载次数: 1

代码说明:

说明:  Serial port Visual basic Connect continues Function

文件列表:

Fnn\Fnn\App.config, 188 , 2019-06-21
Fnn\Fnn\bin\Debug\Fnn.exe, 31744 , 2019-06-21
Fnn\Fnn\bin\Debug\Fnn.exe.config, 188 , 2019-06-21
Fnn\Fnn\bin\Debug\Fnn.pdb, 46592 , 2019-06-21
Fnn\Fnn\bin\Debug\Fnn.vshost.exe, 23168 , 2019-06-21
Fnn\Fnn\bin\Debug\Fnn.vshost.exe.config, 188 , 2019-06-21
Fnn\Fnn\bin\Debug\Fnn.vshost.exe.manifest, 490 , 2010-03-18
Fnn\Fnn\bin\Debug\Fnn.xml, 644 , 2019-06-21
Fnn\Fnn\Fnn.vbproj, 5351 , 2019-06-21
Fnn\Fnn\Form1.Designer.vb, 2199 , 2019-06-21
Fnn\Fnn\Form1.resx, 5817 , 2019-06-21
Fnn\Fnn\Form1.vb, 2675 , 2019-06-21
Fnn\Fnn\My Project\Application.Designer.vb, 1507 , 2019-06-21
Fnn\Fnn\My Project\Application.myapp, 510 , 2019-06-21
Fnn\Fnn\My Project\AssemblyInfo.vb, 1163 , 2019-06-21
Fnn\Fnn\My Project\Resources.Designer.vb, 2774 , 2019-06-21
Fnn\Fnn\My Project\Resources.resx, 5612 , 2019-06-21
Fnn\Fnn\My Project\Settings.Designer.vb, 2985 , 2019-06-21
Fnn\Fnn\My Project\Settings.settings, 279 , 2019-06-21
Fnn\Fnn\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 7016 , 2019-06-21
Fnn\Fnn\obj\Debug\Fnn.exe, 31744 , 2019-06-21
Fnn\Fnn\obj\Debug\Fnn.Form1.resources, 180 , 2019-06-21
Fnn\Fnn\obj\Debug\Fnn.pdb, 46592 , 2019-06-21
Fnn\Fnn\obj\Debug\Fnn.Resources.resources, 180 , 2019-06-21
Fnn\Fnn\obj\Debug\Fnn.vbproj.FileListAbsolute.txt, 961 , 2019-06-21
Fnn\Fnn\obj\Debug\Fnn.vbproj.GenerateResource.Cache, 977 , 2019-06-21
Fnn\Fnn\obj\Debug\Fnn.xml, 644 , 2019-06-21
Fnn\Fnn\obj\Debug\TempPE\My Project.Resources.Designer.vb.dll, 7680 , 2019-06-21
Fnn\Fnn.sln, 978 , 2019-06-21
Fnn\Fnn.v12.suo, 35840 , 2019-06-22
Fnn\Fnn\obj\Debug\TempPE, 0 , 2019-06-21
Fnn\Fnn\bin\Debug, 0 , 2019-06-21
Fnn\Fnn\obj\Debug, 0 , 2019-06-21
Fnn\Fnn\bin, 0 , 2019-06-21
Fnn\Fnn\My Project, 0 , 2019-06-21
Fnn\Fnn\obj, 0 , 2019-06-21
Fnn\Fnn, 0 , 2019-06-21
Fnn, 0 , 2019-06-21

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

发表评论

0 个回复

  • 11111
    Thanks for downloading my Logix RC flight simulator. This is a Micro Visual C++ project, so it would be easiest for you to open it with MSVC++ but if you dont have it, you can always use your own compiler, the source files are all there. My program uses some free library offered by Microsoft that make direct X much easier and faster to use. They are located in the 3dPlus directory, you will have to add them to the lib, and include directory on your compiler. The EXE is included, it searches for a bitmap to use as the ground, this is determined in the source. Im know the commenting on the source leaves some to be expected, but i‘ve run low on time. If you need help, source code to the librarys, or anything else email me at: logix@ionet.net I‘ll even send you a CD with everything on it if you mail me a few dollars. Please feel free to distribute this but leave it intact. 本站提供飞行模拟器免费下载,版权归其软件公司或原作者所有。如果你喜欢,请支持正版!
    2010-02-02 17:50:59下载
    积分:1
  • HiderPlus
    vb老板键(枚举和隐藏窗体、标题),有需要的就下载吧。(vb boss key (enumeration and hidden form, the title), there is a need to download it.)
    2013-08-13 23:35:51下载
    积分:1
  • NetPlayer
    简易的vb6网络歌曲播放器源代码,有需要的就下载吧。(Simple vb6 network music player source code, has the need to download it.)
    2013-08-17 01:35:06下载
    积分:1
  • DrawOfMemory
    DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:   int Mult:总共需要显示几类数据   int AllNum:每类数据总的数据量   int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...   COLORREF PenColor:每类数据的画笔的颜色   CWnd *pWnd:需要显示曲线的控件指针   还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values​ ​ , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined: int Mult: A total of several types of data to be displayed int AllNum: total amount of data for each type of data int Value []: an array of data values​ ​ , consisting of forms: Data 1 Data 2+ 3+ ...+ data COLORREF PenColor: brush color for each type of)
    2014-07-02 10:52:43下载
    积分:1
  • OReilly---Programming-with-Microsoft-Visual-CPP-
    O Reilly - Programming with Microsoft Visual C++ .NET 6th Edition
    2012-09-24 17:40:49下载
    积分:1
  • vscap
    屏幕录制程序 联合开发网 - pudn.com
    2020-06-16 10:20:01下载
    积分:1
  • VB-Excel
    打开Excel,导出数据到Excel中(通过一个数据表或则是数组形式)(open excel to a datagridview and put the data out on excel)
    2012-04-05 21:54:45下载
    积分:1
  • NI-VB
    VB中使用Labview的 绘图控件,把vb和Lab􀀁 VIEW在数据采集、显示与处理方面的优势结合起来, 互相取长补短, 从而开发出功能更加强大的测控软件系统。(Use of Labview drawing control in VB, vb and Lab 魛?the VIEW in the data acquisition, display and processing advantages combine to complement each other in order to develop a more powerful monitoring and control software system.)
    2012-06-25 09:50:30下载
    积分:1
  • Ex1
    Kazakhstan simple c++ code
    2010-09-16 16:50:58下载
    积分:1
  • UDPChattool
    这是用VB编辑的点对点通讯工具,只要双方拥有IP地址,就可以连接通讯.可以用于Internet,局域网等网络中.()
    2008-04-10 17:14:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载