CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - include

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. 在DOS下面读取显示器EDID信息的小程序

    0下载:
  2. 在DOS下面读取显示器EDID信息的小程序。EDID一般包括显示器的分辨率等信息。本程序使用WatcomC编写,In the DOS to read display EDID information in the following small program. EDID generally include information such as your monitor' s resolution. The procedure used to prepare WatcomC
  3. 所属分类:其他小程序

    • 发布日期:2016-01-25
    • 文件大小:39194
    • 提供者:全达昆
  1. 矩形对象以及Point类成员计算其面积

    0下载:
  2. 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:1193
    • 提供者:王靖
  1. weka-src.rar

    0下载:
  2. Weka,一个数据挖掘工具。功能包括:分类、聚类和关联规则等等。这是该开源软件的源代码,版本为3.5.7,Weka, a data mining tool. Features include: classification, clustering and association rules, etc.. This is the open source software source code, version 3.5.7
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4790409
    • 提供者:Jess
  1. WiserClock.rar

    0下载:
  2. 利用vc++实现的闹钟程序,功能主要有:设定闹铃并播放歌曲;秒表;显示背景等;具体请看中文注释。,Using vc++ implementation of the alarm clock procedures, functions include: set the alarm and play songs stopwatch show the background and so on For details, please read the Notes English.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3784843
    • 提供者:季全
  1. LabviewPulseSignalAcquisitionP

    5下载:
  2. 采集脉搏信号的labview程序,有小波分析,Labview pulse signal acquisition procedure,include the wavelet analysis
  3. 所属分类:Other systems

    • 发布日期:2014-04-30
    • 文件大小:365651
    • 提供者:周红标
  1. Simulation_IIC.rar

    1下载:
  2. STM32 模拟I2C 驱动 工程师可以作为参考运用到实际项目开发中,Simulation_IIC\include\fonts.h Simulation_IIC\include\lcd.h Simulation_IIC\include\main.h Simulation_IIC\include\stm32f10x_conf.h Simulation_IIC\include\stm32f10x_it.h Simulation_IIC\project\cortexm2_macro.s
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:37433
    • 提供者:李建刚
  1. DICOM3DSDK.rar

    8下载:
  2. DICOM3DSDK开发包是一套专业的PACS系统开发工具,包括DICOM协议和影像处理两大部分,它的特点是使用方便、功能强大、适应性强,是快速开发PACS的理想选择,该版本包括DICOM_Strings, DICOM_Table, DICOM_Printers, DICOM_ImageFile, DICOM_Network, DICOM_ImageViewer, DICOM_FilmBox, DICOM_IconBar, DICOM_DicomDir, DICOM_SDKRegister等控
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:14923250
    • 提供者:xianing
  1. Mambo4.6.5

    0下载:
  2. Mambo CMS是一个基于php+mysql的开放源码的网站内容管理系统(CMS),具有强大的功能、友好的后台管理界面。是建立中小型站点的绝佳选择。有了mambo,您不需要自己写代码就能够建立一个动态网站,由于基于php,所以可以跨平台,能在windows,linux等平台上安装,只要服务器支持php和mysql就行。 Mambo CMS的模板制作非常简单,只需几句php的include语句和一些判断语句,其他的基本都是html和css的设计,css与页面是分离的。制作了多个模板并上传之后
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4702968
    • 提供者:木划
  1. CreateRemoteThread-DLL-Injection

    1下载:
  2. 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-15
    • 文件大小:136517
    • 提供者:li
  1. dePayroll_System_MDB_access

    0下载:
  2. dePayroll is a Payroll System - Visual Basic 6 - work with Microsoft Access Data Base include reports
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:164624
    • 提供者:oramck
  1. include

    0下载:
  2. CodeWarrior for S12(X) V5.0\lib\HC12c头文件-CodeWarrior for S12 (X) V5.0libHC12c header files
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:10070458
    • 提供者:梅娜
  1. include

    0下载:
  2. pRTI 自带的include文件包-pRTI own package include
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:32083
    • 提供者:ZYD
  1. include

    0下载:
  2. 一些经常遇到的.h文件,经过整理汇总,会有帮助的-Frequently encountered. H file, after finishing summary, there will be helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:111442
    • 提供者:dsb
  1. SecureCRT-kg

    0下载:
  2. CRT6.0.2 key gen 不含安装程序的版本用于CRT6.0.2-CRT6.0.2 key gen not include install program
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:283557
    • 提供者:rockingliu
  1. INCLUDE

    0下载:
  2. include头文件代码帮助学习头文件知识-include head file
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:25178
    • 提供者:wan
  1. INCLUDE

    0下载:
  2. include文件用于手,写,输,入设备的include文件-include files used to hand write, input into the device include file
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:8654
    • 提供者:chen mars
  1. include

    0下载:
  2. include 头文件,来自官方的下载,以备需要-include header files, in case you need to download from the official
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:142857
    • 提供者:name
  1. makefile.include

    1下载:
  2. ubuntu下vasp的makefile.include配置文件(makefile.include for vasp installation in ubuntu)
  3. 所属分类:其他

    • 发布日期:2021-03-23
    • 文件大小:5120
    • 提供者:corewars
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com