搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 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
C++程序设计语言实验三
- 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
在DOS下面读取显示器EDID信息的小程序
- 在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
矩形对象以及Point类成员计算其面积
- 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
weka-src.rar
- 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
WiserClock.rar
- 利用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.
LabviewPulseSignalAcquisitionP
- 采集脉搏信号的labview程序,有小波分析,Labview pulse signal acquisition procedure,include the wavelet analysis
Simulation_IIC.rar
- 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
DICOM3DSDK.rar
- DICOM3DSDK开发包是一套专业的PACS系统开发工具,包括DICOM协议和影像处理两大部分,它的特点是使用方便、功能强大、适应性强,是快速开发PACS的理想选择,该版本包括DICOM_Strings, DICOM_Table, DICOM_Printers, DICOM_ImageFile, DICOM_Network, DICOM_ImageViewer, DICOM_FilmBox, DICOM_IconBar, DICOM_DicomDir, DICOM_SDKRegister等控
Mambo4.6.5
- Mambo CMS是一个基于php+mysql的开放源码的网站内容管理系统(CMS),具有强大的功能、友好的后台管理界面。是建立中小型站点的绝佳选择。有了mambo,您不需要自己写代码就能够建立一个动态网站,由于基于php,所以可以跨平台,能在windows,linux等平台上安装,只要服务器支持php和mysql就行。 Mambo CMS的模板制作非常简单,只需几句php的include语句和一些判断语句,其他的基本都是html和css的设计,css与页面是分离的。制作了多个模板并上传之后
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
dePayroll_System_MDB_access
- dePayroll is a Payroll System - Visual Basic 6 - work with Microsoft Access Data Base include reports
include
- CodeWarrior for S12(X) V5.0\lib\HC12c头文件-CodeWarrior for S12 (X) V5.0libHC12c header files
include
- pRTI 自带的include文件包-pRTI own package include
include
- 一些经常遇到的.h文件,经过整理汇总,会有帮助的-Frequently encountered. H file, after finishing summary, there will be helpful
SecureCRT-kg
- CRT6.0.2 key gen 不含安装程序的版本用于CRT6.0.2-CRT6.0.2 key gen not include install program
INCLUDE
- include头文件代码帮助学习头文件知识-include head file
INCLUDE
- include文件用于手,写,输,入设备的include文件-include files used to hand write, input into the device include file
include
- include 头文件,来自官方的下载,以备需要-include header files, in case you need to download from the official
makefile.include
- ubuntu下vasp的makefile.include配置文件(makefile.include for vasp installation in ubuntu)