-
为懒人调试软件,适用于单片机编程的方便,只要输入初值,代码自动生成。粘贴到编译器中去。...
为懒人调试软件,适用于单片机编程的方便,只要输入初值,代码自动生成。粘贴到编译器中去。-As lazy and debugging software for microcontroller programming convenience, as long as the input initial value, the code automatically generated. Paste the compiler to go.
- 2022-02-12 02:12:35下载
- 积分:1
-
control word file important example unbelieveble info.
control word file important example unbelieveble info.
- 2022-01-25 20:07:51下载
- 积分: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
-
嵌入式Linux应用开发完全手册》,书比较不错,值得一看
嵌入式Linux应用开发完全手册》,书比较不错,值得一看-Embedded Linux application development entirely manual sample chapter
- 2023-03-22 19:45:03下载
- 积分:1
-
基于kinect的ppt控制系统
利用微软kinect实现对姿态的识别,实现使用姿态对ppt进行控制播放,本程序是使用C#实现的,是一个wpf工程,实现的功能是识别离传感器最近的演示者,当其左手向左摆,离头部水平距离达到0.5米时,ppt向前一页,反之,右手向右则ppt向后一页
- 2022-01-25 15:49:10下载
- 积分:1
-
编程精粹
─── Microsoft 编写优质无错C 程序秘诀
Writing Clean Code
─── Microsoft Technique...
编程精粹
─── Microsoft 编写优质无错C 程序秘诀
Writing Clean Code
─── Microsoft Techniques for Developing Bug-free C
Programs
Steve Maguire 著
姜静波 佟金荣 译
麦中凡 校
电子工业出版社
编写优化、高效、无错地代码 2
这份电子书籍由PC Home 俱乐部、C++ Bulider 讨论区数位网友分别整理完成,基本
上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。由于并非一人整理完成,书
中例程各章节代码书写风格可能稍有不同,如指针声明,以下两种写法都存在:
void* pv // ‘*’号与类型说明符相连
void *pv // ‘*’号与变量名相连-programming essence Building Building Quality Microsoft prepared no wrong C program secret Writing Cl ean Building Code Building Techniques for Building Microsoft Developi Vi Bug-free C Programs with Steve Maguire Jiangjingbei Tong Mai Jinrong translation Where were the school electronics industry publishing company optimization, efficient, no wrong code to the two e-books by PC Home Club, C Bulider discussing several netizens were sorted out, basically According to the translation in accordance with the original landscape. very few words for the sake of coherence with some slight modifications. Because a person is not sorted
- 2022-12-26 09:00:03下载
- 积分:1
-
在线电脑商店的文章!!
该文章为网上电脑商店的论文-article for the online computer stores the papers! !
- 2022-05-25 05:38:34下载
- 积分:1
-
Software Engineering Electronic Teaching CAO Zhe 1555
软件工程 电子教案 曹哲 1-Software Engineering Electronic Teaching CAO Zhe 1555
- 2022-10-20 14:05:04下载
- 积分:1
-
有关仓库管理的一个小软件
有关仓库管理的一个小软件-the warehouse management of a small software
- 2022-02-11 22:44:18下载
- 积分:1
-
用于医疗器械产品的购销存管理,提供部分源代码及运行界面供参考。...
用于医疗器械产品的购销存管理,提供部分源代码及运行界面供参考。-medical equipment for the purchase and sale of deposit product management and providing some source code and operational interface for reference.
- 2022-08-16 01:46:42下载
- 积分:1