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

搜索资源列表

  1. ex13

    0下载:
  2. 一个关于单片机80c51的交通灯测试C语言程序-A test C language programming for microcontroller 80C51 traffic lights
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1663
    • 提供者:motanfeifei
  1. ex11

    0下载:
  2. 关于单片机实验中的电子时钟实验c语言程序,供大家学习交流-Microcontroller experiments electronic clock experiment c language program for the Learning Exchange
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:1569
    • 提供者:motanfeifei
  1. 001

    0下载:
  2. 用c语言详解的关于操作系统中得多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。 -Concurrent execution on multi-process operating system in much the system using c language Detailed, in o
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4493
    • 提供者:刘xx
  1. touchscreen1

    0下载:
  2. codes for touch screen panels by codvision (C language) for ATmega-AVR
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:777506
    • 提供者:hes
  1. QT

    0下载:
  2. 珍藏的QT学习资料·希望多大家有帮助,《C++ GUI Qt 4 编程(第二版)》《C++ GUI programming with Qt4》高清-中文版-扫描版-QT study data collection hope for more help " C++ the GUI Qt 4 programming (second edition)" " C++ the GUI programming, with the Qt4" HD- Chinese vers
  3. 所属分类:software engineering

    • 发布日期:2017-06-22
    • 文件大小:39878656
    • 提供者:岳海
  1. LCD1602PDS1302

    0下载:
  2. 基于LCD1602与DS1302的c++程序,能在Protues和KeilC上进行仿真,可以显示日期和时间的简单设计。-The C++ Program for basic LCD1602 and DS1302,it is simulationed on the Protues and KeilC,this simpleness design may be display date and time.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:593279
    • 提供者:王誉霖
  1. pointer_practice

    0下载:
  2. 指针练习,作为C/c++d的灵魂部分,对于指针的运用 尤为重要。-The pointers practice as part of C/c++d the soul is particularly important for the use of pointers.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:226961
    • 提供者:赵宝鑫
  1. Dijkstra

    0下载:
  2. 这是一个C++编的Dijkstra算法,用于离散数学中求最短路径的问题。-This is a C++ compiled Dijkstra algorithm for shortest path problems in discrete mathematics.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1004
    • 提供者:付评
  1. CPP1

    0下载:
  2. C++编程基础教程,适合初学者,里面有很多基础经典的程序源代码!-C++ programming basic tutorial, suitable for beginners, there are a lot of infrastructure classic source code!
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:6759126
    • 提供者:宋东旭
  1. programmerPPP

    0下载:
  2. this document is very useful and easy to programm in builder c++ for everyone
  3. 所属分类:软件工程

    • 发布日期:2017-05-11
    • 文件大小:2455052
    • 提供者:fifa
  1. demoADC

    0下载:
  2. ADC C++ for 9S12XS128 FREESCALE
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:253547
    • 提供者:ningpuyu
  1. clock-based-on--8051-and--LCD1602

    0下载:
  2. 详细介绍了8051单片机和LCD1602开发的数字钟电路和程序。是学习KEIL C和LCD1602的好资料。仿真平台为PROTEUS。-Details of the 8051 and the the LCD1602 development of the digital clock circuit and procedures. Learning KEIL C and LCD1602. Simulation platform for the PROTEUS.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:17581
    • 提供者:quanjj
  1. web-program-design2

    0下载:
  2. 一 问答题 1 什么是MVC设计模式? 2 FrontPage中有几种不同的显示模式,各有什么用途? 3 如何通过预定义函数eval()求得表达式的值? 4 什么是B/S结构?和C/S结构相比有哪些优点? -A question for a what is MVC design pattern? 2 in FrontPage There are several different display modes, each with what purposes? 3 How to
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:11387
    • 提供者:林枫
  1. calcultor

    0下载:
  2. /*6. 模拟计算器程序 问题描述 设计一个程序来模拟一个简单的手持计算器。程序支持算术运算+、-、*、/、=、以及C(清除)、A(全清除)操作。 基本要求 程序运行时,显示一个窗口,等待用户输入,用户可以从键盘输入要计算的表达式,输入的表达式显示在窗口中,用户键入 = 符号后,窗口显示出结果。 测试数据 程序输入不少于5种不同的表达式进行测试。 实现提示 可定义一个计算器类,该类包括两个组件对象,一个计算引擎和一个用户接口,用户接口对象处理接受的键盘输入信息,并
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:1550
    • 提供者:bennies
  1. 04206076rls

    0下载:
  2. C-source code for RLS algorithm. adaptive filter
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4371
    • 提供者:James Lafleur2
  1. 2009082224migong

    0下载:
  2. 学生管理系统 C++ 有源码有文档 可运行实现 欢迎下载 初学者适合-Student management system C++ have the source document can run welcome to download for beginners suitable
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:79853
    • 提供者:马大
  1. PILA-COLA-CON-MEMORIA-1.2

    0下载:
  2. software which uses memory cells is in c + + 2006 are useful for learning quines
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4437660
    • 提供者:rayssita
  1. PS2_Mouse_Test

    0下载:
  2. Project name: PS2_Mouse_Test Program for testing PS2_Mouse.c routines * Copyright: (c) 2010 clock.com * Test configuration: unit: PIC16F877A Dev.Board: EasyPIC4 Oscillator: HS, 08.0000 MHz Ext. Modules: - Project name:
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:1051
    • 提供者:Dobromir Dinev
  1. cPP_B-Tree

    0下载:
  2. 用c++写的B树算法。包括插入、删除、查找等,供参考。-Written in c++ B-tree algorithm. Including insert, delete, search for information.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:8869
    • 提供者:cherry
  1. learning-to-cPP

    0下载:
  2. 这是一个教c++语言的入门材料,简单易懂,为初学者提供了良好的指导方向。-This is a article to teach c++ language.It is easy to be read and learned,providing the beginners for good guidance
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:30483
    • 提供者:jolin
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com