CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - AS.c

搜索资源列表

  1. 24点

    0下载:
  2. 24点 用c++编写的一个速算24点的游戏 只要进入就可以迅速得到答案-24 points c prepared with a quick calculation of 24 points entering the game as long as it can quickly get an answer
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1867
    • 提供者:lidaweironaldo
  1. MarkManagement

    0下载:
  2. 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:37253
    • 提供者:xuwei
  1. student-system

    0下载:
  2. 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:303919
    • 提供者:肖飞
  1. NotePadlatestwithCpp

    0下载:
  2. NotePad c++版本:实现了注册、登陆以及增删改查功能外,应用了API编程。界面效果很绚丽。-NotePad c++ version: implementation of the register, landing, as well as additions and deletions to search functions, the application of the API programming. Interface effects are brilliant.
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2595200
    • 提供者:韦正海
  1. wangluo

    0下载:
  2. 一个数字 1 2 3 的矩阵输入判定器,用神经网络算法实现,可以训练识别等多种功能用C++语言实现-1 2 3 a digital input to determine the matrix, and use of neural network algorithm, can be trained to identify a variety of functions, such as C++ language used to achieve
  3. 所属分类:Console

    • 发布日期:2017-05-23
    • 文件大小:7448380
    • 提供者:张帅
  1. 43cf

    0下载:
  2. 四十三钟差分格式源码,可以应用于流体等差分方程组的计算-43 differential clock source format, can be applied to fluids, such as the calculation of differential equations
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:492081
    • 提供者:lixnfg
  1. C-FLOW.ZIP

    0下载:
  2. This program, CFLOW, accepts C source files as input and generates as output to STDOUT a ughly structured listing of module (function) declarations and the function calls within them.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:44302
    • 提供者:piri_small
  1. mochongfupingfangfa

    0下载:
  2. 模重复平方法的控制台c实现,利用模重复平方法的定义作为编程思路-Repeat mode console c square method to achieve, using the definition of die repeat square method as a programming ideas
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:9398
    • 提供者:li
  1. foreach

    0下载:
  2. 利用boost::foreach组件,可以使C++像python,Lua等脚本语言样,能够以简洁的方式遍历任意容器!-Using boost:: foreach component that allows C++ like python, Lua scr ipting languages such as samples, simple way to be able to traverse any container!
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:977079
    • 提供者:John Smith
  1. RestartServer

    0下载:
  2. 系统内存监测程序,c# 控制台程序,依据内存消耗,重启相应的web服务,可用于网站如oa-System Memory monitoring procedures, c# console application, based on memory consumption, restart the corresponding web service, can be used for sites such as oa
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:55808
    • 提供者:熊志文
  1. shape

    0下载:
  2. 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:20207
    • 提供者:scorpioc
  1. chess-C

    0下载:
  2. 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4863234
    • 提供者:haohao
  1. fasfklhsdg

    0下载:
  2. 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,实在是个害人的东西,还不如 TC 好呢,因为它简化了所有调试的部分(或许是我没看到?),而调试是写程序相当重要的一部分。 不少老师直接拿 VC6 来讲 C 语言的,因为 VC6 的编辑和调试环境都很优秀。只可惜在 VC6 下只能做一些文字性的练习题,想画条直线画个圆都很难,还要注册窗口类
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:71057
    • 提供者:李俊炎
  1. cmobliphone

    0下载:
  2. C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:64919
    • 提供者:alex
  1. book-m

    0下载:
  2. vc环境下编辑的dos版图书管理系统 可以作为c++课程设计-vc environment editor dos version of library management system can be used as c++ curriculum design
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:1805345
    • 提供者:徐俊波
  1. Student-management-system

    0下载:
  2. 学生管理系统 c语言版 链表实现的学生信息管理系统 单文件结构 可以作为C/C++课程设计-Student management system c language version of the list of student information management system to achieve single-file structure can be used as C/C++ curriculum design
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:1229770
    • 提供者:徐俊波
  1. library-management-system-project-in-c

    0下载:
  2. Mini Project in C Library Management System. This mini project in C Library Management System is a console application without graphic developed using the C programming language. It is compiled in Code::Blocks with the gcc compiler. In this, you
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:17238
    • 提供者:
  1. Modern-Periodic-Table-Project-in-C

    0下载:
  2. Modern Periodic Table Project in C. The Modern Periodic Table project in C is a simple console application built without the use of graphics. It is developed using the C programming language for the purpose of storing name, symbol, atomic number
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:31524
    • 提供者:
  1. CarpimTablosu

    0下载:
  2. Code contains basic math functions.Written in codeblocks as c code.
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:11151
    • 提供者:Mrt
  1. snoob.c

    0下载:
  2. Computes the next number with the same number of one-bits. Or, the next subset of the same size as the given one.-Computes the next number with the same number of one-bits. Or, the next subset of the same size as the given one.
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1835
    • 提供者:nomingli
« 12 3 »
搜珍网 www.dssz.com