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

搜索资源列表

  1. Efficiency Guide (erlang)

  2. 1.1.1 Purpose Premature optimization is the root of all evil. – D.E. Knuth Efficient code can be well-structured and clean code, based on on a sound overall architecture and sound algorithms. Efficient code can be highly implementation-code that byp
  3. 所属分类:其它

    • 发布日期:2009-07-21
    • 文件大小:166912
    • 提供者:dylanok
  1. LaTex 参考手册

  2. 书名:The Not So Short Introduction to LATEX2ε Or LATEX2ε in 141 minutes 这是目前所找到的一份关于Tex的参考手册,pdf格式 --------------------------------------------- LATEX [1] is a typesetting system that is very suitable for producing scien- tific and mathematical documen
  3. 所属分类:C

    • 发布日期:2009-08-19
    • 文件大小:1048576
    • 提供者:YuNotes
  1. linux内核 0.11版本源码 带中文注释

  2. 目录树 下面再给个样例 ├─Makefile │ ├─boot │ bootsect.s │ head.s │ setup.s │ ├─fs │ bitmap.c │ block_dev.c │ buffer.c │ char_dev.c │ exec.c │ fcntl.c │ file_dev.c │ file_table.c │ inode.c │ ioctl.c │ Mak efile │ namei.c │ open.c │ pipe.c │ read_write.c │ stat.
  3. 所属分类:C

    • 发布日期:2009-08-31
    • 文件大小:290816
    • 提供者:paomadi
  1. Visual C++ 编程资源大全(英文源码 ATL)

  2. 1,ATLAux.zipA set of VC++ helpers and patterns to help automate some routine coding tasks.(35KB)2,CltnWizard.zipATL object wizard that creates a collection of other COM objects(37KB)3,gridctrlatl.zip& lt;br>A grid control for displaying tabular d
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:7340032
    • 提供者:zhangxucool
  1. linux 0.11源码 带中文注释

  2. /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。 // 如果不是UNIX 的标准头文件,则需要指明所在的目录,并用双引号括住。 // 标准符号常数与类型文件。定义了各种符号常数和类型,并申明了各种函 数。 // 如果定
  3. 所属分类:网络攻防

    • 发布日期:2009-10-24
    • 文件大小:290816
    • 提供者:wangbin6818
  1. 关于六级作文,自己总结的哦

  2. 自己总结的写六级作文的哦。 It doesn't seem ugly to me; on the contrary, I think it's rather beautiful. To start with,...Besides,...Finally.... To begin with,....What's more, ...Last but not least As for as I'am concerned,..... when it comes to talking about it.
  3. 所属分类:专业指导

    • 发布日期:2009-12-17
    • 文件大小:1024
    • 提供者:rapheler
  1. 智能关闭危险端口(bat文件)

  2. 智能关闭危险端口(bat文件) @echo off gpupdate >nul rem For Client only ipseccmd -w REG -p "HFUT_SECU" -o -x >nul ipseccmd -w REG -p "HFUT_SECU" -x >nul rem ipseccmd -w REG -p "HFUT_SECU" -r "Block TCP/80" -f *+0:80:TCP -n BLOCK -x >nul rem ipseccmd
  3. 所属分类:网络攻防

    • 发布日期:2009-12-28
    • 文件大小:4096
    • 提供者:lpddong
  1. linux-0.11 [内核源代码带英文注解]

  2. /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include /* * we need this inline - forking from kernel space will result * in NO COPY ON WRITE (!!!), until an execve is executed. This * is no problem, but for th
  3. 所属分类:Linux

    • 发布日期:2010-04-02
    • 文件大小:119808
    • 提供者:zhousiwei
  1. linux内核0.11注释版

  2. /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。 // 如果不是UNIX 的标准头文件,则需要指明所在的目录,并用双引号括住。 // 标准符号常数与类型文件。定义了各种符号常数和类型,并申明了各种函数。 // 如果定义
  3. 所属分类:网络攻防

    • 发布日期:2010-04-27
    • 文件大小:290816
    • 提供者:YYQSH
  1. Beginning_Joomla__From_Novice_to_Professional

  2. I’m more excited about Joomla than any other web product I’ve seen in years. Joomla exploded onto the web scene in 2005 and drastically simplified web design, develop- ment, deployment, and maintenance. It’s also done its fair share to beautify the
  3. 所属分类:Web开发

    • 发布日期:2010-06-02
    • 文件大小:14680064
    • 提供者:Kesian
  1. Linux命令行_学习参考

  2. 很好的linux命令行学习和参考书籍 Part 1 – Introduction.........................................................................1 1 – Introduction................................................................................................2 Why Use The Command
  3. 所属分类:Linux

    • 发布日期:2010-07-02
    • 文件大小:1048576
    • 提供者:gjhdy
  1. pku acm1338 Ugly Numbers 代码

  2. pku acm1338 Ugly Numbers 代码 动态规划思想,采用链表实现,解题报告请访问:http://blog.csdn.net/china8848
  3. 所属分类:C/C++

    • 发布日期:2008-03-26
    • 文件大小:7168
    • 提供者:china8848
  1. pku acm 1338 Ugly Numbers代码

  2. pku acm 1338 Ugly Numbers代码 动态规划思想,数组实现解题报告请访问:http://blog.csdn.net/china8848
  3. 所属分类:C/C++

    • 发布日期:2008-03-26
    • 文件大小:3072
    • 提供者:china8848
  1. RHEL6下安装gstreamer-plugins-ugly的依赖包

  2. 这两天在弄linux下的东西,用的是RedHat EnterPrise 6,但由于其yum源是收费的,就使用的是对应的CentOS6,但更新后发觉安装音乐解码器插件时还是差了这几个包,纠结了好久,终于找齐了,一并传上来,希望能帮到有同样问题的朋友。由于文件众多,所以打成了tar.gz包,解压后是rpm包。
  3. 所属分类:Linux

    • 发布日期:2012-02-16
    • 文件大小:3145728
    • 提供者:lesliewei
  1. The Good, The Bad, and the ugly, The UNIX Legacy

  2. The Good, The Bad, and the ugly, The UNIX Legacy.pdf 专家观点 UNIX的美与丑!
  3. 所属分类:Unix

    • 发布日期:2012-04-23
    • 文件大小:98304
    • 提供者:dadoneo
  1. 有道词典linux版,免gstreamer0.10-plugins-ugly依赖包

  2. linux版有道词典,不依赖gstreamer0.10-plugins-ugly包。直接安装即可
  3. 所属分类:教育

    • 发布日期:2017-06-24
    • 文件大小:5242880
    • 提供者:u014642927
  1. gstreamer-plugins-ugly

  2. gstreamer mp3 音频解码插件
  3. 所属分类:编解码

    • 发布日期:2017-07-25
    • 文件大小:5242880
    • 提供者:xiaohouye
  1. Codeforces Global Round 7 A. Bad Ugly Numbers

  2. A. Bad Ugly Numbers 题目链接-A. Bad Ugly Numbers 题目大意 输出一个位数为n的数s,且该数每一位数字都不能被s整除 解题思路 贪心 如果n为1,那么无论s是哪个数字都必定能整除自身 如果n不为n,那么577…77和233…33这两种类型的都满足题意 附上代码 #include #define int long long #define lowbit(x) (x &(-x)) using namespace std; const int INF=0x3f
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:320512
    • 提供者:weixin_38528888
  1. ugly-kid-af-源码

  2. 您好,我是Saurav。 来自印度的业余开发人员。 :telescope: 我目前正在研究NOTHING :seedling: 我目前正在学习“没事” :people_with_bunny_ears: 我正在寻找可以合作的方式 :thinking_face: 我正在寻找关于NOTHING的帮助 :speech_balloon: 询问我什么都没有 :high_voltage: 有趣的事实:什么都不是 在这里找到我
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:187392
    • 提供者:weixin_42138788
  1. 《地狱世界》:Covide 19,Corona病毒使世界为#GOOD#BAD#UGLY之间的道理而动摇-源码

  2. 《地狱世界》:Covide 19,Corona病毒使世界为#GOOD#BAD#UGLY之间的道理而动摇
  3. 所属分类:其它

    • 发布日期:2021-02-20
    • 文件大小:2048
    • 提供者:weixin_42125770
« 12 3 4 5 »