搜索资源列表
c++文件源码e1_2.cpp
- //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
C++hxbc
- C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控
main
- 孔明棋求解,采用反推的算法。标准C即可编译。-KungMing Solution
Freescal_SmartCar
- * 工程名称:SmartCar * 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能 * IDE环境: Metrowerks CodeWarrior 4.1 * 组成文件: * main.c * SmartCar.c/PID.c/LCD1620.c/Test.c -* Project Name: SmartCar* Functional Descr iption: combination of Freescale
qs
- Prise en main C++Builder 6.0
main
- Source main c-function
main
- Answer to the problem with maze. Here is main.c-Answer to the problem with maze. Here is main.cpp
SD-main-c
- 这个程序是SD卡底层板卡的主程序,所用语音是C语音-SD card main process
main.c
- 利用c语言实现28位的crc校验,并测试其性能。-Using c language 28 crc check and test its performance.
MAIN.C
- Alternate, standalone main() file. Demonstrates linking to the startup code without having to link to any of the Turbo C library routines.-Alternate, standalone main() file. Demonstrates linking to the startup code without having to link
main.c
- 统计字母的使用频率画统计图用c语言实现统计字母的使用频率画统计图用c语言实现-how often the characters be used,pointers
main
- This a main.c and this is a example code for Digita to Analog converter, have fun with this code and sorry for my bad english-This is a main.c and this is a example code for Digita to Analog converter, have fun with this code and sorry for my bad eng
main
- The main C++ program for Rtrees
main
- 本次课程设计的题目是:程序源代码的相似性。 对于两个C++语言的源程序代码,用哈希表的方法分别统计两个程序中使用C++语言关键字的情况,并最终按定量的计算结果,得出两份程序的相似性。 基本要求:建立C++语言关键字的哈希表,统计在每个源程序中C++关键字出现的频度, 得到两个向量X1和X2,通过计算向量X1和X2的相对距离来判断两个源程序的相似性。(Similarity detection procedures for (Similarity detection procedures fo
c++
- 主要订票系统的操作,投票系统,以及简单的公约数和天数的计算。(The main booking system, voting system, and the calculation of simple common divisor and the number of days.)
C语言
- c语言基础,复习资料,以及头文件书写的方式和主程序的书写(C language foundation, review materials, and writing of header files and main programs)
main
- C++ language max min ant system
Objective-C基础教程(第2版)
- Object-C基础教程,适合于刚入门的程序员学习使用,涵盖了OC开发的主要技术(Object-C basic tutorials, suitable for beginners to learn and use, cover the main technologies of OC development)
C - Hello World!
- The #include <stdio.h> is a preprocessor command. This command tells compiler to include the contents of stdio.h (standard input and output) file in the program. The stdio.h file contains functions such as scanf() and print() to take input and
Main
- CF d3d 无检测人物透视C源码,Z轴!(CF D3D non - detection of human perspective C source, Z axis!)