-
VB设计血压测量源码
创新实验设计血压测量仪的数据处理,即通过血压测量仪来收集数据。打开试验箱,运行程序则在PC上就可以仿真模拟出实际的血压值,该程序简单又实用,又具有数据存储及查询的功能,可以不断地存储测量数据,其中存储的数据包括姓名、年龄、性别、血压。
- 2023-05-13 11:35:02下载
- 积分:1
-
lcd1602c language program can directly use the very convenient
lcd1602c语言程序可以直接使用
非常方便-lcd1602c language program can directly use the very convenient
- 2022-08-25 09:34:41下载
- 积分:1
-
当然他好通惠家园进45一任何牛肉汤教育局人格温热图5一45 王汝刚奖金额汤旺河安徽认为他易货交易精华...
当然他好通惠家园进45一任何牛肉汤教育局人格温热图5一45 王汝刚奖金额汤旺河安徽认为他易货交易精华-Of course, good通惠家园him into any one of 45 beef soup warm personality Fig.5 Education 1 45王汝刚prize money Tangwang River in Anhui consider him the essence of barter transactions
- 2022-12-11 04:40:03下载
- 积分:1
-
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs-sam curriculum design of sam, planted three Tuyere wave loop I ieufsdljfuefs
- 2022-11-08 19:05:02下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第13章
Windows环境下32位汇编语言程序设计配套书源码第13章-Windows Environment 32-bit assembly language programming book source package Chapter 13
- 2022-07-11 18:01:59下载
- 积分:1
-
ofdm系统中的信道编码和调制方式,是比较全面的模仿了无线信道的一些干扰特性...
ofdm系统中的信道编码和调制方式,是比较全面的模仿了无线信道的一些干扰特性-OFDM system channel coding and modulation method is more comprehensive to imitate some of the wireless channel interference characteristics of
- 2022-02-11 22:10:57下载
- 积分:1
-
基于dsk5402的语音设计,很有用呀.我调试过的,保证正确
基于dsk5402的语音设计,很有用呀.我调试过的,保证正确-Dsk5402 voice-based design, it is useful. I have been debugging to ensure that the correct
- 2022-03-23 04:00:27下载
- 积分:1
-
8951 based on the counter, with four LED display, through the pulse count, each...
基于8951的计数器,带四个LED显示,通过脉冲计数,每计数一个下降沿
- 2023-02-09 08:00:03下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
一个汇编编译器很好用的
一个汇编编译器很好用的-a compilation compiler good use
- 2022-07-22 05:48:35下载
- 积分:1