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

搜索资源列表

  1. ControlMouse

    0下载:
  2. 处理鼠标和键盘事件 应用程序向导已为您创建了此 ControlMouse 应用程序。此应用程序 不仅介绍了使用 Microsoft 基础类的基本知识, 而且是编写应用程序的起点。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:83789
    • 提供者:吴汉
  1. Rose-matrix

    0下载:
  2. 玫瑰矩阵(螺旋阵) Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "玫瑰矩阵(螺旋阵)", "玫瑰矩阵(螺旋阵)\玫瑰矩阵(螺旋阵).vcxproj", "{3C22BB42-1396-4191-9240-913C08A246ED}" EndProject-Mic
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:4973683
    • 提供者:bianyali
  1. C200

    0下载:
  2. 附随盘使用说明 本附随盘包含了书中介绍的所有实例的源程序文件,共计200个。使用本附随盘时应注意以下几点: 1. 盘中所有实例的源程序文件按篇分类,均包含在相应目录下,例如,p2-107.cpp文件在cp2目录下。 2. 所有实例源程序文件名与书中所给出的实例程序名对应一致。例如,p2-102.cpp文件对应于第2篇的实例102。 3. 本盘上给出的所有程序实例均在Microsoft Visual C++ 6.0开发环境中调试通过。 4. 读者可按本书附录A的介绍
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:108685
    • 提供者:ichoo
  1. josephus_b

    0下载:
  2. Josephus alqoritm made using microsoft studio 2008 The implementation is oki.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:222769
    • 提供者:Ruben
  1. targetQuestion

    0下载:
  2. 微软面试题,关于打靶的问题,打10次打中90环的所有的情况,用递归求解的方法编程!-Microsoft Surface examination questions, on the question of shooting, playing 10 times hit the 90 ring all the circumstances, using a recursive method of solving programming!
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:895815
    • 提供者:李乐
  1. pl0

    0下载:
  2. 安递归下降方式设计表达式编译程序,生成pl/0栈式指令代码,解释执行,表达式可为.txt格式,也可在控制台输入-pdf data-Microsoft.NET. framework of the program design- Chinese version of the revised edition of Jeffrey Richter
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:1125434
    • 提供者:xuxun
  1. 8queens_by_MFC

    0下载:
  2. 用回溯算法MFC实现八皇后问题 不仅展示了使用Microsoft基础类的基本知识 而且也是MFC应用程序的起点 -Backtracking algorithm using MFC to achieve the eight queens problem is not only demonstrated the use of basic knowledge of Microsoft Foundation Classes MFC applications, but also the sta
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1629122
    • 提供者:姚方伟
  1. wBlueT

    0下载:
  2. 搜索周围蓝牙设备信息(蓝牙地址,名称)。 此只适用于微软的蓝牙驱动环境。-Search surrounding Bluetooth device information (Bluetooth address, name). This only applies to Microsoft' s Bluetooth-driven environment.
  3. 所属分类:Console

    • 发布日期:2017-03-25
    • 文件大小:12221
    • 提供者:Tody
  1. msoftcon

    1下载:
  2. msoftcon.cpp msoftcon.h 简单的控制台图形 函数的源文件和头文件-msoftcon.cpp msoftcon.h graphics system--microsoft visual c++
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:7213
    • 提供者:常金铭
  1. USB_Control_VC6

    0下载:
  2. 利用Microsoft Visual C++ 6.0开发的利用电脑控制单片机驱动LED等等,调试通过。这部分是VC程序-Make use of Microsoft Visual C++6.0 machines drive a LED etc. and adjust to try to pass
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3626859
    • 提供者:袁先生
  1. Stack

    0下载:
  2. 基于C++的段式栈,用Microsoft Visual Studio 2010编译通过。-Sorry. My English is very poor.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:773
    • 提供者:Wensir
  1. SpyXX

    0下载:
  2. 仿照MicroSoft Visual Studio 自带的SPY++ 工具做的-Loans lottery in accordance with historical records, using GA (genetic algorithm) the projection period under the lottery numbers.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:106049
    • 提供者:sea lee
  1. UpdateManifest

    0下载:
  2. this utility updates applications in VC++ 2008 yp the latest manifest. in this way the application can use the CRT/MFC dlls files without installation of runtime (the dll files must be in directories named Microsoft.VC90.CRT Microsoft.VC90.MFC)
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:8386
    • 提供者:kipodon
  1. factorial

    0下载:
  2. this c++ project can calculate the factorial of an integer number. i used microsoft visual c++ to write it.
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:34380
    • 提供者:morteza
  1. renlianjiancelena

    0下载:
  2. 在microsoft visual studio 2008(C++)平台,配置opencv2.3.1,实现图片中人脸检测。-In Microsoft Visual Studio 2008( C++ ) platform, opencv2.3.1 configuration, realize picture based face detection.
  3. 所属分类:Console

    • 发布日期:2017-05-20
    • 文件大小:5726208
    • 提供者:黎良
  1. The-monkeys-eat-the-peach-problem

    0下载:
  2. The monkeys eat the peach problem Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "猴子吃桃问题", "猴子吃桃问题\猴子吃桃问题.vcxproj", "{5D215B38-B4D3-488C-A8CE-D96B83157364}"
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:4725759
    • 提供者:bianyali
  1. Matrix-of-saddle-points

    0下载:
  2. Matrix of saddle points Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "矩阵的鞍点", "矩阵的鞍点\矩阵的鞍点.vcxproj", "{26A305C7-3108-4A9D-B1E2-C76117D5C6BD}" EndProjec
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:4740781
    • 提供者:bianyali
  1. solve-the-equation-root

    0下载:
  2. Dichotomy method to solve the equation root Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "二分法求解方程的根", "二分法求解方程的根\二分法求解方程的根.vcxproj", "{D9669C97-34C5-4009
  3. 所属分类:Console

    • 发布日期:2017-11-02
    • 文件大小:4704648
    • 提供者:bianyali
  1. matching-parentheses

    0下载:
  2. matching parentheses Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "括号匹配", "括号匹配\括号匹配.vcxproj", "{69BE5AB2-C7A6-4D50-B7B8-B71A29349B54}" EndProject-Microso
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:7658470
    • 提供者:bianyali
  1. pinghost_1.05

    0下载:
  2. Commandline program for doing ping on specified hostname or IP address. Ouput is done specially coded to be in single line spaced in columns - allowing easy parsing of log file when doing ping for a list of hosts. Delphi Source code and progra
  3. 所属分类:Console

    • 发布日期:2017-11-04
    • 文件大小:131423
    • 提供者:Testeris
« 12 »
搜珍网 www.dssz.com