您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C语言程序设计标准教程

  2. 比较详实 第三章: C语言程序设计初步 C语言程序设计 本课介绍C语言程序设计的基本方法和基本的程序语句。 从程序流程的角度来看,程序可以分为三种基本结构, 即顺序结构、分支结构、循环结构。 这三种基本结构可以组成所有的各种复杂程序。C语言提供了多种语句来实现这些程序结构。 本章介绍这些基本语句及其应用,使读者对C程序有一个初步的认识, 为后面各章的学习打下基础。 C程序的语句 C程序的执行部分是由语句组成的。 程序的功能也是由执行语句实现的。 C语句可分为以下五类: 1.表达式语句 2.函数
  3. 所属分类:C

    • 发布日期:2009-05-22
    • 文件大小:162
    • 提供者:fanhaoqiang
  1. 微软内部资料-SQL性能优化3

  2. Contents Overview 1 Lesson 1: Concepts – Locks and Lock Manager 3 Lesson 2: Concepts – Batch and Transaction 31 Lesson 3: Concepts – Locks and Applications 51 Lesson 4: Information Collection and Analysis 63 Lesson 5: Concepts – Formulating and Impl
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:1048576
    • 提供者:songsu
  1. SSD7 选择题。Multiple-Choice

  2. View Assessment Result: Multiple-Choice Quiz 2 Your performance was as follows: 1. The degree of a table is the number of _____ in the table. (a) keys (b) columns (c) rows (d) foreign keys Correct answer is (b) Your score on this question is: 10.00
  3. 所属分类:C

    • 发布日期:2010-01-04
    • 文件大小:265216
    • 提供者:peng3186
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册

  2. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册 183 7 The Shell 219 PART III Digging into Ubuntu Linux 249 8 Linux GUIs: X and GNOME 251 9 The Bourne Again Shell 275 10 Networking and the Internet 353 11 Programming the Bourne Again Shell 395 x
  3. 所属分类:Linux

    • 发布日期:2010-12-08
    • 文件大小:10485760
    • 提供者:shaoguangleo
  1. 单片机程序设计 电子钟程序

  2. 关于8255单片机的程序设计 ;变量声明区 SECOND EQU 30H ;秒 MINUTE EQU 31H ;分 HOUR EQU 32H ;时 DAY EQU 33H ;日 MONTH EQU 34H ;月 YEAR_L EQU 35H ;年低位 YEAR_H EQU 36H ;年高位 DISPBUF EQU 37H ;显示缓冲区(6字节) DISPBIT EQU 3DH ;位选偏移量 FLAG EQU 3EH ;标记(0表示在主界面,1-6分别代表显示时、分、秒、年、月、日,0为一般显示
  3. 所属分类:其它

    • 发布日期:2011-11-23
    • 文件大小:37888
    • 提供者:kdfkfoejfh
  1. C++对象和指针的引用

  2. 指向类的成员的指针 在C++中,可以说明指向类的数据成员和成员函数的指针。 指向数据成员的指针格式如下: ::* 指向成员函数的指针格式如下: (::*)() 例如,设有如下一个类A: class A { public: int fun (int b) { return a*c+b; } A(int i) { a=i; } int c; private: int a; }; 定义一个指向类A的数据成员c的指针pc,其格式如下: int A:: *pc = &A::c; 再定义一个指向类A的成员
  3. 所属分类:C++

    • 发布日期:2012-04-26
    • 文件大小:5120
    • 提供者:conly_love2008
  1. php_manual_zh

  2. 目录 前言 作者和贡献者 作者与编辑 用户注释维护者 I. 入门指引 1. 简介 PHP 是什么? PHP 能做什么? 2. 简明教程 需要些什么? 第一个 PHP 页面 实用的脚本 处理表单 在新版本的 PHP 中使用旧的 PHP 代码 下一步做什么? II. 安装与配置 1. 安装前需要考虑的事项 2. Unix 系统下的安装 Unix 系统下的 Apache 1.3.x Unix 系统下的 Apache 2.0 Caudium 服务器 fhttpd 服务器 Sun Solaris 上的
  3. 所属分类:PHP

    • 发布日期:2012-12-31
    • 文件大小:5242880
    • 提供者:dana_zhang
  1. c语言报告资料

  2. 新流星蝴蝶剑出招表 以下A为攻击键(鼠标左键)B为跳跃键(鼠标右键)*为实战常用组合 双刺: AAA(或是AA)+左A(或是右A)+下上A+上上A(破防) AAA(或是AA)+左A(或是右A)+上AA AAA+下上A+上上A(破防) AA+下AA+上上A(破防) AAA+下A+上上A(破防) AA+左右A AAA+上AA(或是上上A) B+下AA+上上A B+AA+上AA AAA(或是AA)+左A(或是右A)+下左右A(暴怒) AAA(或是AA)+左A(或是右A)+下上A+下左右A(暴怒) A
  3. 所属分类:数据库

    • 发布日期:2013-01-12
    • 文件大小:37888
    • 提供者:bpf111
  1. jquery需要的所有js文件

  2. jquery需要的所有js文件 /*! * jQuery UI 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI */(function(a,b){function d(b){retu
  3. 所属分类:Java

    • 发布日期:2013-03-28
    • 文件大小:439296
    • 提供者:limeizhen901109
  1. 炫酷、简单400实例html+css 学习手册

  2. 5款纯div+css制作的弹出菜单(标准且无js) 一、最基本的:二级dropdown弹出菜单 二级dropdown弹出菜单--A CROSS BROWSER DROP DOWN CASCADING VALIDATING MENU /* common styling */ /* set up the overall width of the menu div, the font and the margins */ .menu { font-family: arial, sans-s
  3. 所属分类:Web开发

    • 发布日期:2013-07-22
    • 文件大小:3145728
    • 提供者:wuzexin92
  1. jquery.min.js

  2. /*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("").appendTo(b),e=d.css("display");d.remove();if(e==
  3. 所属分类:Javascript

    • 发布日期:2014-12-23
    • 文件大小:54272
    • 提供者:sinat_24735507
  1. 计算机网络第六版答案

  2. Computer Networking: A Top-Down Approach, 6th Edition Solutions to Review Questions and Problems Version Date: May 2012 This document contains the solutions to review questions and problems for the 5th edition of Computer Networking: A Top-Down Appr
  3. 所属分类:讲义

    • 发布日期:2015-06-14
    • 文件大小:2097152
    • 提供者:u014715363
  1. jquery-1.9.1.min.js

  2. /*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery.min.map */(function(e,t){var n,r,i=typeof t,o=e.document,a=e.location,s=e.jQuery,u=e.$,l={},c=[],p="1.9.1",f=c.concat,d=c.push,h=c.slice,g=c.
  3. 所属分类:Javascript

    • 发布日期:2016-01-29
    • 文件大小:92160
    • 提供者:qq_33556185
  1. Top 1000 Java Interview Questions

  2. Java Basics 1. What is the difference between JDK and JRE? 2. What is Java Virtual Machine (JVM)? 3. What are the different types of memory areas allocated by JVM? 4. What is JIT compiler? 5. How Java platform is different from other platforms? 6. W
  3. 所属分类:Java

    • 发布日期:2017-08-31
    • 文件大小:1048576
    • 提供者:qq_40045775
  1. ASP.NET分页二 storeprocedure

  2. 其中的存储过程 i f e x i s t s ( s e l e c t * f r o m d b o . s y s o b j e c t s w h e r e i d = o b j e c t _ i d ( N ' [ d b o ] . [ P a g i n g _ A s c _ D e s c ] ' ) a n d O B J E C T P R O P E R T Y ( i d , N ' I s P r o c e d u r e ' ) = 1 ) d r o
  3. 所属分类:C

    • 发布日期:2008-12-05
    • 文件大小:2048
    • 提供者:whiskerzhao
  1. 京东首页静态模板

  2. 购物车 我的关注 我的足迹 我的消息 咨询JIMI 顶部 反馈 有奖调查 送至:北京 ◇ 北京上海天津重庆河北山西河南辽宁吉林黑龙江浙江江苏山东安徽内蒙古湖北湖南广东广西江西四川海南贵州云南西藏陕西甘肃青海宁夏新疆台湾香港澳门海外钓鱼岛 您好,请登录 免费注册 我的订单 我的京东 ◇ 您好请登录 优惠卷 丨 消息 带处理订单 京我的
  3. 所属分类:Web开发

    • 发布日期:2018-05-22
    • 文件大小:3145728
    • 提供者:qq_42071396
  1. tweenjs.min.js文件

  2. /*! * @license TweenJS * Visit http://createjs.com/ for documentation, updates and examples. * * Copyright (c) 2011-2015 gskinner.com, inc. * * Distributed under the terms of the MIT license. * http://www.opensource.org/licenses/mit-license.html * *
  3. 所属分类:Javascript

    • 发布日期:2018-08-06
    • 文件大小:26624
    • 提供者:weixin_42891202
  1. hls.min.js

  2. !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define;.amd?define([],e):"object"==typeof exports?exports.Hls=e():t.Hls=e()}(this,function(){return function(t){function e(i){if(r[i])retu
  3. 所属分类:Javascript

  1. 往年线性代数考研试题.pdf

  2. 往年线性代数考研试题.pdf 数学一 线性代数集锦 几何与代数习题打印复印请选双面格式或用废纸·答案仅供参考·指正解答请发emai至:z990303seu.edu.cn—张小向3 0001 1000 21数三/四设4 ,1a2a)3a 0100 0010 B PI 0010 P? 0100 其 a 42 1000 0001 中A可逆,则B等于(C) (A)A P1P2. (B)P1A P2.(C)PIP2A. D)P2A PI H數三改A是n阶矩阵,a是n维列向量,若秩 秩(4,则线性方程组(D
  3. 所属分类:教育

    • 发布日期:2019-09-04
    • 文件大小:476160
    • 提供者:deanrossi
« 12 3 4 5 6 7 8 9 10 ... 50 »