搜索资源列表
光标控制C语言源程序
- 演示如果实现用C语言控制光标显示的示例程序-A program shows how to control the cursor in C.
area
- 一个计算面积的练手程序,适合作为学习开发的示例代码
create-youdaoDict-wordList
- 一个能将纯文本格式的单词表导出成能导入有道单词本的xml文件的小程序(带源代码),示例见Debug里的object.txt和导出的gre.xml文件-A word list in plain text format can be exported into the xml file to import the proper way to word this small program, an example, see the Debug where object.txt, and export
DAQConsole
- 研华数据采集卡的控制台示例编程程序 适合工控DAQ编程的初学者 可以多通道采集数据-Advantech data acquisition cards for the console Example Industrial DAQ programming procedures beginners programming can be multi-channel data acquisition
Student-Management--System
- 基于VC平台的简单学生管理程序,有增加学生信息、显示信息及存储信息的功能,是初学者练习编程技巧的好示例-Based on the the VC platform of simple student management program, increasing the number of students information, display information and store information function is a good example for beginners t
textwriteer
- 文本编辑器是控制台程序,主要用户示例用控制台编写程序-The text editor is a console application with the console, the main users of the example program
maze
- 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
stl
- C++ 标准程序库学习,stl容器示例的一些列代码-C++ standard library learning, stl container code sample some of the columns
10.17.5
- opencv+c++程序在vs2012平台上的示例程序,主要是基础函数的使用示范-opencv+c++ program vs2012 platform sample programs, mainly based on the use of function demonstration
CPP
- 一些C++小程序,分为例题程序、实验程序、作业程序,包含一些基础的算法示例-Some small C++ program, the program is divided into examples, experimental procedures, operating procedures, contains some examples of algorithms based
CMD_FRONT
- cmd控制台修改字体背景示例程序,控制台不在黑乎乎的了,方便程序调试-cmd console to modify the font background sample program, the console is not in the dark, and to facilitate debugging
installSplayer
- Python 开发的自动化安装Splayer应用程序的示例,作为Python自动化的一个实例来学习。-A demo of python windows automation scr ipts coding, its used for learning windows automation in pthon environment.
MyMemoryPool
- vc抄袭的nginx内存池源代码,附有示例程序-vc plagiarism memory pool nginx source code, with sample programs
strTok
- 本示例程序详细展示了使用strTok的方法,是理解此库函数的重要参考。-This example shows the use of the program in detail strTok way to understand this is an important reference library functions.
zhongweishu
- i.中位数问题 问题描述 设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。 编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n< 200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。 结果输出 程序运行结束时,将计算出的中位数输出到