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

搜索资源列表

  1. Tetris-game

    0下载:
  2. 俄罗斯方块游戏(C语言),包括:功能模块设计、 数据结构设计、程序实现以及源码分析。-Tetris game (C language), including: functional module design, data structure design, program implementation and source code analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:148760
    • 提供者:吴容
  1. car

    0下载:
  2. 用来实现一辆设计好的小车在程序运行界面内按照指定的路径运动的程序,编程语言为c++。-Used to implement a program designed to run the car in motion in accordance with the specified path interface program, the programming language c++.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:802
    • 提供者:朱立霞
  1. StringOverLoading

    0下载:
  2. 运算符重载 任务目标:   学习C++的运算符函数重载机制,并学习C++的。 任务描述:   设计一个字符串类MyString,要求该类能够完成以下操作(用函数重载机制完成)。要求构造完整的类(包括构造、析构函数),并且实现其他以下功能 String1=String2+String3 (重载+) String1 += String2 (重载+=) (int)String1 (重载类型转换int),将String对象中的所有字符的ASCII相加后返回。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5163168
    • 提供者:周畅
  1. CGameCtrl

    0下载:
  2. 这是一个模仿 Windows 下纸牌游戏程序,这个程序完全用 C++ 语言编写,里在程序里面自己封装类,自己设计程序框架,没有利用MFC,-This is an imitation of Windows card game program, this program with C++ language, in the program inside their own package, design their own program framework, without using MFC,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3030035
    • 提供者:文亮
  1. shiyan2

    0下载:
  2. C++中类与对象的声明与使用 1、定义一个关于长方形的类,编制求长方形周长和面积的程序:求出长135、宽86的长方形的周长和面积,求出长62.2、宽27.5的长方形的周长和面积。 2、设计一个宠物猫的类,猫的属性数据包括: 名字、性别、年龄、体重、颜色,实现对这些数据的修改和显示,编写主程序测试猫的管理。-Statement with the use of classes and objects in C++ 1, define a class on rectangular,
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:11189
    • 提供者:李颖怡
  1. rat

    0下载:
  2. 老鼠走迷宫程序,用C++编写,程序中用到了链栈和数组,老鼠的移动用进栈出栈完成,迷宫地图用二维数组完成,方便实用,对要课程设计的同学有帮助。-Mouse Maze procedure using C++ written procedures used in the chain stacks and arrays, move the mouse into the stack using the stack is complete, the maze map done with two-dimens
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:873219
    • 提供者:管学宁
  1. 9

    0下载:
  2. 这是郑莉的C++实验的一些算法,是本人自己设计的一些程序-This is some experimental algorithm Zheng Li' s C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:236174
    • 提供者:jone
  1. libjingle-0.5.1

    0下载:
  2. libjingle-0.5.1 Libjingle 是一个开发库, c++的源码和文档组成, 由 这些文档可以使你设计应用程序, 通过一个网络, 能够连接和交换数据。 值得注意的是这个源码需要一些外部的依赖-Libjingle is a development library, c++ source code and document, by these documents can make your application design, through a network, can co
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1094763
    • 提供者:肖俊哲
  1. student

    1下载:
  2. C语言,学生成绩管理系统作业设计。VC++6.0编译通过, 利用结构体,结构体指针,单链表,文件操作,命令窗口下简单菜单设计,可从文件读入数据,自动保存数据,有错误自动判断修复,能添加,删除,查询,显示,排序记录,适合多数初学者期末C语言作业设计要求!如果要增加科目,只要修改源代码中的Class_N的值就可以了,科目的名称在程序第一次运行时输入,会自动保存到student.ini文件,程序运行时自动生成的student.ini文件为系统信息文件(二进制文件),student.db为数据存储文件(
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:342812
    • 提供者:namejiang
  1. JPKC

    0下载:
  2. 这是一个学校精品课程系统,使用的的C#语言和asp.net开发的web应用程序,可以作为一个毕业设计进行使用,使用的数据库是sql server数据库-This is an excellent course school system, C# language used and asp.net web application developers can use as a graduation design, using sql server
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8400896
    • 提供者:李波
  1. 2

    0下载:
  2. 用C#设计一windows应用程序,要求能在窗体中绘制点,线,方式自定。-Design a Windows applications in c#, the requirement to draw points, in the form, way since.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:48176
    • 提供者:王跃彬
  1. Calendar

    0下载:
  2. C++编写的万年历系统,支持两种输出格式,课程设计小程序。-c++,calendar system
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3012
    • 提供者:大树
  1. Triple

    0下载:
  2. 这是用c语言编写的三元组的小程序,其中透着数据结构的思想和程序化的设计方法,希望能对你的学习有所帮助。-This is written in c ternary group of small programs, including through the data structure of the program s design ideas and methods, hope to be able to help in your study
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:744
    • 提供者:aforgeter
  1. data

    0下载:
  2. C++实现日期结构设计小程序,判断是否为闰年并打印-C++ realization date design small program to determine whether it is a leap year and print
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1041636
    • 提供者:panxiaoxu
  1. students-system

    0下载:
  2. 学生管理系统,可以完成对学生各种信息的录入以及编辑等,是课程设计作品,是c入门到精通的过渡程序-Student management system, students can complete a variety of information input and editing, curriculum design work, is c entry to master the transition program
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:356716
    • 提供者:齐秀
  1. tan-xin-suan-fa

    0下载:
  2. C语言结构化实现贪心算法,利用贪心策略解决背包问题。现有载重为M公斤的背包和n种货物。第i种货物的重量为Wi,它的总价值为Pi,假定M、Wi、Pi均为整数。设计程序给出装货方法,使装入背包的货物总价值达到最大-Using the greedy strategy to solve knapsack problem. Existing load for M kg backpack and n kinds of goods. The kind of the weight of the goods as
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:12262
    • 提供者:陈若溪
  1. car

    0下载:
  2. 全国电子设计大赛,自动往返小车程序c源码,亲自测试可以,对于不同电机请自行调整速度-National Electronic Design Contest, c automatic shuttle car program source code, you can personally test, adjust speed for different motors themselves
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:52772
    • 提供者:龙爱中
  1. mini-STM32_shiboqi

    0下载:
  2. 本人毕业设计时基于ministm32开发板,用C语言编写,程序注释清楚,下载就完全可以用,请放心下载。-Written in C language, when I am a graduate design program comments clear, download is completely can use, please feel free to download.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3101823
    • 提供者:chen
  1. algorithm

    0下载:
  2. 算法设计与分析的project,实现各种课后程序-C++ realization, algorithm design and analysis project
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:447632
    • 提供者:fjt
  1. live-Game

    0下载:
  2. 建立于C语言的一个游戏程序, 设计的生命游戏-Founded in C language program a game, Game of Life Design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:xuren
« 1 2 ... 20 21 22 23 24 2526 27 »
搜珍网 www.dssz.com