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

搜索资源列表

  1. The C programming Language

  2. K&R写的The C programming Language,经典。CHM格式
  3. 所属分类:C

    • 发布日期:2007-08-13
    • 文件大小:249kb
    • 提供者:OldNewton
  1. the C programming language(K&R)

  2. K&R之作,最最经典的C语言书籍,不能错过!
  3. 所属分类:C

    • 发布日期:2009-06-17
    • 文件大小:2mb
    • 提供者:sunnyqinqing
  1. // BTree.cpp : Defines the entry point for the console application.

  2. // BTree.cpp : Defines the entry point for the console application. /* 作者:成晓旭 时间:2001年7月2日(9:00:00-14:00:00) 内容:完成二叉树的创建、前序遍历、中序遍历、后序遍历 时间:2001年7月2日(14:00:00-16:00:00) 内容:完成二叉树的叶子节点访问,交换左、右孩子 */ #include "stdafx.h" #include "stdlib.h" #defin e MAX_N
  3. 所属分类:Access

    • 发布日期:2009-06-17
    • 文件大小:2kb
    • 提供者:sunshengsan
  1. c programming laguage by k&r

  2. The most cited classic book of c language
  3. 所属分类:C

  1. K&R: The C Programming Language

  2. The C Programming Language, By Brian W. Kernighan and Dennis M. Ritchie,1988年版。htmldoc转成的pdf档。
  3. 所属分类:C

    • 发布日期:2009-09-14
    • 文件大小:891kb
    • 提供者:Archx
  1. keepalived the definitive guide

  2. VRRPÆ{0 3y¢䂸¥('XInternet)§üI‡Ï&ÌÅ(end-host)Œ õꜹe¿vk†Ônë"éuùœ¹§§‚ƒm´dN oÀJºÌÅXÛÀ½ˆ8ÌÅe˜a´d§ù´˜‡¯K"Ï~ )û{kü«µ • 3ÌÅþ¦^Ä´dÆ('XRIP,OSPF) • 3ÌÅþ˜·´d é²w§3ÌÅþ˜Ä´dÆ´š~؃¢S§Ï+n! ‘o¤±9´Ä|±Ãõ¯K"@o˜·´dÒC›©6 1"¢Sþ§ ù«ª·‚–8˜†
  3. 所属分类:C

    • 发布日期:2009-09-29
    • 文件大小:919kb
    • 提供者:qiqigewoaini
  1. The C Programming language(c程序设计语言) K&R经典, 中文及英文版(chm,pdf)

  2. The C Programming language(c程序设计语言) K&R经典, 中文及英文版(chm,pdf) 国内引用的人多, 看的人少. 如果你真的认真读读, 相信会有很大收获.
  3. 所属分类:C

    • 发布日期:2009-11-22
    • 文件大小:13mb
    • 提供者:ake2000
  1. nls the split-step method

  2. % This code solves the NLS equation with the split-step method % idu/dz - sgn(beta2)/2 d^2u/d(tau)^2 + N^2*|u|^2*u = 0 % Written by Govind P. Agrawal in March 2005 for the NLFO book %---Specify input parameters clear all; % distance = input(’Enter f
  3. 所属分类:其它

    • 发布日期:2009-12-31
    • 文件大小:1kb
    • 提供者:jiankexiaoling
  1. ACM的一道题--Parenthesize the string

  2. Parenthesize the string。 Descr iption Let us define a multiplication operation on three symbols a,b,c according to the following table; thus ab = b, ba = c, and so on. Notice that the multiplication operation defined by the table is neither associat
  3. 所属分类:C

    • 发布日期:2010-01-23
    • 文件大小:8kb
    • 提供者:dbd27
  1. the c programming language

  2. the c programming language
  3. 所属分类:C

    • 发布日期:2007-12-04
    • 文件大小:249kb
    • 提供者:farmost
  1. The C Programming Language打包下载(附习题答案)

  2. K&R的传世经典之作,英文版,包括课后题答案
  3. 所属分类:C

    • 发布日期:2010-03-28
    • 文件大小:935kb
    • 提供者:totaltang
  1. The C Programming Language(K&R,2ed)

  2. Brian W.Kernighan and Dennis M.Ritchie The C Programming Language(2nd ed)
  3. 所属分类:C

    • 发布日期:2010-04-29
    • 文件大小:2mb
    • 提供者:j_x_yang
  1. k-nn对iris.data的分析

  2. k-nn classifier to the iris.data use different proportation for training data and testing data
  3. 所属分类:其它

    • 发布日期:2010-05-10
    • 文件大小:1kb
    • 提供者:a874785
  1. c语言程序设计The.C.Programming.Language(中文版).pdf

  2. the C Programming Language,c语言程序设计K&R编写,学习C语言程序设计必读之圣经。可以很大提高对c语言的理解以及一些底层的设计思想。
  3. 所属分类:C

    • 发布日期:2010-09-13
    • 文件大小:2mb
    • 提供者:chrisun157
  1. k-mean聚类算法实现

  2. c++实现k-mean算法#include #include #include #include #include // FUNCTION PROTOTYPES // DEFINES #define SUCCESS 1 #define FAILURE 0 #define TRUE 1 #define FALSE 0 #define MAXVECTDIM 20 #define MAXPATTERN 20 #define MAXCLUSTER 10 char *f2a(double x,
  3. 所属分类:C

    • 发布日期:2010-09-22
    • 文件大小:837byte
    • 提供者:gnezedshi
  1. 期望最大化与K均值算法matlab源码(EM K-means)

  2. Matlab source code for EM algorithm EM algorithm for k multidimensional Gaussian mixture estimation % (EM_GM_fast is the modified version of EM_GM for speed enchancement. % The functionalities of EM_GM_fast and EM_GM are identical.)
  3. 所属分类:其它

    • 发布日期:2010-11-02
    • 文件大小:9kb
    • 提供者:snail82
  1. The C Programming Language[EN] pdf

  2. English Edition The C Programming Language
  3. 所属分类:C

    • 发布日期:2010-11-23
    • 文件大小:578kb
    • 提供者:lightmanhk
  1. The C Programming Language_II 高清珍藏版

  2. The C Programming Language_II.rar 英文,中文,及英文版答案,共三本 K&R
  3. 所属分类:C

    • 发布日期:2010-12-06
    • 文件大小:2mb
    • 提供者:lewston
  1. K-means算法源码

  2. K-means算法源码 This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster ce
  3. 所属分类:其它

    • 发布日期:2010-12-10
    • 文件大小:3kb
    • 提供者:echolt
  1. Devlin K.The joy of sets

  2. 集合论的好书集合论的好书集合论的好书集合论的好书集合论的好书
  3. 所属分类:教育

    • 发布日期:2011-08-11
    • 文件大小:1mb
    • 提供者:netepic
« 12 3 4 5 6 7 8 9 10 ... 50 »