自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (3)
  • 收藏
  • 关注

原创 小球下落

有一棵二叉树,最大深度为D,且所有叶子的深度都相同。所有结点从上到下从左到右编号为1,2,3,...,2^D-1。在结点1处放一个小球,它会往下落。每个内结点上都有一个开关,初始全部关闭,当每次有小球落到一个开关上时,它的状态都会改变。当小球到达一个内结点时,如果该结点上的开关关闭,则往左走,否者往右走,直到走到叶子结点。一些小球从结点1处依次开始下落,最后一个小球将会落到哪里呢?输入叶子深度D和

2015-01-24 15:05:37 439

原创 10014 - Simple calculations

#include #include #include #include int main ( int argc, char * argv[] ) { int m, M; scanf( "%d", &M ); for( m = 0; m < M; m++) { if( m > 0 ) printf( "\n" ); int n; scanf( "%d", &n );

2015-01-20 23:23:47 307

原创 107 - The Cat in the Hat

#include #include #include int main ( int argc, char * argv[] ) { int m, n; bool flag = true; while( flag ) { /* a donates height, * b donates number of worker cats */ long long a, b;

2015-01-20 23:23:13 359

原创 755 - 487--3279

#include #include #include #include #include using namespace std; int main ( int argc, char * argv[ ] ) { int n, N; cin >> N; for ( n = 0; n < N; n++ ) { if ( n ) cout << endl; int m, M

2015-01-20 23:21:24 327

原创 123 - Searching Quickly

#include #include #include #include #include using namespace std; struct comp { string title; string keyword; }; bool has_ele ( vector arr, string target ) { for ( auto e : arr ) { if (

2015-01-20 23:20:33 315

原创 465 - Overflow

#include #include #include char num1[300],num2[300]; int main( int argc, char * argv[] ) { char c; while( scanf( "%s %c %s", num1, &c, num2 ) != EOF ) { printf( "%s %c %s\n", num1, c, num2 );

2015-01-20 23:19:41 384

原创 10010 - Where's Waldorf?

#include #include #include #include #define PENDING 2 void try_search( char * tab, char * target, int row, int col, int len, int d_r, int d_c, int * res_r, int * res_c, bool * searched ) { if(

2015-01-20 23:17:45 306

原创 401 - Palindromes

#include #include #include #include char * dic1 = "A 3 HIL JM O 2TUVWXY5"; char * dic2 = "1SE Z 8 "; int main ( int argc, char * argv[] ) { char s[32]; while( fgets ( s, 32, stdin ) !=

2015-01-20 23:17:01 329

Windows 下预编译动态链接的 google v8 lib dll 库

Windows 下预编译的 Google v8 动态链接库(VS2013) x86 和 x64 Svn Date 编译日期 2014-04-08 01:29

2014-04-16

vbapihooker

超级绿豆 做的 在vb中 实现 hook api avira可能报毒

2009-11-28

网际畅游(MyIE)V3.3 修改版

取自2002电脑爱好者合订本光盘 软件名称:网际畅游(MyIE)V3.3 修改版 光盘路径:\SofeWare\Net\myie33.exe 软件授权:免费版 软件大小:484 KB 使用平台:Windows 9x/Me/NT/2000/XP 软件简介:网际畅游是以IE为核心的多窗口浏览器,可同时打开多个子窗口同时浏览不同的网页,个数不限,且极省资源。它也支持代理服务器设置,提供无障碍的浏览体验,可使VIP用户访问Internet。支持外挂工具,高度集成,优化组合,使你在MyIE中即可完成所有的上网功能,享受上网冲浪的乐趣。另外,该软件还具有皮肤功能,美观大方。

2009-07-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除