自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (22)
  • 收藏
  • 关注

原创 C语言 参数传递

编写一个程序,删除每一个输入行末尾的空格及制表符,并删除完全是空格的行。 这边之前已经有了获取一个输入行的函数:int getline(char *line, int maxline){ char ch; int len; len = 0; while((ch = getchar()) != '\n' && ch != EOF && len < maxline)

2016-10-27 10:01:36 458

原创 魔方 3D 模型

一段时间,刚毕业的时候,想写一个可以玩的魔方3D模型,隔了很久都没有怎么经历去写,总以为这是要消耗挺多时间经历,去年一段时间,在周末时间还是难耐的想是想自己的想法,最后用java swing写了一个简单的模型。这边就记录下来。当然现在已经是写好了,完事后,只是放在硬盘上一直都没有再去动,应为想安装个linux系统,这边准备格式化硬盘,就想着把他放到网上去,这不算是分享,因为太懒,这边只是附

2016-10-23 18:41:24 3660 3

原创 快速排序

快速排序的思想百度百科中有给出:http://baike.baidu.com/link?url=psrFy8x4mISy5ceWzM0L3VJeY0v9ZDhkSgOL5XIpXmc8R3RyxIZrF8ufbSMqedldyVkljHTKP0KU2iiWGluUNtQzhtgFV2wTzqNguLvvUUeS6e8F6yrYbkjvDbmZwDpQxlVf1VWLnAHqspF7Kg0MQTFH

2016-10-23 13:20:22 289

原创 阿里云图片服务 上传失败 java.lang.RuntimeException: Unsupported algorithm: HmacSHA1

在阿里云图片上传的服务中,把java服务一些其他的服务器上面是可以的,但是,就是本地的有问题,为什么会这样子呢?OSSClient client = new OSSClient(ACCESS_ID, ACCESS_KEY); client.createBucket(BUCKETNAME);// //设置bucket的访问权限,public-read-write权限

2016-10-20 20:17:15 4716

原创 枚举杂记 1

some easy example to understand java Enum.

2016-10-15 17:44:42 661

原创 C语言 参数-传值调用

在C语言程序设计(第二版)(丹利斯里奇经典)中的关于 《参数-传值调用》的一段代码:#include#define MAXLINE 1000 /*max input line length*/int getline(char line[], int maxline);void copy(char to[], char from[]);/*here is just to print

2016-10-11 12:33:40 1816

C语言Socket简单编程指南.rar

Socket 编程让你沮丧吗?从 man pages 中很难得到有用的信息吗?你想跟上时代去编 Internet 相关的程序,但是为你在调用 connect() 前的 bind() 的结构而不知所措? 等等… 好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿 过网络编程的沼泽,那么你来对地方了。

2017-10-24

C程序设计语言(第2版)(丹尼斯里奇经典).pdf

C语言程序设计的经典基础教程,这边是由丹尼斯里奇编撰。

2017-10-23

An Illustrated Introduction to Topology and Homotopy, Kalajdzievski, 2015.pdf

Chronology. In the year 2000 I was given two courses to teach: analysis and topology. The Analysis course was assigned to me due to an emergency redistribution; Topology was thrown in as an award for accepting to teach Analysis on such short notice. Algebraic topology, which covered only homotopy theory in its curriculum, was (re)introduced into the undergraduate-graduate program of the Mathematics Department (University of Manitoba) in 2004. I have taught these two courses almost continuously ever since. This book is primarily an upshot of my teaching lifestyle over these years. The level of the book, and the target audience. The book has two clearly differentiated parts: Part 1 is topology and Part 2 is homotopy. As indicated by the title of the book, we do not have any pretense to go very deeply into these subjects. On the other hand, neither could the content be described as too breezy, for we include most of the important theorems of the basic theory. The material covered in this book is on the fuzzy boundary between the undergraduate and the graduate level. One may tentatively state that Part 1 is mostly at the advanced undergraduate level, Part 2 is mostly at the early graduate level. Indeed, the Algebraic topology (Homotopy theory) course that I have been teaching has always been cross-listed, and has almost always been taken by both graduate and advanced undergraduate students. It is my hope that this book will bring this beautiful theory closer to the undergraduate curriculum.

2017-10-23

21st Century C.pdf

Throw out your old ideas of C and relearn a programming language that's substantially outgrown its origins. With 21st Century C, you'll discover up-to-date techniques that are absent from every other C text available. C isn't just the foundation of modern programmnglanguages; it is a modern language, ideal for writing efficient , state-of-the-art applications. Learn to dump old habits that made sense on mainframes and pick up the tools you need to use this evolved and aggressively simple language. No matter what programming language you currently champion, you'll agree that C rocks.

2017-10-23

magicCubeModel

3D魔方模型

2016-10-23

EJB design patterns

这是一本英文书籍,关于EJB的设计模式。

2010-11-24

整合php和xml电子书.chm

本书是英文版 Learn how to use SAX, XSLT, and XPath to manipulate XML documents, as well as use of XML-RPC protocol for accessing procedures on a remote computer, and much more. Table of Contents Introduction Copyright Chapter 1 - Introducing PHP and XML Chapter 2 - PHP and Simple Application Programming Interface for XML Chapter 3 - PHP and Document Object Model Chapter 4 - Understanding Extensible Stylesheet Language for Transformation Chapter 5 - PHP and XPath Chapter 6 - PHP and XML-Remote Procedure Calls Chapter 7 - PHP and Web Distributed Data Exchange Chapter 8 - Working with Databases using PHP and XML Chapter 9 - Creating an Online Shopping Cart Application Appendix A - XML and XSLT Functions Appendix B - Introducing eZXML Appendix C - The PHP.XPath Class Appendix D - XML-RPC for PHP Appendix E - Implementing SOAP using SOAPx4 Appendix F - PHPXML Classes Appendix G - PHP and Extensible Stylesheet Language for Transformation Index List of Figures List of Tables List of Listings

2010-11-24

C语言编程宝典之一.chm

内含c编程基础和提高篇,也有对应的C函数查询

2010-11-24

数据结构 (习题集和算法程序代码)

内有《清华数据结构习题集》和《算法与数据结构》两个chm文件,c语言的。

2010-11-24

JavaScript 实例

里面是关于JavaScript知识的一些实例,学习学习

2010-11-24

WiresharkEthereal中文教程BladeSpace

关于wireshark软件的教程,文档的形式是docbook

2010-11-24

JSP信息系统设计与开发实例

针对JSP进行毕业设计的学生,重点介绍了3个系统实例:项目申报系统,网络考试系统和公司人事管理系统

2010-11-24

jsp数据库编程指南

详细的介绍了JSP在大型数据库Oracle中的应用和开发

2010-11-24

Linux内核2·4版源代码分析大全

关于linux内核的源代码的详细的分析,一起学习

2010-11-23

微软经典丛书-软件研发

里面有微软的软件开发的团队的成功秘诀,项目求生法则,研发-制胜策略,office开发的代码模式和开发规范

2010-11-23

Linux 程序设计第三版源代码

里面含有linux程序设计的一些教程代码 可以自己看代码学习linux程序设计,是C语言

2010-11-23

标准建模语言UML教程

UML 即统一建模语言,是用来说明面向对象开发系统的产品、为系统建模、描述系统架构、描述商业架构和商业过程的标准建模语言。

2009-03-30

c++编程国际标准

里面有pdf文件,且是英文版的,2003年的。

2008-08-08

空空如也

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

TA关注的人

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