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

搜索资源列表

  1. 背包问题2 递归

    1下载:
  2. 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portf
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8.4kb
    • 提供者:飞杨
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:136.14kb
    • 提供者:谷穗
  1. C语言课程设计

    1下载:
  2. 这是我的第一个C语言程序,非常简单,:识别并统计单词.现在想来,感触颇多!-This is my first one C Programming Language, very simple, : statistics and word recognition. Now, come to think of a lot of feelings!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:29.07kb
    • 提供者:谷穗
  1. dancunxing

    0下载:
  2. 最优化理论与方法,一维搜索法,一条完整的单纯形法程序,用C语言编的-Optimization theory and methods, one-dimensional search, a complete program of the simplex method, using the C language. . .
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:5.25kb
    • 提供者:zhoulei
  1. Chapter15

    0下载:
  2. 用C#语言的编程,是控制台编程学习的其中一个章节,是初学者入门的很好的一个编程中的一个-Programming with C# language, is one of the console to learn programming section is a good beginner' s programming started in a
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.44mb
    • 提供者:谢晓
  1. chess-C

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

    • 发布日期:2017-05-17
    • 文件大小:4.64mb
    • 提供者:haohao
  1. Projekt-Gotowy

    0下载:
  2. This program is text editor in ANSI C. It uses linked list (one way). It can open, edit and save txt files.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:21.44kb
    • 提供者:Mateusz
  1. ReadTDX

    2下载:
  2. 读取通达信日线和五分钟线历史行情,C语言最简易版本,运行速度尚可。-Read one day and 5 minutes historical data from TongDaXin
  3. 所属分类:Console

    • 发布日期:2016-03-01
    • 文件大小:1kb
    • 提供者:刘重杰
  1. TSP

    0下载:
  2. Descr iption   给定一个完全无向带权图G,其每一条边有一个非负的整数权值。目的是要找出G的一条经过每个顶点一次且仅经过一次的回路,使回路的总权值最小。   请设计一个2-近似算法,求出近似最小的总权值,即定义最优解为C,只要输出解在[C , 2 * C]的范围内都可以“Accept”。 Input   输入第一行为一个正整数n(1 <= n <= 20),表示G中顶点的个数。接下来n行每行包括n个整数,第i行第j个的整数表示G中第i个点
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:662byte
    • 提供者:liao
  1. Tetris

    0下载:
  2. 俄罗斯方块 纯C 语言版;精巧实现; 只有一个源码文件, 编译时请加上-std=c99 参数; gcc -std=c99 Tetris.c -Pure C language version of Tetris exquisite realization only one source file, when compiling with-std = c99 parameters gcc-std = c99 Tetris.c
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:7.94kb
    • 提供者:PLP
  1. maze

    0下载:
  2. C++迷宫问题求解,随机生成迷宫存放于二维数组,为保证至少有一条通路,再生成一条路径置入迷宫中,然后回溯法求解-C++ maze problem solving randomly generated maze stored in a two-dimensional array, in order to ensure at least one path, and then generate a path into your maze, then backtracking to solve
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:2.59kb
    • 提供者:
  1. yinshi

    0下载:
  2. 隐式格式:污染物在一维河流中扩散的简单数值仿真C程序-Implicit scheme: the spread of pollutants in the one-dimensional river simple numerical simulation C program
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:956byte
    • 提供者:惟真惟实
  1. 20112219_04_02

    0下载:
  2. 数据结构的实验,C语言编写的一个52张牌,洗牌后发给四家,每一家手里的牌可以按照斗地主方式排序(3最小2最大),或者按照花色和牌面大小排序的小程序。-Experimental data structures, C language, a 52 cards, shuffle issued after four, each one can follow his cards Landlords sort (3 min 2 max), or in accordance with the color an
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:1.27kb
    • 提供者:龙常
  1. xingqi

    0下载:
  2. 用C++语言编写的程序,计算具体的某一天为星期几-With C++ language program to calculate the specific one day of the week
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1.03mb
    • 提供者:小蒙
  1. ex5

    0下载:
  2. 一个c++程序用类来进行三个人的信息输入。用户可以进行信息展示,信息修改,包括名字,工作时间,id.还可以进行两个人的信息比较看是否相同-using classes for simple programme design. This programme can be used to keep information for two persons. Each of them has the following details or properties: identification
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:1.25kb
    • 提供者:jason
  1. Ackerman

    0下载:
  2. Ackerman函数的递归与非递归实现,同在一个C++文件里面,使用的时候只需将其中一个注释,main函数为检测函数。-Ackerman recursive and non-recursive functions to achieve the same in a C++ file inside, when used just one note, main function is to detect function.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:249.98kb
    • 提供者:黄森洪
  1. SNAKE-One

    0下载:
  2. 贪吃蛇源代码,使用c语言实现,大一的课程设计,可直接运行,bug调试完毕-this is snake code
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2.98kb
    • 提供者:丁洋
  1. compress_left.c

    0下载:
  2. Converts the unsigned integer k to binary character form with a blank after every fourth digit. Result is in string s of length 39. Caution: If you want to save the string, you must move it. This is intended for use with printf, and you can hav
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1.24kb
    • 提供者:vocesper
  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
    • 文件大小:1.79kb
    • 提供者:nomingli
  1. 超市管理

    0下载:
  2. 大一实验课程作业设计,开发一个C语言编写的水果超市管理系统(The design of the big one experiment course)
  3. 所属分类:控制台编程

    • 发布日期:2018-01-09
    • 文件大小:27kb
    • 提供者:wq2017
« 12 »
搜珍网 www.dssz.com