搜索结果
找到约 76 项符合
FLOAT 的查询结果
按分类筛选
- 全部分类
- 其他 (9)
- 汇编语言 (6)
- 技术资料 (6)
- 数学计算 (5)
- Java编程 (5)
- 单片机编程 (4)
- 文章/文档 (4)
- 单片机开发 (4)
- 源码 (4)
- 数据结构 (3)
- 编译器/解释器 (2)
- 电子书籍 (2)
- 电源技术 (1)
- 传感与控制 (1)
- 开发工具 (1)
- 设计相关 (1)
- DSP编程 (1)
- 酒店行业 (1)
- 系统设计方案 (1)
- 压缩解压 (1)
- 其他嵌入式/单片机内容 (1)
- 嵌入式Linux (1)
- 其他行业 (1)
- SQL Server (1)
- CA认证 (1)
- 操作系统开发 (1)
- VHDL/FPGA/Verilog (1)
- 数据库系统 (1)
- VC书籍 (1)
- 技术书籍 (1)
- 应用设计 (1)
- 笔记 (1)
- 书籍 (1)
- VIP专区 (1)
单片机开发 cledlabel component let you add 7 segment edit box to your application. I added floatingpointformat
cledlabel component let you add 7 segment edit box to your application. I added floatingpointformat function that let you add float data to the screen
技术书籍 c语言深度剖析
第一章关键字...................................................................................................................................9
1.1,最宽恒大量的关键字----auto..........................................................................................11
1.2,最快的关键字---- register. ...
应用设计 声明病人 Patient 类,
1. 声明病人 Patient 类,此类对象包括 name(String)、sex(char)、age(int)、weight(float)、allergies(boolean)。
声明 setName 存取及修改方法。在一个单独的类中,声明测试方法,并生成两个 Patient 对象,设置其
状态并将其信息显示在屏幕上。声明并测试 toString()方法,显示一个病人 age、sex、name 及 aller ...
笔记 编写一个程序,要求用户输入一年12个月每月的降雨总量,并采用一个float数组存储。
程序显示:
一年内总降雨量、平均每月的降雨量、降雨量最大的月份和最小的月份。
#include<iostream>
using namespace std;
#include<stdlib.h>
int main()
..
..
..
cout<<"降雨量最小的月份是:"<<minyue<<"月 &nbsp; "<<"降雨量为:"<<min<<endl;
} ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 学生成绩guanli
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
书籍 pid教程
pid控制
#ifndef _PID_H
#ifndef _PID_H
#ifdef _PID_C
&nbsp;&nbsp;&nbsp; #define PID_EXT
#else
&nbsp;&nbsp;&nbsp; #define PID_EXT extern
#endif
typedef struct PID
{
&nbsp;&nbsp; &nbsp;int SetPoint;
&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp; &nbsp;unsigned char BitMove;
&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp; &n ...
源码 C语言编写雅可比迭代
# include<stdio.h>
# include<math.h>
# define N 3
main(){
&nbsp;&nbsp; &nbsp;float NF2(float *x,float *y);
&nbsp;&nbsp; &nbsp;float A[N][N]={{10,-1,-2},{-1,10,-2},{-1,-1,5}};
&nbsp;&nbsp; &nbsp;float b[N]={7.2,8.3,4.2},sum=0;
&nbsp;&nbsp; &nbsp;float x[N]= {0,0,0},y[N]={0},x0[N]={};
&nbsp;&nbsp; &n ...
源码 hex转float程序
欢迎指正错误,如果有不正确,可及时联系。。。。。。。
技术资料 PW4556_2.0.pdf规格书下载
The PW4556 series of devices are highly integrated Li-Ion and Li-Pol linear chargers targetedat small capacity battery for portable applications. It is a complete constant-current/ constantvoltage linear charger. No external sense resistor is needed, and no blocking diode is required dueto the inter ...