CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 控制台

搜索资源列表

  1. addbook

    1下载:
  2. 用VC++6以及VC++2010 编译通过的控制台学生通讯录管理系统,利用结构体,指针,单链表,文件读取等C++的知识,功能有建立通讯录,添加,修改,插入,查询,删除,保存等功能其中数据库保存功能自动实现-VC++6 communication with the VC++2010 console students and compile the book management system, using the structure, pointers, linked list, read the
  3. 所属分类:Console

    • 发布日期:2017-03-14
    • 文件大小:1926144
    • 提供者:namejiang
  1. The-maze-problem

    0下载:
  2. C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4312198
    • 提供者:苗航
  1. win32_timer

    0下载:
  2. 基于网上很多定时器都是用MFC写的,而用win32方面比较少,项目用到定时器这块,所以顺便上传一份. 是在VS2010 > VC++ > Win32控制台建的工程.里面涉及线程/定时器,简单易用,下载完可直接运行.-Based on the Internet many timers are written in MFC, but less use win32 aspect, project use the timer, so upload a., by the way is in V
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8087376
    • 提供者:李伟
  1. ReadBitMap

    0下载:
  2. 在VS2010下编写的对BMP的位图格式进行分析的控制台程序,包括2、4、8、16、24位的位图文件都可以分析。分析结果在控制台上显示。是VC图像处理课程的课程作业。-BMP bitmap format for the analysis of the console program, including 2, 4, 8, 16, 24 bitmap file can be analyzed. The results of the analysis are displayed on the con
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:263248
    • 提供者:whb
  1. Flappy-Bird

    0下载:
  2. 在VC上通过控制台实现了安卓手机游戏的Flappy Bird的一些基本功能。-On the VC console achieve some basic functions of Android mobile gaming Flappy Bird s.
  3. 所属分类:Other Games

    • 发布日期:2017-06-10
    • 文件大小:16403280
    • 提供者:李强
  1. Newtons-method

    0下载:
  2. 牛顿法解方程之混沌情况图形示例源代码 从示例来看,是一个与VC图形处理有关的例子,完成颜色渐变参数调整、RGB颜色调整、图片属性设置、控制台等功能操作。-Newton s method for solving the equation of chaos
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:109105
    • 提供者:zhang
  1. aoc

    0下载:
  2. a*算法的实现,使用VC完成,控制台程序,可绘制障碍,设置起点和终点。-Use VC to show the a*, and you can draw the barrier, start point, end point.
  3. 所属分类:Console

    • 发布日期:2017-05-31
    • 文件大小:12989129
    • 提供者: 王麟
  1. A_STAR_20151206

    0下载:
  2. vc++中编写A*算法,地图及仿真结果在控制台窗口中显示-Vc++ write A* algorithm, maps, and the simulation results are shown in the console window
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4546308
    • 提供者:haoge
  1. hello13

    0下载:
  2. vc++中基于opengl绘图,控制台程序中绘制出立方体,并可使用鼠标对其移动操作-Based on vc++ opengl graphics, mapped the cube in the console program, and can use the mouse to its mobile operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:91561
    • 提供者:haoge
  1. Course-Management-System

    0下载:
  2. 设计一个具有菜单式界面(可使用控制台程序,以可选条目方式呈现;也可使用VC图形界面)的课程管理系统,其中包括  课程类和学生类,例如,课程类包括:课程编号、课程名、授课教师、上课时间(春季学期或夏季学期)、上课地点、学时数、学分、(是否)限选专业等属性;学生类包括:学号、姓名、年级、专业等数据属性。  学生可以根据某一门课程是否为该生所属专业限选/可选,以及上课时间、上课地点等信息来合理确定选课表(比如平均处理各学期的所修学分和学业负担,某一上午连续两门课
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5355244
    • 提供者:张淑静
  1. blueSDKsample

    0下载:
  2. VC蓝牙驱动控制台代码,VS2010下编译通过,用于控制windows端蓝牙适配器-VC Bluetooth driver console code, VS2010 compiler passed, for the control of the windows Bluetooth adapter
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-09
    • 文件大小:1970340
    • 提供者:jin
  1. Suduc

    0下载:
  2. 用vc++6.0实现的数独解算器,代码包含控制台和windows两个版本。用改进的回溯法递归实现寻优过程。能对有解数独迅速给出一个合法解;对无解数独可以给出报错提示。 该程序在普通计算机解决芬兰数学家于2012年7月给出的最难数独,用时需1~10秒。欢迎交流。-soduk solver could solve the hardest problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-01
    • 文件大小:45561
    • 提供者:liubo
  1. AutoConnectCsl

    0下载:
  2. 用vc++编写的一个小程序,将其服务版本和宽带拨号连接一起放在“开始/启动”目录下能自动输入账号口令并拨号连接,省去了每次手动输入的烦恼。适合不用路由器的拨号上网用户。 为了便于交流,现将控制台版本的代码打包上传。下载调试通过之后,可将其改写为服务。-a windows program that can monipulate your quick link to connect to internet , input user name, password and click the O
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:24532
    • 提供者:liubo
  1. ShowProcessPath_THAPI

    0下载:
  2. vc++ 得到进程ID的EXE可执行文件的目录地址,写成了控制台程序,希望对您有所帮助-vc++ get the process ID of the executable files EXE address, written in the console program, I hope for your help
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2711
    • 提供者:jjojo7166paz
  1. ShowProcessPath_THAPI

    0下载:
  2. vc++ 得到进程ID的EXE可执行文件的目录地址,写成了控制台程序,希望对您有所帮助-vc++ get the process ID of the executable files EXE address, written in the console program, I hope for your help
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2251
    • 提供者:l398menxia
  1. KalmanFilter

    0下载:
  2. 实现kalman滤波通用算法,内部包含kalman滤波类以及矩阵运算辅助类,同时包含算法测试的控制台应用程序。均为源代码,可进行编译运行。-kalman filter with VC++6.0
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:7249
    • 提供者:标志
  1. 6.1.3.11

    0下载:
  2. 工业用的控制程序,VC开发的控制台程序,程序可运行,想看实际效果得按程序需求配置松下伺服电机,需要安装ESPON机器人系统才能完整运行,-Industrial control procedures, VC development of the console program, the program can run, want to see the actual results according to the program needs to configure the Panasonic s
  3. 所属分类:transportation applications

    • 发布日期:2017-06-17
    • 文件大小:26040320
    • 提供者:吴瑞
  1. tanchise

    0下载:
  2. 贪吃蛇的C语言代码,绝对可以用,用vc++新建32位控制台程序,然后把代码点添加进去,绝对没有错误-Snake of C language code, can be used absolutely, using vc++ 32 new console program, and then add the code points inside, there is absolutely no mistake
  3. 所属分类:Console

    • 发布日期:2017-05-05
    • 文件大小:4249
    • 提供者:lei
  1. yuanhuchabu

    0下载:
  2. 基于vc++6.0控制台程序,编写的逐点比较法圆弧插补程序- 29/5000 Jīyú vc++6.0 Kòngzhì tái chéngxù, biānxiě de zhú diǎn bǐjiào fǎ yuán hú Based on vc++ 6.0 console program, prepared by point comparison method of circular interpolation program
  3. 所属分类:Console

    • 发布日期:2017-12-16
    • 文件大小:1082368
    • 提供者:夏天
  1. zhixianchabu

    0下载:
  2. 基于vc++6.0编写逐点比较法直线插补控制台程序-Based on vc++ 6.0 prepared point by point comparison method linear interpolation console program
  3. 所属分类:Console

    • 发布日期:2017-12-12
    • 文件大小:1080801
    • 提供者:夏天
« 1 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com