-
This is suitable for a beginner MICROCHIP PIC MCU MCU learning materials
这是一本适合MICROCHIP PIC系列单片机初学者学习的单片机的教材-This is suitable for a beginner MICROCHIP PIC MCU MCU learning materials
- 2022-03-19 06:24:10下载
- 积分:1
-
经典例子,北大青鸟毕业作品,CSharp学习经典资料
经典例子,北大青鸟毕业作品,CSharp学习经典资料-Classic example, Beida Jade Bird graduate work, CSharp learning classical information
- 2022-03-05 22:55:46下载
- 积分:1
-
实现了一种作业调度的算法,作业调度是一种最常见的优化问题,如何设计出好的算法达到最理想的效果,是人们追求的.可以用多种数据结构和多种方法实现,比较其效果....
实现了一种作业调度的算法,作业调度是一种最常见的优化问题,如何设计出好的算法达到最理想的效果,是人们追求的.可以用多种数据结构和多种方法实现,比较其效果.-Realize a kind of job scheduling algorithms, job scheduling is one of the most common optimization problems, how to design a good algorithm to achieve the best effect, is pursued. Can use a variety of data structure and realize a number of ways, Comparison of the effects.
- 2023-01-21 07:20:03下载
- 积分:1
-
XProgrammer杂志第一期,对程序员很有帮助,推荐阅读!
XProgrammer杂志第一期,对程序员很有帮助,推荐阅读!-Journal of XProgrammer Phase I, on the programmer very helpful, I recommend you to read!
- 2022-01-27 23:10:04下载
- 积分:1
-
银行结算系统,用于描述花费,结余。帮助个人理财
银行结算系统,用于描述花费,结余。帮助个人理财-good
- 2022-05-24 03:38:22下载
- 积分: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
-
发送电子邮件 v1
发送电子邮件 v1
- 2022-03-06 13:37:08下载
- 积分:1
-
Implementing File I/O Functions Using Microchip’s Memory
Disk Drive File Syste...
Implementing File I/O Functions Using Microchip’s Memory
Disk Drive File System Library
- 2022-07-09 04:13:58下载
- 积分:1
-
人事管理系统 包括源代码和论文 人事管理系统 包括源代码和论文 人事管理系统 包括源代码和论文...
人事管理系统 包括源代码和论文 人事管理系统 包括源代码和论文 人事管理系统 包括源代码和论文-Personnel management system, including source code and papers on human resources management system, including source code and papers on human resources management system, including source code and papers on
- 2022-01-22 12:29:42下载
- 积分:1
-
nec produced nec 78k series of e
nec公司生产的nec 78k系列的电子说明书-nec produced nec 78k series of e-brochure
- 2022-02-01 16:27:18下载
- 积分:1