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

搜索资源列表

  1. my_guess_number

    0下载:
  2. 就是常见的猜数字游戏,虽然没什么界面,但绝对可以玩,欢迎提出意见-is common tones game, although nothing interface, but can definitely play, and welcomes comments
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6.53kb
    • 提供者:陈伟
  1. henclib263

    0下载:
  2. 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:徐航
  1. HW2.rar

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:129.49kb
    • 提供者:burcin
  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
    • 文件大小:296.8kb
    • 提供者:肖飞
  1. BASIC

    0下载:
  2. basic实用解释程序(能完整地执行普通计算任务)-basic practical interpretation of the procedures (to complete the implementation of common computing tasks)
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2.76kb
    • 提供者:mawenxiao
  1. MyVcMatDemos

    0下载:
  2. 自己编的一些Vc与Matlab混合编程的例子,全部调试通过,实现的功能主要是图像的读写,处理的常用操作。-Vc compiled some of their own mixed programming with Matlab examples, all debugging through to achieve the main function is to read and write images to deal with the common operations.
  3. 所属分类:Console

    • 发布日期:2017-06-15
    • 文件大小:22.7mb
    • 提供者:builder
  1. CommonTangent

    0下载:
  2. CUDA program finds common tangent of 2 convex chains
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1.06mb
    • 提供者:Alex
  1. GCD

    0下载:
  2. Help to find the Greatest Common Divisor of Numbers
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:755byte
    • 提供者:pixel
  1. MFCcalculate

    0下载:
  2. 这是用MFC做的一个小型计算器,能实现普通的计算。-This is done with a small calculator MFC, to achieve common calculations.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:26.84kb
    • 提供者:xiaoyandong
  1. All-Code

    0下载:
  2. 里面包含了数据结构、C++编程所需的常用类和其实现代码-Which contains a data structure, C++ programming required to achieve the common class and its code
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:319.1kb
    • 提供者:zhanghao
  1. c

    0下载:
  2. 最大公约数、最小公倍数简单求法,无聊新手学习中-Greatest common divisor, least common multiple simple method, bored novice learning
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:8.77kb
    • 提供者:程将领
  1. TestUNICODE

    0下载:
  2. unicode字符串操作,包括长度、拷贝等常用操作,以添加服务代码为例。-unicode string operations, including the length, copy and other common operations, to add the service code, for example.
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:22.71kb
    • 提供者:wangwei
  1. common

    0下载:
  2. Common source code for the Harbour project
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:91.87kb
    • 提供者:zencloud
  1. orderlist

    0下载:
  2. 顺序表的学习编程,仅仅实现了一些常用函数的实现,不能实现任何功能-Sequence table to learn programming, just some common functions to achieve the realization of any function can not be achieved
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.86mb
    • 提供者:吴将军
  1. DP-Navie-LongestCommonSubstring

    0下载:
  2. 给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1.86kb
    • 提供者:lin
  1. LCM_Code_in_C

    0下载:
  2. for finding least common multiples
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:20.06kb
    • 提供者:osaka
  1. sort

    0下载:
  2. 常见排序算法的算法实现,插入,快速,选择,冒泡-Algorithm of the common sorting algorithms, insertion, fast, select, bubbling
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:292.79kb
    • 提供者:蒋川
  1. clear-dust

    0下载:
  2. 用来回溯法进行垃圾文件的清理。对常见的垃圾文件格式进行了大扫荡。将让你的文件垃圾干干净净。-Backtracking is used to clean up junk files. The great sweep of common junk file format. Will make your file garbage clean.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:378.29kb
    • 提供者:sai
  1. GAUSSJ.tar

    0下载:
  2. 求解方程组的高斯方法,适用于常见的方程组求解 fortran版-The gauss method for solving the common functions. (in fortran)
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:629byte
    • 提供者:ngvjai
  1. SingleList

    0下载:
  2. 通过STL来模拟实现单链表的功能,提供通用的接口来调用-Through the STL to simulate the function of the singly linked list, to provide a common interface to call
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:494.56kb
    • 提供者:Darren
« 12 3 »
搜珍网 www.dssz.com