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

搜索资源列表

  1. Answer C2

    0下载:
  2. 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:王鹏
  1. 实验二

    0下载:
  2. 一、实习内容 主存储器空间的分配和回收。 二、实习目的 通过本实习帮助理解在不同的存储管理方式下应怎样贮存空间的分配和回收。 -an internship contents of main memory space allocation and recovery. 2, internships purpose of the internship through the help understand the different storage management practic
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:郭郭
  1. BY2003

    0下载:
  2. 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 6.退出程序 退出程序。 7.当前费用 可以结算出从当天的00:00:00到些时的费用总和,以及通话时第总和。 -in loading procedures there, click on the pic
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.99mb
    • 提供者:rewt
  1. universe

    0下载:
  2. 自己刚学C语言时写的模拟操作系统,主要是对c语言的基本函数的学习,还有对256色位图的绘制-own just learning to write C language simulation operating system, the main language of c basic function of the study, there are 256 color bitmap rendering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:472.98kb
    • 提供者:徐永波
  1. VoiceImport

    0下载:
  2. 本程序的主要功能是实现语音数据的采集功能。-this program is the main function of the realization of voice data acquisition functions.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6.71kb
    • 提供者:amerwang
  1. ModifyFileType

    0下载:
  2. 主要的功能是批量处理把以知道的文件类型修改为其他的文件类型。-main function is to extend the batch processing of documents known to other types of amendments to the document type.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:60.66kb
    • 提供者:李涛
  1. 职工工资管理系统

    1下载:
  2. 1、 需求分析: 公司主要有4类人员:经理、技术员、销售员、销售经理。要求存储这些人的职工号、姓名、月工资、岗位、年龄、性别等信息。             2.程序的基本功能: 1.增加、修改、删除一个职工信息。 2.显示全部职工信息。 3.按条件显示职工信息(条件有按电话号码、姓名、职称或职工号等。 4.按条件显示工资信息(职工号,职称等)。 5.查找指定金额范围的职工职称。 -1, demand analysis: the company
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2016-01-25
    • 文件大小:2.48mb
    • 提供者:王骥瑶
  1. C-language-Notepad

    0下载:
  2. C语言编写的记事本,能够实现记事本的基本功能,主要练习链表的使用-C language Notepad, Notepad can achieve the basic functions, the main use of practice list
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:3.32kb
    • 提供者:牛志强
  1. Assignment-4

    0下载:
  2. 定义一个有理数类,属性有分子、分母 用成员函数重载 == 重载前缀++ 后缀++ (member function 或 friend function 均可 ) 重载 >> << 自己写 main 对有理数类进行测试 -Define a rational number class, property has numerator, denominator == overloaded with members of the function ov
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.55mb
    • 提供者:WAQ
  1. qishi

    0下载:
  2. 递归算法的实例--以骑士巡游为例做的控制台程序。主要设计到了递归回溯算法-Examples of recursive algorithms- to Knight-tour of the console to do the procedure as an example. The main design to a recursive backtracking algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:815byte
    • 提供者:zhang
  1. string

    0下载:
  2. C++初学字符串的运用 字符串的编辑 各种编码的区别主要有UNICODE、ANSI-C++ beginner string use string edit a variety of coding the main difference between UNICODE, ANSI,
  3. 所属分类:Console

    • 发布日期:2017-06-14
    • 文件大小:20.06mb
    • 提供者:李海伟
  1. MiniEXE

    0下载:
  2. Console界面的程序,演示如何构造一个最小大小的程序,主代码仅void main(){},演示了如何使此代码编译出1K大小的程序。-Console interface procedures, demonstration of how to construct a minimum size of the procedure, the main code void main (){}, only demonstrated how to make this code compile a 1K si
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:4.13kb
    • 提供者:xynn
  1. main

    0下载:
  2. Just a keyboard shortcut doubleclicker in dev c++ i made for exploiting a game. Really simple to understand. It works even when not in focus.
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:776byte
    • 提供者:lokhesh
  1. MAIN

    0下载:
  2. windows环境下的汇编语言,有趣的打字练习-huibian typing practice
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2.99kb
    • 提供者:lixin
  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. P383

    0下载:
  2. 从文件读取信息,然后对其进行更新。 构建了股票市场的资料查询。主要操作是对结构体struct以及文件的操作-Read information from the file, and then update it. Construction of the stock market to such information. Main operation is to structure and document the operation of struct
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:1.27kb
    • 提供者:余鹏
  1. Desktop

    0下载:
  2. Main.c to get in some input and output
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:14.86kb
    • 提供者:h264
  1. DateEdit

    0下载:
  2. 日期控件显示大小写 控件主要属性:     ShowSize:值为bsBig/bsSmall 用于设置显示日期是大写还是小写 ShowType: 值为stYear/stMonth/stDay 用于设置控件显示的是日期的年/月/日 CanMove: 值为Boolean型:  用于设置控件是否可以在运行期移动 PrintSet: 值为psPrint/psNoPrint  用于设置打印与否标志位,现没有用到-Case-control control displays the
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:2.21kb
    • 提供者:henly
  1. QQzhaocha

    0下载:
  2. QQ找茬,opencv实现图像分割、检测功能,暂未实现矩形的标定,运行前需将主函数下方的子函数删掉即可-QQ finding fault, opencv to achieve image segmentation, detection, yet achieve the rectangular calibration, running beneath the main function will be required before the subroutine can be deleted fr
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:57.69kb
    • 提供者:侯建波
  1. main

    0下载:
  2. Source main c-function
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:4.64kb
    • 提供者:dima211
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com