搜索结果

找到约 41,106 项符合 C-main 的查询结果

*行业应用 This is the main project file for VC++ projects generated using an Application Wizard. It cont

This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard.
https://www.eeworm.com/dl/631/449075.html
下载: 72
查看: 1054

加密解密 C编写

C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。
https://www.eeworm.com/dl/519/467273.html
下载: 70
查看: 1027

VC书籍 本程序运用C语言中结构化程序的思想

本程序运用C语言中结构化程序的思想,将程序分为函数模块的方法逐一实现。程序分为2个函数模块HUFFMAN(tree1)、HUFFMANCODE(code1,tree1),和主体函数main;程序结构清楚,运行正常,正常实现哈夫曼编码。
https://www.eeworm.com/dl/686/470984.html
下载: 90
查看: 1036

Symbian This C++ application demonstrates how to display Chinese characters from resource files. The applica

This C++ application demonstrates how to display Chinese characters from resource files. The application supports internationalization and localization. In the updated version also the context-sensitive help has been added. The application supports following languages: English, Taiwan Chinese, Taiwa ...
https://www.eeworm.com/dl/675/473193.html
下载: 140
查看: 1096

源码 ExampleCode_ADC_AD7799 C代码

AD7799 3路24bit C代码 包含main文件
https://www.eeworm.com/dl/512635.html
下载: 2
查看: 80

技术资料 C语言各知识点详细总结

C语言各知识点详细总结27页C 语言知识要点复习资料 总体上必须清楚的: 1)程序结构是三种: 顺序结构 、选择结构(分支结构)、循环结构。 2)读程序都要从 main()入口, 然后从最上面顺序往下读(碰到循环做循环,碰到选择做选择),有 且只有一个 main 函数。 3)计算机的数据在电脑中保存是以 二进制的形式. 数据存放的位置就是 他 ...
https://www.eeworm.com/dl/745283.html
下载: 2
查看: 6647

技术资料 AT89C51单片机编写的C代码,用proteus设计电路仿真案例

采用C代码编写的8位LED流水灯程序,附件是用PROTEUS设计的仿真电路工程,直接可以使用。请用Proteus 8以上版本。下面是验证好的源代码,供大家参考学习:------------------------------------------#include <reg51.h>void main(){LED;t0,t1,t2,t3,t4,t5,t6,t7;LED=P1;P1=0xFF;while(10){P1=0xFE;for(t0=10;t0<25000;t0++) ...
https://www.eeworm.com/dl/835234.html
下载: 7
查看: 6744

技术资料 8051单片机C语言软件设计的艺术

第1章:介绍如何输出方波信号,使喇叭发出声音的方法,包括发出“哗”声的函数和分别传递一个、二个及三个白变量的“哗”声函数,以及利用定时器产生方波信号而令喇叭发出“哗”声,并叙述音阶与频率的关系,以此作为演奏音乐的基础。第2章:演奏音乐的程序由main()函数开始,将其所有函数定义在·个main.c的模块内,并分 ...
https://www.eeworm.com/dl/836867.html
下载: 4
查看: 8090

技术资料 MPLAB XC16 C 编译器 用户指南,高清文字版

本文档介绍如何使用 GNU 语言工具来编写 16 位单片机 / 数字信号控制器应用程序代 码。内容安排如下: • 第 1 章 “编译器概述”——介绍编译器、开发工具和功能集。 • 第 2 章“通用 C 接口”——介绍可用于增强 MPLAB XC 编译器之间代码可移植性 的通用 C 接口。 • 第 3 章“操作指南”——列出了一些具体操作方面的问 ...
https://www.eeworm.com/dl/839447.html
下载: 1
查看: 3075

C语言 Borland C++3.1 bc31full

Borland C++3.1 bc31full
https://www.eeworm.com/dianzishu/410/639.html
下载: 36
查看: 1901