自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (11)
  • 收藏
  • 关注

原创 DS:串的简单匹配

首次匹配成功,返回待匹配的字符串 data 在 字符串 str  的首个元素位置;否则,返回0: // STACK.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include int compare(

2017-07-29 12:37:44 301

原创 DS:串的链式存储结构

根据串的大小动态分配空间 // STACK.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include #define N 5 struct string { char data[N]; strin

2017-07-28 11:57:21 406

原创 DS:稀疏矩阵-十字链表

用c++简单实现了十字链表,有很多的不足可以改善,但是基本思想应该是实现了的。XD // STACK.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include #define I 4 #define J

2017-07-27 15:08:36 366

原创 DS:稀疏矩阵-三元组表

用c++写了下,当作是练习吧XD // STACK.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include #define I 3 #define J 4 #define maxsize I*J st

2017-07-26 14:54:38 342

原创 DS:带状矩阵

// STACK.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #define N 6 #define W 3//带宽 int absolute(int i,int j) { if(i-j>0) return i-j; e

2017-07-25 10:33:10 861

原创 DS:三角矩阵

// STACK.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #define N 6 int init(int *&b) { b=(int *)malloc(sizeof(N*(N+1)/2+1)); return 0;

2017-07-24 14:03:19 348

原创 DS:对称矩阵

把二维数组压缩存储到一维数组中: 0 12 345 6789 ................ 所以第0行对应0,第1行对应1,第2行对应3....... 0 1 3 6......的数的规律:n(n+1)/2 eg:二维数组b[2][1]对应压缩到一维数组的下标为2(2+1)/2+1=4 的元素 i>=j  return i(i+1)/2+j j>i    return j(

2017-07-23 13:25:16 354

原创 DS:Queue

Most feature of Queue  is  "first in first out",the above code can construct a Queue using Linear List ,many issues could be solved by its thought.a simple and interesting problem  within the code.X

2017-07-21 13:18:11 252

原创 DS:using Stack to arrange the array to get max number.

what follows is code to demonstrate: #include "stdafx.h" #include #include #include #include #include #define N 5 //control number of array int clic =1; int max(int a[],int sub){ int t; if(sub

2017-07-19 12:02:02 235

原创 Data Structure:stack

using  linear list to realize the Stack,code as the following: // STACK.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include struct stackpoint{ int data; stack

2017-07-18 10:27:34 474

原创 How does the lead number of inverse circular function be verified?

I could put some problem sometimes,today i am learning math,i like math though i can resolve to the simple,around chapter of lead number,I agree that some foundamental equation of the lead number can

2017-07-13 17:03:55 178

原创 单链表有序插入

单链表有序插入,同上一个方法

2017-06-16 12:38:27 657

原创 双链表有序插入

编程菜鸟,记录下自己的收获,有能够帮到的地方会很高兴XD

2017-06-16 12:06:07 437

java任务管理系统

java任务管理系统

2018-09-06

Javaweb+MySQL管理系统

Javaweb+MySQL管理系统Javaweb+MySQL管理系统Javaweb+MySQL管理系统Javaweb+MySQL管理系统

2018-09-06

数学二历年真题(07-17年)

数学二历年真题(07-17年) 数学二历年真题(07-17年)

2018-08-20

2019王道数据结构

王道论坛是专注于计算机学生考研和就业的社区,由国内名校计算机研究生共同创办,致力于给报考计算机的考生提供帮助和指导。“王道考研系列”融入了众多名校高分选手的智慧,以及论坛精华内容,采用“书本+在线”的学习方式,对于书中的疑难点,欢迎在论坛交流。 无水印清晰版

2018-08-16

2019张宇3概率统计9讲

2019张宇3概率统计9讲,对考研数学的知识结构和体系有全新的解读,对考研数学的命题与复习思路有极强的把握和预测能力,让学生轻松高效夺取高分。

2018-08-13

IDE(Internet.Download.Manager.6.30.10)

IDM可以让用户自动下载某些类型的文件,它可将文件划分为多个下载点以更快下载,并列出最近的下载,方便访问文件。相对于其它下载管理器,它具有独特的动态档案分区技术。它的出色之处在于,能分析下载地址中的实际地址,但若地址无效时则跳换成失效网页,当地址重新有效而无法恢复成原来的地址。 网上资源,侵删

2018-08-09

2019张宇2线性代数9讲

2019张宇 线性代数9讲,对考研数学的知识结构和体系有全新的解读,对考研数学的命题与复习思路有极强的把握和预测能力,让学生轻松高效夺取高分。

2018-08-09

sql server 2005

Microsoft SQL Server 2005 是一个全面的数据库平台,使用集成的商业智能 (BI)工具提供了企业级的数据管理。Microsoft SQL Server 2005数据库引擎为关系型数据和结构化数据提供了更安全可靠的存储功能,使您可以构建和管理用于业务的高可用和高性能的数据应用程序。 简约软件,用来学习数据库的一些基本操作够用了,体积小方便安装

2018-08-09

tomcat(简约版)

Tomcat是由Apache软件基金会下属的Jakarta项目开发的一个Servlet容器,按照Sun Microsystems提供的技术规范,实现了对Servlet和JavaServer Page(JSP)的支持,并提供了作为Web服务器的一些特有功能,如Tomcat管理和控制平台、安全域管理和Tomcat阀等。

2018-08-09

2019考研数学题源探析经典1000题解析分册(数学二)

2019考研数学题源探析经典1000题解析分册(数学二),对考研数学的知识结构和体系有全新的解读,对考研数学的命题与复习思路有极强的把握和预测能力,让学生轻松高效夺取高分。

2018-08-09

2019考研数学题源探析经典1000题习题分册(数学二)

张宇1000题源,考研究生必备,对考研数学的知识结构和体系有全新的解读,对考研数学的命题与复习思路有极强的把握和预测能力,让学生轻松高效夺取高分。

2018-08-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除