首页 > 2014年12月12日 > 全部分享
C语言库函数大全及应用实例十一
原文:C语言库函数大全及应用实例十一 [编程资料]C语言库函数大全及应用实例十一 函数名: setbkcolor 功 能: 用调色板设置当前背景颜色 用 法: void far setbkcolor(int color); 程序例: #i nclude #i nclude #i nclude #i ...
分类:编程语言   时间:2014-12-12 08:48:04    收藏:0  评论:0  赞:0  阅读:328
careercup-中等难度 17.5
17.5写一个函数来模拟游戏。游戏规则如下:4个槽,里面放4个球,球的颜色有4种,红(R ),黄(Y),绿(G),蓝(B)。比如, 给出一个排列RGGB,表示第一个槽放红色球,第二和第三个槽放绿色球,第四个槽放蓝色球。你要去猜这个排列。比如你可能猜排列是:YRGB。当你猜的颜色是正确的,位置也是正确...
分类:其他   时间:2014-12-12 08:47:54    收藏:0  评论:0  赞:0  阅读:293
界面页中的色系表
浅灰#e6e6e6
分类:其他   时间:2014-12-12 08:47:24    收藏:0  评论:0  赞:0  阅读:315
Tempter of the Bone(杭电1010)(DFS+奇偶剪枝)
Tempter of the Bone Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 74916    Accepted Submission(s): 20481 Problem Description The ...
分类:其他   时间:2014-12-12 07:45:44    收藏:0  评论:0  赞:0  阅读:284
ubuntu14.10发行版apache2修改网站根目录
1、 ? ? 进入这个目录 ? ? ? ? ?? 2、 ? ? 编辑000-default.conf ? ? ? ? ?? 3、 ? ? 编辑apache2.conf ? ? ? ? ?? 4. ? ? 引入了httpd.conf配置文件 ? ? ? ? ?? 5、 ? ? 默认...
分类:Web开发   时间:2014-12-12 06:44:25    收藏:0  评论:0  赞:0  阅读:376
手动使用C/C++编写Lua扩展插件
最近在研究如何在Windows 下嵌入Lua来完成业务模块编写的时候 发现Lua的一些问题,首先Lua作为一门脚本语言,其灵活性和可扩展性是很高的,要不然Cocos2d-x中也不会嵌入他来编写业务逻辑,但是由于国内资料相当的少,很少有人去正八经研究完了之后 写一篇文章 来分享自己的成果,想要去深入理解应用一些东西得时候,显得很无力,很多Lua扩展都是直接写扩展库来完成,如果不理解原理甚至你都不会灵...
分类:编程语言   时间:2014-12-12 06:43:34    收藏:0  评论:0  赞:0  阅读:398
[MongoDB] Insert, find -- 1
MongoDB is JSON Document:How to start MongoDB client:mongod //start the servermongo // start the cliHow to restore a database:mongorestorecan create a...
分类:数据库技术   时间:2014-12-12 06:41:34    收藏:0  评论:0  赞:0  阅读:610
Unity 产生各不相同的随机数
1. 网上很多方法都说用时间种子来解决,但是在极短的时间内,这种方法没效Random r = new Random(DateTime.Now.Millisecond); Random Counter = new Random(unchecked((int)(DateTime.Now.Ticks >>...
分类:编程语言   时间:2014-12-12 06:41:24    收藏:0  评论:0  赞:0  阅读:1160
Leetcode-Palindrome Partitioning II
Given a string s, partition s such that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning ...
分类:其他   时间:2014-12-12 06:41:14    收藏:0  评论:0  赞:0  阅读:267
Leetcode-Longest Consecutive Sequence
Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For example,Given [100, 4, 200, 1, 3, 2],The longes...
分类:其他   时间:2014-12-12 06:41:04    收藏:0  评论:0  赞:0  阅读:318
Leetcode-Candy
There are N children standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following req...
分类:其他   时间:2014-12-12 06:40:44    收藏:0  评论:0  赞:0  阅读:264
通过网络得到html,并解析出其中网址
1 import java.io.BufferedReader; 2 import java.io.InputStream; 3 import java.io.InputStreamReader; 4 import java.net.URL; 5 import java.net.URLConnec....
分类:Web开发   时间:2014-12-12 06:40:34    收藏:0  评论:0  赞:0  阅读:540
TopCoder Practice SRM 144 Div 1
1 #include 2 #include 3 #include 4 #include 5 #include 6 7 class Lottery 8 { 9 public: 10 std::vector sortByOdds(std::vector rules...
分类:其他   时间:2014-12-12 06:40:24    收藏:0  评论:0  赞:0  阅读:376
WaitForSingleObject和CEvent用法
WaitForSingleObject函数用来检测hHandle事件的信号状态,当函数的执行时间超过dwMilliseconds就返回,但如果参数dwMilliseconds为INFINITE时函数将直到相应时间事件变成有信号状态才返回,否则就一直等待下去,直到WaitForSingleObject...
分类:其他   时间:2014-12-12 06:39:54    收藏:0  评论:0  赞:0  阅读:404
Leetcode-Copy List with Random Pointer
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep copy ...
分类:其他   时间:2014-12-12 06:39:44    收藏:0  评论:0  赞:0  阅读:268
A better SHOW TABLE STATUS
From command line we have the entire MySQL server on hands (if we have privileges too of course) but we don’t have a overall overview, at this point t...
分类:其他   时间:2014-12-12 06:39:34    收藏:0  评论:0  赞:0  阅读:235
Spring JMSTemplate 与 JMS 原生API比较
博客分类:JMSSpring 2.xJMSUtil与Spring JmsTemplate的对比Author:信仰Date:2012-4-20未完待续,截止日期2012-4-20从以下几方面比较JMSUtil和Spring JmsTemplatel对JNDI的支持l对ConnectionFactory...
分类:编程语言   时间:2014-12-12 06:39:14    收藏:0  评论:0  赞:0  阅读:2682
bjfu1100 圆环
这题也是2011百度之星的一道题。知道做法后代码极简单。不过我做完后随便上网搜了一下,发现竟然还有很多不同的做法。别的做法我就不管了,我只把我的做法的原理说清楚。我做题时是按如下顺序逐步找到规律的:① 因为可以旋转,所以a和b的具体值无所谓,只在乎b-a的值;② 进一步,如果b-a等于1,那么无论原...
分类:其他   时间:2014-12-12 06:39:04    收藏:0  评论:0  赞:0  阅读:270
Python In Action:三、再来一个扩展例子,保证不难
在窗口显示一张图片,代码如下: 1 import wx 2 3 class Frame(wx.Frame): 4 """Frame class that displays an image.""" 5 6 def __init__(self, image, parent=None...
分类:编程语言   时间:2014-12-12 06:38:34    收藏:0  评论:0  赞:0  阅读:301
使用 XMLBeans 进行编程
深入考察 XMLBeans 的特性和功能。本文通过一个简单的例子介绍 XMLBeans 技术,然后一步一步地介绍编译和绑定的过程,讨论 XML 游标、标记和 XQuery 表达式等高级特性。本文还将讨论 XMLBeans 与其他 XML-Java 数据绑定技术相比所具有的优点。 随着企业应用程序的复...
分类:其他   时间:2014-12-12 06:38:24    收藏:0  评论:0  赞:0  阅读:371
1747条   上一页 1 ... 76 77 78 79 80 ... 88 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!