CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - C 程序设计

搜索资源列表

  1. timelock

    0下载:
  2. 单片机设计电子时钟,包括硬件电路原理和C程序代码,希望对喜欢单片机的朋友有用-MCU design of electronic clocks, including the hardware circuit theory and C code, want to be useful like MCU' s friends
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:121948
    • 提供者:zengjun
  1. code

    0下载:
  2. 程序设计教程(钱能) 随书附带的源码,是学习c++ 有效的帮助-Programming Tutorial (qian neng) source code included with the book, is to learn c++ effective assistance to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:226876
    • 提供者:sy
  1. chitang

    0下载:
  2. 池塘夜降彩色雨,经典的c程序课程设计.比较简单-Pond fall color night rain, the classic course design c program. Is relatively simple
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:18716
    • 提供者:ss
  1. C910

    0下载:
  2. 经典C语言程序设计实例讲解例子 一些例子经常用的
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1276
    • 提供者:乔天喜
  1. dspFloat

    0下载:
  2. SHARC_DSP的详细讲义,包括SHARC_DSP的结构与功能,指令系统,程序设计,开发工具等,此外还有5个实验文档及其相对应的代码,既有C又有ASM。不可多得的好材料-SHARC_DSP detailed lecture notes, including the SHARC_DSP the structure and function, instruction, program design, development tools, in addition to five experiment
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:3042894
    • 提供者:张一
  1. tongxunlu

    0下载:
  2. C语言编写的通讯录 1.问题分析和任务定义:根据设计题目的要求,充分地分析和理解问题,明确问题要求做什么,(而不是怎么做)限制条件是什么。 2.概要设计:对问题描述中涉及的操作对象确定相应的数据类型,定义主程序模块和各抽象数据类型。逻辑设计的结果应写出主模块的算法,并画出模块程序流程图; 3.详细设计:写出伪码算法。在这个过程中,要综合考虑系统功能,使得系统结构清晰、合理、简单和易于调试, 4.程序编码:把详细设计的结果进一步求精为程序设计语言程序。同时加入一些注解和断言,
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2624
    • 提供者:qiuwenqi
  1. 12

    0下载:
  2. c课后练习题的答案,以及其他程序设计题规范化-c after-school exercises of the answers, as well as other programming problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:449567
    • 提供者:冯双磊
  1. YiQi

    0下载:
  2. C yu语言程序设计 仪器仪表管理 以及一担挑小游戏-C yu language programming instrumentation management, and a pick game Tam
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6100
    • 提供者:yuureibana
  1. tuxingdonghua

    0下载:
  2. Visual c++6.0中是如何使用图形程序设计和动画技术的,这是一个图形方式的时钟程序,程序运行后以图形方式显示时钟,秒针一秒一秒地转动,该程序用到了结构型变量的指针、图形程序设计以及动画技术等一些知识-Visual c++6.0 is how to use graphics program design and animation technology, which is a graphical clock program, the program running to graphical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:5502
    • 提供者:caowei
  1. VisualC

    0下载:
  2. 经典的Visual C++经典游戏程序设计源码,欢迎下载,谢谢。-Classic classic games Visual C++ programming source code, are welcome to download, thank you.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5215078
    • 提供者:cc
  1. C_practical_and_fun_programming_programming_100_ca

    0下载:
  2. C/C++语言经典、实用、趣味程序设计编程百例精解-C/C++ language classic, practical and fun programming programming 100 cases of sperm solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:87778
    • 提供者:Ben
  1. C1

    0下载:
  2. 本内容属于本人参编课本《新概念C语言程序设计》的开始章节压缩版本,仅供C语言爱好者参考-I supervised the part of the contents of textbooks, " the new concept of C language programming," the beginning of the compressed version of the chapter, only C language aficionados
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3471
    • 提供者:liuraojia
  1. MFCAppWizard

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principles and MFC MFC AppWizard
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:32989
    • 提供者:zs2
  1. applechess

    0下载:
  2. 用VC++编写的 SDI程序框架 苹果棋小游戏 可以作为C++课程设计用的-Using VC++ SDI application framework written in Apple' s chess game can be used as C++ program for design
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1962949
    • 提供者:秋思狐狸
  1. down_201042815254

    0下载:
  2. 单片机C语言程序设计实训100例--基于AVR+PROTEUS仿真-Microcontroller C Programming Language Training of 100 cases - based on AVR+ PROTEUS simulation
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:16338537
    • 提供者:weijun
  1. CSTRING

    0下载:
  2. 字符串处理是程序设计语言的一个重要的组成部分。有的字符串是内置的(VB等),有的是模拟的(C字符串为字符集合,算法等以库的形式提供),而C++所提供的字符串std::string是以库的形式提供。-C puls plus
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:280562
    • 提供者:changzhizhang
  1. nmsq

    0下载:
  2. 统计字母的使用频率通过编写程序统计字母的使用频率,培养学生综合利用C++语言进行程序设计的能力,熟悉字符串的操作方法,加强函数的运用,提高软件系统分析能力和程序文档建立、归纳总结的能力。-you like
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:841942
    • 提供者:mcgrady
  1. schoolmanage

    0下载:
  2. 面向对象程序设计 c++学生毕业设计管理系统-Object-oriented programming design management system graduates
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3672
    • 提供者:ringo
  1. ourdev_234038

    0下载:
  2. Proteus设计 基于80c51的硬件设计及其配套的c程序驱动-Proteus design is based on 80c51 and supporting hardware design process driven c
  3. 所属分类:Other systems

    • 发布日期:2017-05-29
    • 文件大小:11451948
    • 提供者:Ross
  1. Visual.C.

    0下载:
  2. c++的一些课程设计,有通讯录,聊天程序,图书管理系统等-c++ some of the curriculum design, there are contacts, chat programs, library management system
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1659911
    • 提供者:雷欣
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 27 »
搜珍网 www.dssz.com