自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 王爽《汇编语言》综合研究实验5 (3)

实现一个简单的printf函数,只需支持"%c、%d"即可 这边先看一下C中printf函数的简单例子的汇编代码,这边我们用综合研究中所搭建的简介C开发环境写一个简单的printf例子:/*** printft.c**/main(){ printf("%d",10);} 生成相应的printft.exe可执行文件,在cmd下用debug进行调试,得到对应

2011-06-22 11:07:00 4857 2

原创 王爽《汇编语言》17章 乱记

CODES SEGMENT ASSUME CS:CODESSTART: MOV AH,0 INT 16H ;读取键盘缓冲区的数据 MOV AH,1 ;这边是设置初始颜色为蓝色的吧 CMP AL,r JE RED CMP AL,g JE GREEN CMP AL,b JE BLUE JMP SHORT SRET RE

2011-06-06 12:52:00 2843 1

原创 王爽《汇编语言》实验16

<br />;这边我们要设计一个中断程序,为7CH中断;这边是为显示输出提供如下功能子程序;1、清屏;2、设置前景色;3、设置背景色;4、向上滚动一行;这边首先整体的构思一下,我们假设中断例程写好,名为;SCREENSET,那么我们先安装代码指令,然后将程序的入口地址;放到0000:7CH*4-0000:7CH*4+2中,中断例程代码指令放到;0000:0200H中至于中断例程之程序,书上已经是有的了,但是;第四个功能好像是有点问题了,这边我们自己可以改过DA

2011-06-02 21:08:00 2379

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关注的人

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