-
cypress公司IC CY8C38下,做的软件工程。在开发板上调试通过。实现ADC采样,将采样数据送lcd1602上显示。功能正常。...
cypress公司IC CY8C38下,做的软件工程。在开发板上调试通过。实现ADC采样,将采样数据送lcd1602上显示。功能正常。-Under the cypress s IC CY8C38,To do software engineering.Adopted in the development of board debugging.Achieve ADC sampling, the sampling data to send lcd1602 display. Functioning properly.
- 2022-07-21 01:05:30下载
- 积分: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
-
基于AMESim与MatlabSimulink联合仿真技术的接口与应用研究
基于AMESim与MatlabSimulink联合仿真技术的接口与应用研究-AMESim based simulation technology jointly with MatlabSimulink interface and applied research
- 2022-02-13 02:23:53下载
- 积分:1
-
软件体系结构,高级建筑师,一个良好的培训材料。
关于软件架构的培训资料,高级架构师培训的好材料,是你提升的工具书必选-Training materials on software architecture, senior architect, a good training materials, upgrade tool for your must-
- 2022-03-25 15:41:22下载
- 积分:1
-
班级房间考勤用条形码软件
资源描述这是一个最好的学校管理软件。本软件是关于学生的课堂出勤信息的完整信息。最好的VB.NET编码和最想ms.access数据库。完整的学校管理软件。
- 2022-03-03 16:25:06下载
- 积分:1
-
储存系统,广泛应用于电器入库,百货入库,超市入库等,欢迎大家指导...
储存系统,广泛应用于电器入库,百货入库,超市入库等,欢迎大家指导-Storage system, widely used in electrical storage, warehousing department stores, supermarkets, such as warehousing, Welcome to the guide
- 2023-03-23 13:40:04下载
- 积分:1
-
C# books in English Manual Language : English books categories : program design...
C#英文手册
书籍语言: 英文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 800 KB
-C# books in English Manual Language : English books categories : program design license : free software books Size : 800 KB
- 2022-02-18 13:49:05下载
- 积分:1
-
是清华大学的一位博士后做的关于说话人识别的报告,对于说话人识别的内容总结的很详细。...
是清华大学的一位博士后做的关于说话人识别的报告,对于说话人识别的内容总结的很详细。-Tsinghua University, a post-doctoral do the report on Speaker Recognition, Speaker Recognition for the contents of the summary of very detailed.
- 2022-01-28 19:38:17下载
- 积分:1
-
简易计算器
实现可连续运算的简易计算器。 E.g.,3 4=display 7=display 11=display 15..... [Code4App.com]
- 2022-07-22 06:23:00下载
- 积分:1
-
In this article, you will learn how to for your Windows Mobile applications allo...
在本文里,你将学习如何为你的Windows移动应用程序创建CAB文件使得它们可以方便的部署到你的Window移动设备上。你也将学习如何自定制一个安装包,使得终端用户可以通过台式机上的安装程序来部署程序到Windows移动设备上。
-In this article, you will learn how to for your Windows Mobile applications allows them to create the CAB file can be easily deployed to your Window Mobile device. You will also learn how a customized installation package, making the end-user desktop machine through the installer to deploy the program to the Windows Mobile device.
- 2022-05-26 20:19:09下载
- 积分:1