-
SSD5练习2
ssd5 exercise2,敬请参考,-ssd5 exercise2
- 2022-02-13 23:12:39下载
- 积分:1
-
campus management system. E
校园管理系统。电子商务类的,功能强大,制作合理。-campus management system. E-commerce category, powerful, production reasonable.
- 2022-02-04 16:53:21下载
- 积分:1
-
S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型
的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较...
S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型
的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较器,时钟产生器,10 位逐次
逼近寄存器(SAR),输出寄存器如下图所示。这个 ADC 还提供可编程选择的睡眠模式,
以节省功耗。
-S3C44B0X with eight analog signal input to the 10 analog/digital converter (ADC), It is a successive approximation type ADC, the internal structure includes analog input multiplexers, Automatic Zero comparators, Clock Generator, 10 successive approximation register (SAR), the output register as shown in the diagram below. ADC also provided the option of programmable sleep mode to save power consumption.
- 2022-06-30 08:59:07下载
- 积分:1
-
关于栈的操作的小程序
关于栈的操作的小程序-stack on the operation of small programs
- 2022-03-07 03:40:35下载
- 积分:1
-
source
source-win95-system-programming-secrets
- 2022-07-20 18:32:26下载
- 积分:1
-
Empirical mode decomposition process (matlab)
经验模式分解程序(matlab)可以对输入信号进行经验模式分解-Empirical mode decomposition process (matlab)
- 2022-07-16 23:40:09下载
- 积分:1
-
俄罗斯方快的vc++程序设计
俄罗斯方快的vc++程序设计-Russian side quickly vc program design
- 2022-04-23 15:49:44下载
- 积分:1
-
read gpib block data
read gpib block data
- 2023-04-22 11:45:03下载
- 积分:1
-
Treasure Box logo, and examples of Java applications for mobile business, a simp...
百宝箱Java应用logo及示例,用于移动百宝箱业务的简单开发.-Treasure Box logo, and examples of Java applications for mobile business, a simple treasure chest to develop.
- 2022-01-22 04:25:29下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1