登录
首页 » 其他项目 » 分光光度计数据接收程序

分光光度计数据接收程序

于 2022-02-14 发布 文件大小:1.12 MB
0 265
下载积分: 2 下载次数: 1

代码说明:

这是自己帮朋友公司产品写的配套程序,主要代码不多800行左右,作为入门学习够了。 通过RS232口接收某型号分光光度计数据,分类显示、保存和打印。 可以作为串口通讯的简单例子,使用了一些常用的C++ Builder常用控件,也可以作为学习C++ Builder的例子。

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

发表评论

0 个回复

  • Jbuilder实现的一个三维动画演示系统!已经通过调试演示!
    Jbuilder实现的一个三维动画演示系统!已经通过调试演示!-Jbuilder achieve a 3D animation demonstration system! Has been demonstrated through testing!
    2022-03-23 23:17:50下载
    积分:1
  • 该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
    该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡; 繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一: 消亡; 不变――静态; 振荡――在一组模式间循环多次后在相同的位置出现相同的模式; 滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式; 显示进化的过程,即历代模式; 当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。 -The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes: Die Constant- static Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged Sli
    2022-03-25 01:15:01下载
    积分:1
  • a book is about how the J2EE servlet played since own role.
    java Servlet编程一书是讲述servlet如何在J2EE中扮演自己的角色。-a book is about how the J2EE servlet played since own role.
    2022-08-21 17:00:42下载
    积分:1
  • 为了循序渐进的了解投票功能,本人专门开发了这套简单投票系统,投票的数据保存在Sql数据库中,只保存投票的及票数。 本系统的实现原来是用户每投一次,将在数据库...
    为了循序渐进的了解投票功能,本人专门开发了这套简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。 本系统的实现原来是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDataSource,其中自定义了很多方法和函数。 管理地址为/ItemManager.aspx -Step-by-step understanding of voting in order to function, I developed a set of specialized simple voting system, the voting data stored in the Sql database, only to vote to preserve the items and the number of votes. Realize the system was user vote once each, will be in the database corresponds to the item number of votes plus one. The system data source using the SqlDataSource, which a lot of custom methods and function. Management of address/ItemManager.aspx
    2022-08-18 05:42:52下载
    积分:1
  • A. Executive SPLIB B. Implementation SPDOS C. loading D. Pinyin module loading W...
    A.执行SPLIB B.执行SPDOS C.装载拼音模块D.装载五笔字型输入模块32.在汉字输入状态下, 按下Shift+A组合键后,输入了_______。 ... A.按原代码方式B.按指定字体C.按标准方式D. 按分栏方式41.FoxBASE启动后,在圆点"."提示符下,执行命令文件MAIN. -A. Executive SPLIB B. Implementation SPDOS C. loading D. Pinyin module loading WBZX module 32. The state of inputting Chinese characters, press Shift A key combinations, the importation of _______. The original code ... A. B. manner specified by standard fonts C. D. manner by way 41.FoxBASE columns after commencement, the dots "." Prompt implementation of an order document MAIN.
    2022-02-03 01:43:58下载
    积分:1
  • Java Bomberman is just another multiplayer bomberman clone written in Java.
    Java Bomberman is just another multiplayer bomberman clone written in Java.
    2022-05-16 05:21:57下载
    积分:1
  • 电源设计包括正负电源,可调电压源和可调电流源。
    电源设计包括正负电源,可调电压源和可调电流源。-Power supply design, including positive and negative power supply, adjustable voltage and adjustable current source.
    2022-10-13 07:30:03下载
    积分:1
  • 利用SAR卫星的已知的多个时刻的位置和速度信息,精确地拟合出SAR卫星的轨道模型。可用于计算出任意象元成像时刻卫星的位置...
    利用SAR卫星的已知的多个时刻的位置和速度信息,精确地拟合出SAR卫星的轨道模型。可用于计算出任意象元成像时刻卫星的位置-SAR satellites known to use multiple moments of position and velocity information, accurately fitted SAR satellite orbital model. Images can be used to calculate the yuan as the location of satellite imaging time
    2022-10-01 03:50:03下载
    积分:1
  • 光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪
    光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪-Ray-tracing simulation program, the icon is changing the refractive index of light in the trajectory tracking
    2022-10-16 21:45:03下载
    积分:1
  • 发射部分采用锁相环式频率合成器技术, MC145152和MC12022芯片组成锁相环,将载波频率精确锁定在35MHz,输出载波的稳定度达到4×10...
    发射部分采用锁相环式频率合成器技术, MC145152和MC12022芯片组成锁相环,将载波频率精确锁定在35MHz,输出载波的稳定度达到4×10-5,准确度达到3×10-5,由变容二极管V149和集成压控振荡器芯片MC1648实现对载波的调频调制;末级功放选用三极管2SC1970,使其工作在丙类放大状态,提高了放大器的效率,输出功率达到设计要求。-Part of the launch phase-locked loop frequency synthesizer using technology, MC145152 and MC12022 PLL chips to lock in the exact carrier frequency 35MHz, the output carrier to achieve the stability of 4 × 10-5, reaching the accuracy of 3 × 10-5 by the varactor diode V149 and integration to achieve MC1648 chip VCO FM modulation on the carrier selection transistor amplifier at the end of class 2SC1970, to work in the C state to enlarge and improve the efficiency of the amplifier output power to meet the design requirements.
    2022-08-18 16:37:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载