CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - main.c

搜索资源列表

  1. c++文件源码e1_2.cpp

    0下载:
  2. //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)<&
  3. 所属分类:C#编程

    • 发布日期:2011-11-11
    • 文件大小:163840
    • 提供者:qu120664854
  1. C++hxbc

    0下载:
  2. 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控
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:1874082
    • 提供者:hclcool
  1. main

    0下载:
  2. 孔明棋求解,采用反推的算法。标准C即可编译。-KungMing Solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3071
    • 提供者:jixuefeng
  1. Freescal_SmartCar

    0下载:
  2. * 工程名称: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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:28698
    • 提供者:deng1243
  1. qs

    0下载:
  2. Prise en main C++Builder 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:926349
    • 提供者:Mahfoud
  1. main

    0下载:
  2. Source main c-function
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:4749
    • 提供者:dima211
  1. main

    0下载:
  2. Answer to the problem with maze. Here is main.c-Answer to the problem with maze. Here is main.cpp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:760
    • 提供者:aidyn
  1. SD-main-c

    0下载:
  2. 这个程序是SD卡底层板卡的主程序,所用语音是C语音-SD card main process
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:2423
    • 提供者:sunshine
  1. main.c

    0下载:
  2. 利用c语言实现28位的crc校验,并测试其性能。-Using c language 28 crc check and test its performance.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3728
    • 提供者:刘斌
  1. MAIN.C

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:741
    • 提供者:HNSJB
  1. main.c

    0下载:
  2. 统计字母的使用频率画统计图用c语言实现统计字母的使用频率画统计图用c语言实现-how often the characters be used,pointers
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:530
    • 提供者:tyhser
  1. main

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:598
    • 提供者:test test
  1. main

    0下载:
  2. The main C++ program for Rtrees
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2027
    • 提供者:Jafat
  1. main

    0下载:
  2. 本次课程设计的题目是:程序源代码的相似性。 对于两个C++语言的源程序代码,用哈希表的方法分别统计两个程序中使用C++语言关键字的情况,并最终按定量的计算结果,得出两份程序的相似性。 基本要求:建立C++语言关键字的哈希表,统计在每个源程序中C++关键字出现的频度, 得到两个向量X1和X2,通过计算向量X1和X2的相对距离来判断两个源程序的相似性。(Similarity detection procedures for (Similarity detection procedures fo
  3. 所属分类:其他

  1. c++

    0下载:
  2. 主要订票系统的操作,投票系统,以及简单的公约数和天数的计算。(The main booking system, voting system, and the calculation of simple common divisor and the number of days.)
  3. 所属分类:数据库编程

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:小轩888_
  1. C语言

    0下载:
  2. c语言基础,复习资料,以及头文件书写的方式和主程序的书写(C language foundation, review materials, and writing of header files and main programs)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:9216
    • 提供者:heartz
  1. main

    0下载:
  2. C++ language max min ant system
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:bob13579
  1. Objective-C基础教程(第2版)

    0下载:
  2. Object-C基础教程,适合于刚入门的程序员学习使用,涵盖了OC开发的主要技术(Object-C basic tutorials, suitable for beginners to learn and use, cover the main technologies of OC development)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:23704576
    • 提供者:小白林
  1. C - Hello World!

    0下载:
  2. 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
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:17408
    • 提供者:knidra
  1. Main

    2下载:
  2. CF d3d 无检测人物透视C源码,Z轴!(CF D3D non - detection of human perspective C source, Z axis!)
  3. 所属分类:其他

    • 发布日期:2019-10-15
    • 文件大小:1024
    • 提供者:职业杀手
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com