登录
首页 » Visual Basic » Fnn

Fnn

于 2020-06-25 发布 文件大小:70KB
0 148
下载积分: 1 下载次数: 0

代码说明:

  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 个回复

  • GraphColorPage
    GraphColorPage.cpp the ClassWizard will add member initialization here(the ClassWizard will GraphColorPage.cpp add member initialization here)
    2007-03-16 22:45:32下载
    积分:1
  • dws2src11
    DWS Source . Delphi W SCript.(DWS Source. Delphi W SCript.)
    2007-02-03 21:24:23下载
    积分:1
  • visual c++从初学到精通源代码
    说明:  这是电子工业出版社出版,吕兵编著的visua c++从初学到精通一书中的全部程序源代码,书中涵盖了数据库编程、图像编程,windows消息机制,(This book is written by LvBing ,published by electronic industry press,introduce method in database ,image process ,message map)
    2020-06-01 11:11:55下载
    积分:1
  • 200562241642141
    说明:  遍历文件夹并建成目录树,一个非常好的例子(Traverse Folder and build the directory tree, a very good example)
    2008-11-26 18:55:39下载
    积分:1
  • vb-histogram
    VB生成柱状图源代码,供有需要的学习交流(histogram generator,vb code example.)
    2016-06-24 13:59:09下载
    积分:1
  • Thinking_in_CPP
    C++编程思想英文版,很好的一本C++编程书籍。(thinking in C++)
    2012-09-23 04:43:15下载
    积分:1
  • poj3941
    poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills. (poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills.)
    2013-07-16 20:45:28下载
    积分:1
  • An_Interne213918132009
    Internet Cafe Monitoring System
    2018-09-21 11:30:18下载
    积分:1
  • NoDeleteDelay
    I ve noticed for a while that on Windows XP, when you use Explorer to delete a file or directory that is in use by another process, it takes what seems like an eternity before an error message appears telling you the file can t be deleted. During this time, there is no indication that Explorer even noticed the delete command. No hourglass, no nothing. By the time the message box appears, I ve already hit the delete key a few more times in a futile attempt to get Explorer to just do something, already. Either delete the file or tell me you can t...throw me a bone here.
    2009-12-12 20:40:55下载
    积分:1
  • VB_Calendar
    用VB编写的万年历小程序,能查询公元元年到公元9999年的日期,但不包括农历节气.(VB small calendar prepared by the procedures to query the founding of the Year Year 9999 date but does not include the Lunar cycle.)
    2007-04-11 13:54:34下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载