#include #include #include using namespace std;char s[100],s1[100],s2[100];map my;map ::iterator it;int main(int argc, char *argv[]){int i;while (ge.....
分类:
其他好文 时间:
2014-08-10 12:44:00
阅读次数:
203
mysql5.5与5.5版本关于修改字符集的方法#vi/etc/my.cnfmysql5.5以下: 在[mysqld]下添加 default-character-set=utf8 在[client]下添加 default-character-set=utf8 mysql5.5改为: [client] default-character-set=utf8 [mysqld] character-set-server=utf8然后重启mysql,验证..
分类:
数据库 时间:
2014-08-10 10:30:10
阅读次数:
260
Round 1(Bar Raiser):Complete discussion on my project.Suppose you have a file with billion entries and you have to sort the data of a file according t...
分类:
其他好文 时间:
2014-08-10 08:07:59
阅读次数:
191
内含《VC网络高级编程》电子书 及源码。 第一章、TCP/IP协议;第二章、Winsock网络编程接口;第二章、Visual C++与网络编程;第四章、基本网络编程技术;第五章、Telnet协议的实现;第六章、Http协议的实现;第七章、Ftp协议的实现;第八章、文件下载;第九章、UDP协议的实现;
下载地址:http://download.csdn.net/my...
分类:
编程语言 时间:
2014-08-10 01:49:59
阅读次数:
421
附:一些Select的技巧1.动态创建selectfunction createSelect(){var mySelect = document.createElement("select");mySelect.id = "mySelect";document.body.appendChild(my...
分类:
Web程序 时间:
2014-08-09 22:59:49
阅读次数:
288
转自:http://my.eoe.cn/swer03160828/archive/20067.html1) 如果在win32 下面编写的cocos2dx 的代码其文件 .cpp,.h 的文件,基本上都其他的平台上面可以直接把文件编辑是没有问题的!2) 大多数的学习游戏开的人,使用的很多都是 win3...
如果你尝试,并设置缩放比例为零,你会得到这个消息:: CGAffineTransformInvert: singular matrix.
[UIView
animateWithDuration:0.5
animations:^{
CGAffineTransform newTransform =
CGAffineTransformScale(my...
分类:
移动开发 时间:
2014-08-09 15:56:58
阅读次数:
584
Pie
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 10309
Accepted: 3651
Special Judge
Description
My birthday is coming up and traditionally I'm servi...
分类:
其他好文 时间:
2014-08-09 15:53:58
阅读次数:
214
文本文件
i like china
i can play
just do it
i will cometrue my dream
come on!!!
源程序
/**
* 功能:2-5,2-6,2-7吧文件中的单词由后向前打印
* 时间:2014年7月30日21:27:12
* 作者:cutter_point
*/
#include
#include
#include
#i...
分类:
编程语言 时间:
2014-08-09 11:48:17
阅读次数:
231
自己补充的整个程序,包括排序,旋转,查找#include
using namespace std;
void my_sort(int a[],int len)
{
int temp;
for (int i=0;i<len-1;i++)
{
for (int j=0;ja[j+1])
{
temp = a[j];
...
分类:
其他好文 时间:
2014-08-09 11:45:37
阅读次数:
195