搜索资源列表
Clipping the Drawing Region
- 文字的特效演示程序,是用java实现的!-text effects Demonstration Program, is the realization of java!
delete-the-same-elemt
- 用数据结构实现顺序表删除相同节点的操作,操作比较完善-With the data structure in order to achieve the operating table to delete the same node
The-train-ticket-system
- 这是一个用C语言写的火车票订购系统:它包括订票人信息、初始界面、增加火车的信息、打印火车票信息、查询火车信息、订票子模块、修改火车信息、保存火车票信息、保存订票人信息等。-This is a language is written in C train ticket ordering system: it includes booking people information, initial interface, increase the train ticket information, i
get-the-MAC
- VC下的获得MAC地址的程序,亲自测试,很好用很强大-VC and get the MAC address of the program, personally tested, very good with very strong
The-number-of-statistical-character
- 输入一行字符,分别统计出其中英文字母、数字、空格和其他字符的个数。-Enter a line of characters, respectively, the statistics of the number of the English letters, numbers, spaces and other characters.
The-monkeys-eat-the-peach-problem
- 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}"
solve-the-equation-root
- 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
The-match-of-Player
- 经典算法设计问题,利用回溯法解决运动员匹配问题。-Classical algorithm designed to solve the problem of athletes match.
src---The-Beauty-of-programming
- IT、程序员笔试面试必备经典书籍--微软技术面试心得--《编程之美》上所有源代码。-All the source code of the famous book ,"The beauty of programming", Essential classical programming book.
the-simulation-of-lift
- 通过输入相关信息,可以模拟电梯的运行,符合实际运行情况。-The simulated lift the run
mfcc-the-parameter-extraction
- 基于matlab的平台下 mfcc的参数提取,可用于声纹识别-Voiceprint identification based the Matlab platform mfcc the parameter extraction can be used
The-specified-time-shutdown
- 通过设定时间来控制关机时间,关机前2分钟弹出提示,询问是否关机。-By setting the time to control the shutdown time, two minutes before shutting down the pop-up prompt asking whether to shut down.
Seek-the-max-and-min
- 用递归求一个数组中的最大数和最小值,算法思想是从数组的最后一个值向前比较-Recursive number of maximum and minimum values in an array, the algorithm thinking forward from the last value of the array
The-process-of-creating
- 进程的创建 操作系统课程设计中的简单的小程序-The process of creating courses on operating system design simple little program
the-SVM-and-bow-opencv-source-code
- 基于svm和bow的opencv实现源码-Based on the SVM and bow opencv source code
change-the-private-members
- 类的私有成员是面向编译器的。对内存而言,一切都是公开的。代码即是使用指针去改变类的私有成员,来说明这个问题。-Private members of the class-oriented compiler. Memory is concerned, everything is open. Code is to use a pointer to change the private members of the class, to illustrate the problem.
find-the-height-and-width-of-the-circle
- apply the geometry formula and find the diameter of the cricle
The-LL1-parser
- 输入: 非终结符号串:AB 终结符号串:a 起始符号:A 文法个数:2 第一个产生式:A->aB|a 第二个产生式:B->a 输出 first follow集 输入:测试句型 aa 语法正确 测试句型 ab 语法不正确-Input: Nonterminal symbol string: AB The end of string symbol: a Start symbol: A The number o
The-digital-rain
- 数码雨源代码 C++ 控制台程序-The digital rain source code for the C++ console program
The-maze-problem
- C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.