码迷,mamicode.com
首页 >  
搜索关键字:using stacks    ( 53729个结果
Csharp: speech to text, text to speech in win
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-28 04:36:58    阅读次数:1052
InPlace Transition of a matrix
Problem illustration:given a n*n matrix, print its transition, for example , 90 degree clockwise,using only constant additional spaceanalysis:using O(...
分类:其他好文   时间:2014-04-28 03:22:07    阅读次数:513
hdu 1596 find the safest road
http://acm.hdu.edu.cn/showproblem.php?pid=1596 1 #include 2 #include 3 #include 4 #define maxn 1001 5 using namespace std; 6 7 double g[maxn][maxn...
分类:其他好文   时间:2014-04-28 01:18:06    阅读次数:597
How can I add a new user as sudoer using the command line?
Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ...
分类:其他好文   时间:2014-04-28 00:42:49    阅读次数:616
素数求和
#include using namespace std;int fun(int a){ if(a==1) return 0; for(int i=2;i>M; while(M--) { int i,sum=0; cout>N; ...
分类:其他好文   时间:2014-04-27 22:06:54    阅读次数:578
字符串的KMP算法替换
1 #include 2 #include 3 using namespace std; 4 5 6 7 class myString 8 { 9 private: 10 string mainstr; 11 int size; ...
分类:其他好文   时间:2014-04-27 20:45:57    阅读次数:591
OpenCV脸部、眼睛检测
/* 功能:实现对眼睛、脸部的跟踪。 版本:1.0 时间:2014-4-27 */ #include #include #include #include #include #include using namespace std; using namespace cv; void detectEyeAndFace( Mat frame ); //将下面两个文件复制到当前工...
分类:其他好文   时间:2014-04-27 20:40:47    阅读次数:659
C#-ColorDialog,FontDialog-文字格式的设置---ShinePans
文字格式设置: 字体颜色设置: Program.cs: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace ColorDialog { static class Program {...
分类:其他好文   时间:2014-04-27 20:38:47    阅读次数:576
OpenCV人脸检测
对人脸进行检测#include "opencv2/core/core.hpp" #include "opencv2/objdetect/objdetect.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include #include using names...
分类:其他好文   时间:2014-04-27 20:26:15    阅读次数:596
表达式计算
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 #define OK 0 10 #define ERROR -1 11 #define OV...
分类:其他好文   时间:2014-04-27 16:56:44    阅读次数:681
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!