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

搜索资源列表

  1. CodeComplete2e

    0下载:
  2. 软件工程名著《代码大全》英文原书第二版。作者:Steven C. McConnell。-Software engineering masterpiece, " code complete" English of the original second edition of the book. Author: Steven C. McConnell.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4672384
    • 提供者:chaque
  1. VB.RAR

    1下载:
  2. 仓库管理系统,包括代码等部分,对软件工程设计有帮助-Warehouse management system, including codes and other parts of the software engineering design help
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:221616
    • 提供者:古凝
  1. 2009930161743855

    0下载:
  2. 软件工程,文档加上部分代码,很详细,能够有所指点。-Software engineering, documentation, together with part of the code, very detailed, can be pointing.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7645
    • 提供者:miumiu
  1. sdferCdfjkl

    0下载:
  2. 简单工厂模式与工厂方法模式 在OO设计领域,我们知道前人总结了不少的经验,许多的经验在现代软件工程过程中已经被认为是原则来遵守。下面笔者摘抄几项下文涉及到的OO原则的定义。 OCP(开闭原则,Open-Closed Principle):一个软件的实体应当对扩展开放,对修改关闭。我的理解是,对于一个已有的软件,如果需要扩展,应当在不需修改已有代码的基础上进行。 -sdfjl lsjd djk jkld ljkdl dlj lj d l d
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:49133
    • 提供者:黄彬
  1. cvs

    0下载:
  2. 软件工程中的代码集中管理软件CVs的使用方法,安装/创建用户,正常使用的方法等,只做介绍性入门文档使用-Software Engineering code centralized management software CVs to use, install/create a user, the normal method used by only did the use of the introductory documentation for getting started
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:281531
    • 提供者:roy
  1. 098520

    0下载:
  2. 将此源文件加入要编译的工程文件, //将光标指向此文件,选择右键菜单“option for file asm.c ”, //将属性单“properties”中的“Generate Assembler SRC File”“Assemble SRC File” //两项设置成黑体的“√”将“Link Public Only”的“√”去掉,再编译即可。 //用此方法可以在c源代码的任意位置用#pragma asm和#pragma endasm嵌入汇编语句。 //但要注意的是在直接使
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:796
    • 提供者:nanfang
  1. Work_with_Modelsim_SE_and_Quartus_II

    0下载:
  2. 仔细讲解了如何在Modelsim中建立Altera的仿真库(Verilog HDL),如何使用Modelsim建立工程以及代码调试中的注意事项。-Carefully explained how to create Altera simulation Modelsim library, how to use Modelsim to establish engineering and debugging the code in the note.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:197679
    • 提供者:nostalgia
  1. DieselControCodes

    0下载:
  2. LabWindows/CVI开发柴油机工程应用实例代码-LabWindows/CVI development in diesel application codes
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:20294
    • 提供者:lujianghe
  1. Asprise-OCR-Java-Windows_XP_32bit-4.0

    0下载:
  2. 使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java 4.CloseWin.exe是销毁本sdk调用dll是弹出的Asprise购买提示,在进行批量识别图片时把CloseWin.exe同时运行就好了,这样就解除了弹出购买窗口这个问题 5.文件夹closeWi
  3. 所属分类:Document

    • 发布日期:2017-05-20
    • 文件大小:6054859
    • 提供者:吕军
  1. roughset

    0下载:
  2. 粗糙集中一种属性约简的算法C++的代码,不是工程文件,是文档-A kind of rough set attribute reduction algorithm for C++ code, not the project file is a document
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:7722
    • 提供者:道雯婷
  1. codecomplete_101

    0下载:
  2. 代码大全1,虽然叫做代码大全,但并不是介绍代码而是软件工程-Code Complete, 1, although known as Code Complete, but not introduced but the software engineering code
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4244616
    • 提供者:Chaos
  1. a

    0下载:
  2. 二维图像的三维显示希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的
  3. 所属分类:Document

    • 发布日期:2017-05-07
    • 文件大小:1141174
    • 提供者:biao
  1. meng

    0下载:
  2. 软甲工程三个实验,包含用例图和实物图,还有实验代码,很适合计算机科学与技术专业的学生-Soft-engineering of three experiments, including use case diagrams and physical maps, there is experimental code, it is suitable for computer science and technology majors
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:709217
    • 提供者:lhy
  1. c

    0下载:
  2. 实现工程 很好的代码 希望有需要的同学们能够踊跃下载 谢谢大家-The Engineering
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:943
    • 提供者:杨洋
  1. Access-to-current-screen-code

    0下载:
  2. VB 自动获取当前电脑屏幕分辨率大小代码(工程文件)-VB automatically get the current screen resolution size of the code (project file)
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:2995
    • 提供者:陈碧铭
  1. code-reading

    0下载:
  2. 细致的介绍了代码阅读的方法,对整个工程的理解能加深很多-Detailed introduction to the code reading method, can deepen the understanding of the whole project a lot of
  3. 所属分类:Project Manage

    • 发布日期:2017-06-02
    • 文件大小:14555136
    • 提供者:gaosihua
  1. cc430x613x_dma_01

    0下载:
  2. CC430f5137的DMA测试代码,直接加入工程文件中。-CC430f5137 the DMA test code directly into the project file.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-05
    • 文件大小:1055
    • 提供者:李百良
  1. VCchat

    0下载:
  2. 1、分析典型网络聊天应用软件(如QQ、MSN等)的实现原理,模拟设计一套网络聊天应用程序,必须实现以下功能: ①按照C/S结构分别设计服务端程序和客户端程序; ②服务端通过图形用户界面实现对服务器的控制,负责维护用户帐户和用户群,并维护用户信息、维持客户端之间的端对端通信和群聊通信、适时维护用户在线信息,并能够发送广播消息。 2、增加尽可能多的功能,用户界面友好,操作简便,代码设计遵从程序设计规范,易读性强,对关键过程和代码进行标注说明。 3、程序设计过程遵从软件工程规范,有需求
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:82587
    • 提供者:xuxiaofeng
  1. algorithm-assemblies-of-cPP

    0下载:
  2. 重要的C语言工程函数文件,包含了诸多工程计算函数的C语言代码-Important function of the C language project file contains a number of projects to evaluate the function C code
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12773858
    • 提供者:李豆豆
  1. PE-Entropy

    0下载:
  2. 一个仿PEID vc工程 能查看代码是否被压缩 只供参考-An imitation PEID vc project can see that the code has been compressed for reference only.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:34263
    • 提供者:huxiaodong
« 1 2 34 5 6 »
搜珍网 www.dssz.com