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

搜索资源列表

  1. 几种语言的语法

    0下载:
  2. 语言的语法,格式严紧,对于处理yacc,lex有帮助!-language syntax, format strict, addressing generates, lex help!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:49195
    • 提供者:开发者
  1. 教案(2)

    0下载:
  2. 图书管理系统源代码,rar文件下载,无密码解压,由老师和本人共同完成-library management system source code, rar files without password extract from the teachers and I completed
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:212698
    • 提供者:晓鸣
  1. VC.NET2003实现 给托盘添加变化的背景图

    0下载:
  2. VC.NET2003实现 给托盘添加右击菜单--变化的背景图,系统托盘图标随程序上图片变化而变化,在VC.NET,WINXP上调试通过.-VC.NET2003 tray add to the realization right click menu -- changes in the background map, the system tray icon with the procedural changes in the picture, in VC.NET, WINXP on debugg
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:899010
    • 提供者:冷泠
  1. 人事档案管理系统1

    2下载:
  2. 人事管理系统vb版,用于一般中小企业,直接可以编译使用-Personnel Management System vb version for SMEs, it can be compiled directly use
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2315537
    • 提供者:cxy
  1. structs(三层结构)

    0下载:
  2. 本例子是关于三层结构模式(MVC),通过这个例子有利了解structs结构模式.-examples of the three-tier structure (MVC). through this example to understand structs favorable structural model.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2222927
    • 提供者:钟兵
  1. 文件管理系统课程设计C++

    0下载:
  2. 本程序是用VC++下的MFC写的希望对大家有帮助,这也是我在网上辛苦找出来的.请不要见怪>-the procedures used under the VC MFC wrote to the hopes we have to help, This is what I find on the Internet the hard work. please forgive
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1825270
    • 提供者:wang
  1. 可预置的8位计数器源程序

    0下载:
  2. 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在da
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21028
    • 提供者:wyq
  1. SmartClient_FPMS

    0下载:
  2. 怎样的图象处理的,好多东西,你可以漫漫的看,漫漫的弄,是一个不错的东西,你看了就知道了-how image processing, many of the things that you can see the long, long the alley, is a good thing. you will know from reading
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:2091748
    • 提供者:王才明
  1. 抽象数据类型实现

    0下载:
  2. 二叉树抽象数据类型的实现 问题说明:数据结构来实现二叉树具体函数功能的实现; 以及相关操作。-binary tree abstract data types realization : data structures to achieve specific function in a binary tree the realization; , and related operations.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2988
    • 提供者:张君
  1. walkInTheMazeC

    0下载:
  2. 是C++的基础,对于初学C++的人来说,有很大的帮助 -C is the basis for learning C people, a great help
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:86720
    • 提供者:李首
  1. My_Graphic.V2.0

    0下载:
  2. 画图程序 通过DEPHI 实现画图板的功能-drawing program through DEPHI achieve drawing board functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:292857
    • 提供者:lbb
  1. 具有运算符优先级的计算器(C语言)

    0下载:
  2. 用C语言编写的计算器,具有运算符优先级,采用堆栈实现。-C language prepared by the calculator, with priority Operators using stack to achieve.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:49430
    • 提供者:新新
  1. 钢琴(C语言)

    1下载:
  2. 用C语言编写的钢琴,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,应用程序通过读取该文件,能播放音乐。是一种简单的音乐播放器的模型。-C language of the piano, their performances can also be prepared by the broadcast their music files. The latter song is its own document preparation, application procedures
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:46348
    • 提供者:新新
  1. 卷积(C语言)

    0下载:
  2. 对于卷积运算,很多学生往往很难理解。本软件用VC编写,运行时可以观测卷积的的详细过程。可以控制卷积速度。是一个不错的演示软件。-for convolution operators, many students are often difficult to understand. The VC software used to prepare, run-time convolution can be observed in the detailed process. Convolution spe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:54079
    • 提供者:新新
  1. 20058149374874

    0下载:
  2. 在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-analysis of the past, some of the Course Scheduling software on the basis of a Course Scheduling common management information system design methods, as well as some specific technical problems t
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:236480
    • 提供者:华仔
  1. RoseMagic

    0下载:
  2. Rose2003自定义插件开发代码示例,delphi版本-Rose2003 custom plug-in development code examples, delphi version
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:399049
    • 提供者:王王王
  1. support

    0下载:
  2. 一套比较完整的内部技术支持全部源代码,请大家共同分享-relatively complete in-house technical support full source code, please share
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:109285
    • 提供者:小方
  1. HttpReqParse

    0下载:
  2. 对HTTP消息进行解析,解析出消息体的内容进行分析,并将要的内容保存至指定目录的文件中。-right HTTP news analysis, the analytical news from The content analysis, the content will be kept to the designated directory paper.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:103341
    • 提供者:张静
  1. 软件工程 仓库管理系统

    1下载:
  2. 一个很好的仓库管理系统,有说明文档! 还有详细设计文档-a good warehouse management system, documentation! There are detailed design document
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:309354
    • 提供者:史亚军
  1. 用asp.net生成随机验证码

    0下载:
  2. 用C#和ASP.Net编写的可以生成网页上的随机验证码的程序模块-C# and ASP.Net preparation of the website can generate random test on the code of program modules
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18260
    • 提供者:s
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com