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

搜索资源列表

  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
    • 文件大小:20.54kb
    • 提供者:wyq
  1. Software Testing

    1下载:
  2. Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready fo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9.35mb
    • 提供者:刘宏亮
  1. AddisonWesleyEffectiveSoftwareTesting50SpecificWay

    0下载:
  2. In most software-development organizations, the testing program functions as the final \"quality gate\" for an application, allowing or preventing the move from the comfort of the software-engineering environment into the real world. With this ro
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:688.15kb
    • 提供者:顾雷
  1. CC++_distinguish

    0下载:
  2. 如何理解c和c ++的复杂类型声明。 曾经碰到过让你迷惑不解、类似于int * (* (*fp1) (int) ) [10] 这样的变量 声明吗?本文将由易到难,一步一步教会你如何理解这种复杂的C/C++声明。-how to understand the c and c complex type declaration. Had encountered let you puzzled, similar to the int * (* (* fp1) (int)) [10] variab
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:102.09kb
    • 提供者:小郑
  1. HighqualicCandC++Programming

    0下载:
  2. 高质量C编程,软件开发面试必备High qualicy C and C++ Programming is very useful book for you!it is very important to interview-quality C programming, Software Development interviews essential High qualicy C and C Programming is ver y useful book for you! it is very
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:108.43kb
    • 提供者:王新
  1. 000

    0下载:
  2. #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<\"error!\"<<endl abo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:849byte
    • 提供者:刘见锋
  1. Dijkstra

    0下载:
  2. Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:205.39kb
    • 提供者:wwf
  1. _nankai100doc

    0下载:
  2. 请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。 最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。 部分源程序存在文件prog1.c中。 例如:若输入17 5 则应输出:19,23,29,31,37。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:63.58kb
    • 提供者:陈继远
  1. INT.rar

    0下载:
  2. PIC 16F684 外部脉冲计数,74hc595显示,两路AD采集,PIC 16F684 external pulse count, 74hc595 show that two-way AD acquisition
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:560byte
    • 提供者:armlinuxvc
  1. int21h

    0下载:
  2. 提供汇编INT功能所有描述,INT 21H里AH值全部都有,希望对大家有用,第一次上传-INT function to provide a compilation of all descr iption, INT 21H value in AH, all of the above, I hope useful for all of us, the first upload
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:9.98kb
    • 提供者:周超
  1. int

    0下载:
  2. Imp java questions. very important for java interview for experienced professional more than 1 year
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:3.56kb
    • 提供者:baba
  1. a

    0下载:
  2. 有双向循环链表结点定义为: struct node { int data struct node *front,*next } 有两个双向循环链表A,B,知道其头指针为:pHeadA,pHeadB,请写一函数将两链表中data值相同的结点删除,并测试。-Two-way linked list node cycle defined as: struct node (int data struct node* front,* next ) there are two t
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:967byte
    • 提供者:杜若
  1. VC6_0_MATLAB7_x

    0下载:
  2.  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器。比较分析了各种方法的适用范围,介绍了发布混编程序的方法。- Wit h t he combination of VC++ and MA TLAB , t he p ower
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:271.22kb
    • 提供者:wang han
  1. 1

    0下载:
  2. WHY to drive SMT160 whith ICP AND INT
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:14.15kb
    • 提供者:adel
  1. 2

    0下载:
  2. drive smt160 whith icp and int
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:14.21kb
    • 提供者:adel
  1. 3

    0下载:
  2. drive smt160 whith icp and int
  3. 所属分类:Project Design

    • 发布日期:2017-04-23
    • 文件大小:14.38kb
    • 提供者:adel
  1. ICP

    0下载:
  2. Drive smt160 whit ICP and INT
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:104.55kb
    • 提供者:adel
  1. INT

    0下载:
  2. Drive smt160 whit ICP and INT
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:71.78kb
    • 提供者:adel
  1. Virtual_Cockpit_Vision_System_Based_on_PC

    0下载:
  2. 根据新一代歼击机虚拟座舱系统的要求,开发了 一种基于PC 机的廉价而通用的虚拟座舱视景系统。 文中详细描述了其硬件系统的组成、系统软件的选择 以及应用软件的设计与实现。-In order to satisfy the new generation of fight2 er ,a method about virtual cockpit vision system based on PC is represented. The design scheme about hardw
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:85.97kb
    • 提供者:wyy
  1. ov2643-int

    1下载:
  2. this is ovi 2643 int c program
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:11.19kb
    • 提供者:tan
« 12 3 4 »
搜珍网 www.dssz.com