搜索结果

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

加密解密 用c语言实现的des加密解密程序源码

用c语言实现的des加密解密程序源码,包含一个des头文件和一个des源文件以及一个main函数源文件
https://www.eeworm.com/dl/519/375540.html
下载: 97
查看: 1096

数据结构 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread

成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else ...
https://www.eeworm.com/dl/654/376202.html
下载: 161
查看: 1034

数据结构 标准答案习题1 1.1 简述C++语言程序的结构特点。 答: (1)C++程序由一个或多个函数组成

标准答案习题1 1.1 简述C++语言程序的结构特点。 答: (1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。
https://www.eeworm.com/dl/654/380643.html
下载: 183
查看: 1232

微处理器开发 S3CEV40DHCP_Testmain.c dhcp的网络服务

S3CEV40\DHCP_Test\main.c dhcp的网络服务
https://www.eeworm.com/dl/655/390965.html
下载: 29
查看: 1014

uCOS 熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数

熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数,了解 uCOS-II操作系统系统的启动过程。使用Source Insight 3.0 C代码 辑器,在操作系统的基础上,编写一段程序,在屏幕上显示“Hello world”等文本 ...
https://www.eeworm.com/dl/649/392898.html
下载: 42
查看: 1047

其他 The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed

The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor s main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source ...
https://www.eeworm.com/dl/534/406722.html
下载: 157
查看: 1053

Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel

Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...
https://www.eeworm.com/dl/633/410842.html
下载: 42
查看: 1058

Linux/Unix编程 The buffers allow receiving of data while a page in the main memory is being reprogrammed. Unlike c

The buffers allow receiving of data while a page in the main memory is being reprogrammed. Unlike conventional Flash
https://www.eeworm.com/dl/619/428208.html
下载: 179
查看: 1033

DSP编程 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时 ...
https://www.eeworm.com/dl/516/432269.html
下载: 187
查看: 1048

DSP编程 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时 ...
https://www.eeworm.com/dl/516/432270.html
下载: 35
查看: 1043