-
嵌入式linux下的串口通讯编程与实现
详细分析串口的设置等
嵌入式linux下的串口通讯编程与实现
详细分析串口的设置等-the serial communication programming and implementation of a detailed analysis of the serial port settings
- 2023-02-01 05:50:04下载
- 积分:1
-
驱动程序超级宝典
第一次上传!!不好见量
驱动程序超级宝典
第一次上传!!不好见量-Super driver Baodian From the first time! ! Not see the volume of
- 2022-03-22 07:50:21下载
- 积分:1
-
期权隐含波动率的计算采用2分布计算的关系…
期权的隐含波动率计算,采用了二分发来计算;比较易用-Option implied volatility calculated using the 2 distribution to calculate relatively easy-to-use
- 2022-05-26 04:01:50下载
- 积分:1
-
是msp430的A/D温度转换并直接在LCD上显示其温度植
是msp430的A/D温度转换并直接在LCD上显示其温度植-Controller is the A/D conversion and temperature directly displayed on the LCD temperature implant
- 2023-06-08 09:40:03下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-10-13 08:15:03下载
- 积分:1
-
GPRS short message C8051F023.21 control module schematic. Rar valuable.
C8051F023.21控制GPRS短信息模块的原理图.rar很有参考价值.-GPRS short message C8051F023.21 control module schematic. Rar valuable.
- 2022-04-23 04:12:20下载
- 积分:1
-
俄罗斯方块.............用方向键控制游戏的全过程
俄罗斯方块.............用方向键控制游戏的全过程-... ... . Russian box with key control the entire process of the game ...
- 2022-01-31 16:38:51下载
- 积分:1
-
谢里丹格2
资源描述几个重要的新功能已被添加到这个版本的数据窗口小部件。数据小部件现在是一个更完整的数据管理解决方案,提供了一系列先进的功能,您可以使用扩展您的应用。大多数的改进设计,使数据部件提供一个更有效的工具数据,无论是在你的应用程序,在纸上,或在互联网或企业网。与数据小部件,你可以和现在把你的数据,你想它的地方。下面的功能已被添加到数据窗口小部件和;ADO和OLE DB支持印刷导出数据保存和恢复网格布局数据屏蔽有关将现有项目转换为新版本的数据部件的信息,请参见升级到数据部件和;
- 2023-07-17 17:35:05下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
也不能算是JAVA,其实是UML考试的试题挺有用的
也不能算是JAVA,其实是UML考试的试题挺有用的-Can not be regarded as JAVA, is UML the examination questions are used in Tingyou
- 2022-08-20 07:52:17下载
- 积分:1