CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 程序员

搜索资源列表

  1. 1144853503

    0下载:
  2. uCOS-II 初级程序员指南本文面向首次接触uC/OS-II的程序员,为他们介绍一下这个系统的一些基本特征和编程上的注意事项,并介绍几个值得了解的API。本文作者已经成功的将uC/OS-II移植到几种不同CPU之上。包括EPSON S1C33和Sunplus unSP?等,积累了丰富的经验,现在愿意和朋友们分享这些经历。希望本文的资料对于希望使用这个系统来开发的朋友有所帮助,作者乐意与您分享任何您成功的喜悦。-for uCOS-II Junior Programmer's Guide
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4856
    • 提供者:victor
  1. Refactoring123

    0下载:
  2. 程序员对代码所做的为了满足短期利益代码改动,或再没有完全清楚增个架构下的改动,都很容易是代码失去它的清晰结构,偏离需求或设计。而这些改动的积累很容易使代码偏离它原先设计的初衷而变得不可立即和无法维护。 Refactoring则帮助重新组织代码,重新清晰的体现结构和进一步改进设计。 -programmers to code done in order to meet short-term interest code changes or not entirely clear by a fr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:106990
    • 提供者:杨明
  1. ifsdoc

    1下载:
  2. 文件系统驱动开发的文档资料(IFS DDK),包括新文件过滤接口程序员指南.rar,实现对硬盘的监控.txt,文件重定向操作.txt,注册表重定向.txt,DLL函数重定向的问题.txt,关于文件夹地隐藏.txt等。-file system driver development Documentation (IFS DDK), including new file filters Interface Programmer's Guide. rar, the hard drive moni
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:499695
    • 提供者:zgb
  1. c++application

    0下载:
  2. 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议。 -software quality is linked by the majority of programmers in mind and not just the t
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:107858
    • 提供者:LYQUN
  1. chengxuyuankaifabaodian

    0下载:
  2. 这本书的名子叫程序员开发宝典,书如其名,有兴趣的朋友,不如下载下来学习学习.-this book called The name of development programmers, the book book lives up to its name, the friends are interested in, it is better to download learn from.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4411395
    • 提供者:xuwmzi
  1. uCOSfor

    0下载:
  2. uCOS-II 初级程序员指南 uCOS-II 初级程序员指南-for uCOS-II Junior Programmer's Guide for uCOS-II Junior Programmer's Guide
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9490
    • 提供者:闫璐
  1. Unixprogramaskandanswer

    0下载:
  2. 这份文档不是FAQ(Frequently Answered Question),不少问题属于FUQ(Freque- ntly Unanswered Question)。换句话说,不一定是最常见的编程、应用问答,很可 能其中的答案尚是一个构思,还没有成为现实,又或者根本是个错误的思想火花。但 是,她的确在试图回答一些很有意义的问题,让更多的Unix/C程序员、系统管理员共 享彼此的智慧,那是三十年前无数前辈精英做到过的,也是我们正试图做到的。-FAQ (Frequently An
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:112605
    • 提供者:王培竹
  1. Write.Great.Code.Volume.I.Understanding.the.Machin

    0下载:
  2. Write Great Code 的第一卷 Understanding the Machine 第一卷用语言无关的方式告诉程序员写出很好的代码所需要的知识,而不需要了解具体的汇编语言-Write Great Code Volume I of the Ma Understanding chine vol language unrelated to tell the programmers to write good code required knowledge, not need to k
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8642206
    • 提供者:jz
  1. A366

    0下载:
  2. C#一个实例源代码,里面有多个内容,适合多人喜欢研究.netC#的程序员研究,对初学者也有帮助!-an example of C# source code, which has more elements, for people like research. netC# programmers, for beginners but also help!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3438245
    • 提供者:陈晓斌
  1. differenct

    0下载:
  2. 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:14949
    • 提供者:stevephen
  1. NThuanjingshebeiqudong

    0下载:
  2. 这是NT环境下的设备驱动,对编写NT系统的设备驱动的程序员有帮助的啊!-This is the NT device drivers for the preparation of the NT system device driver programmers help ah!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:77263
    • 提供者:副类
  1. C++andC

    0下载:
  2. 程序员面试的必要宝典,《高质量编程C++》林锐编著,一般的公司笔试题目都从里面出。-programmers the necessary interviews, the book "high-quality programming C" LIN compile, Most enterprises are subject written from the inside out.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:116760
    • 提供者:刘楠
  1. styleC

    0下载:
  2. c语言开发规范编程,对于程序员开发很实用的东东,请下载后留言-c standardized programming language developed for programmers to develop very practical Eastern, download messages after
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:266362
    • 提供者:
  1. WinCVS_china

    0下载:
  2. cvs对程序员来说非常的重要,wincvs是windows下的cvs客户端工具,里头详细描述它的使用。-cvs on the programmer is very important. wincvs windows is the cvs client tools, Erlitou detailed descr iption of its use.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1665836
    • 提供者:zgf
  1. 200611rjsjs

    0下载:
  2. 2006年下半年软件设计师考试试卷 现软件设师考试等同于以前的高级程序员考试-the second half of 2006 software designers examination papers are software designer examination equivalent to a former senior programmer examination
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:893455
    • 提供者:jie
  1. OpenAL

    0下载:
  2. openal三维声音开发包的权威程序员手册-openal 3D sound development kits authority programmers manual
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:5218
    • 提供者:lhg
  1. programmerexam

    0下载:
  2. 一个关于高级程序员考试的很好的资料,其中详细的介绍了重要考试内容,希望对大家有帮助.-a senior programmer examination of the good information, a detailed examination of important content, We want to help.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1377530
    • 提供者:楚燕
  1. 29chengxuyuan

    0下载:
  2. 程序员考试全真试题。参加程序员考试的同学很有用-programmers all Phase II examinations. Participate in the examination of students programmer useful
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:417323
    • 提供者:徐顺情
  1. softwareengineer

    0下载:
  2. 《软件工程思想》讲述“软件开发”和“做程序员”的道理,视野独特,构思新颖,内容风趣,不落窠臼,令人耳目一新。堪称难得,以至回味无穷。 -"software engineering thinking" about "software development" and "do programmers", the unique vision, innovative ideas, as witty, have an original sty
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:536220
    • 提供者:alick
  1. C++memory

    0下载:
  2. c++ 内存管理算法,适合于中高级程序员,从可执行文件格式到linux/windows内存管理方式,涉及内存管理的所有方面-c memory management algorithm, which is suitable for middle - and high-level programmers, from the executable file format to linux / windows memory management, memory management involved i
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5730905
    • 提供者:everest
« 1 2 3 45 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com