搜索资源列表
用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
2003919548009
- 这是一个药店连锁系统,1 本软件可用于商业用途,但是要email给我 dhlbbs@163.net 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据
v5742_lsyd
- 药店连锁源码 1 本软件可用于商业用途,但是要email给我 51946@sina.com 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sql
3200download
- LJD-ZN 系列智能终端是依据工厂应用环境而设计的工业产品。 它设计的规范可以 保证它能够在32 到113 °F (0 到45 °C)的大多数工业环境中稳定工作
003
- 第3章 隐藏实现 42 3.1 设置限制 42 3.2 C++的存取控制 42 3.3 友元 44 3.3.1 嵌套友元 45 3.3.2 它是纯的吗 48 3.4 对象布局 48 3.5 类 48 3.5.1 用存取控制来修改stash 50 3.5.2 用存取控制来修改stack 51 3.6 句柄类(handle classes) 51 3.6.1 可见的实现部分 51 3.6.2 减少重复编译 52 3.7 小结 54 3.8 练习
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
C++程序设计语言实验三
- 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
tlbb
- 斜45度rpg游戏源码,超精简,只有几百k,带资源和源码,效果很好,可编译运行,想自己做游戏就看她!-Inclined 45 degrees rpg games source, ultra-streamlined, only a few hundred k, with resources and source code, well, can be compiled to run, I would like to make their own game to see her!
ChengHai_3c_5[1].45
- C语言经典算法100例,很不错哦-C language 100 cases of classic algorithms
Exam4Fun-v0.45
- this is sample examination system in C#-this is sample examination system in C#..
45
- 单片机c语言小程序,45个C51实用程序集 我也是下载的,希望对学习者有用,版权归原作者,其他用途请向原作者申请。-Small single-chip c language program, 45 C51 utility set I downloaded, and I hope useful for learners, belongs to original author, for other purposes please apply to the original author.
example-45
- 《Visual C++编程技巧典型案例解析》随书光盘《Visual C++编程技巧典型案例解析——网络与通信及计算机安全与维护篇》中实例45-" Visual C++ programming skills typical case analysis" CD with the book " Visual C++ programming skills a typical case analysis- Network and communications and comput
C
- 文件数据的处理 两个文件:data1.txt和data2.txt,两个文件中都有很多数字,用空格隔开。如: 45 78 85 45 63 21 47 86 运行程序,计算这两个文件中数字的交集,并且排好序,存放在jiao.txt中;计算这两个文件中数字的并集,并且排好序,存放在bing.txt中。 -File data processing two files: data1.txt and data2.txt, two files have a lot of numbers, s
11.25.17.45
- 计算器,用C语言编写的基础计算器,只有部分功能-Calculator, written in C language-based calculator, only some of the functions
page-45---5circle
- Draw Circle in C++ graphic Library <graphics.h> code by Namira
45
- 用C++实现单源最短路径,可以输入多个终点。-With C++ single-source shortest path, you can enter multiple endpoints.
C-example001
- 在屏幕上显示0~360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。 图形迭加的关键是要在分别计算出同一行中两个图形的列方向点坐标后,正确判断相互的位置关系。 在屏幕上显示0~360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。-Displa
C-example002
- 在屏幕上显示0360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。 图形迭加的关键是要在分别计算出同一行中两个图形的列方向点坐标后,正确判断相互的位置关系。-Displayed on the screen of 0 to 360 degrees cos (x) curve and the straight line f (x) = 45* (y-1)+31 superpos
C
- C语言程控交换机源代码, C语言程控交换机源代码, C语言程控交换机源代码,-Cbh adnbjh nbejewq w3er erfr ewr w3r4 234yg 3h 5jn7 45 2q3f v yn wcd gb45 vw2 r4324g 5h 2 g g4ebh ew r tg tr g es f e t t wr tgry ry ret
c语言练习题
- Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the same. 注意 po