码迷,mamicode.com
首页 > 2014年11月15日 > 全部分享
HDU 3697 Selecting courses(贪心)
HDU 3697 Selecting courses(贪心)...
分类:其他好文   时间:2014-11-15 11:28:45    阅读次数:108
自然数之和
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication3 { class Program { static void Main(st...
分类:其他好文   时间:2014-11-15 11:28:56    阅读次数:134
poj 1742 Coins 多重背包变形
传说中的男人八题,是男人就A这八题。有n种面额的硬币,面额个数分别为A_i、C_i,求最多能搭配出几种不超过m的金额? 这是一个多重部分和问题(多重背包问题),放在了《2.3 记录结果再利用的“动态规划” 优化递推关系式》。最基本的做法是: dp[i][j] := 用前i种硬币能否凑成j 递推关系式: dp[i][j] = (存在k使得dp[i - 1][j -...
分类:其他好文   时间:2014-11-15 11:28:38    阅读次数:282
无领导小组讨论中常见的派别
无领导小组讨论中常见的派别 羊派                是指在整个无领导小组讨论过程中,考生发言次数很少,语言表达不流利,发言不积极,基本是“沉默的羔羊”的那种类型。 狼派         是指那种性格较为急躁,在答题的过程中明显想成为整个的局面的控制者,但是力度不够,由于自己性格上的一些弊端而不能很好的进行能力的发挥,但是却更多的暴露了自己性格上的缺陷,急躁,想成为霸主,但是...
分类:其他好文   时间:2014-11-15 11:27:59    阅读次数:314
hdu 1728 逃离迷宫
Problem Description   给定一个m × n (m行, n列)的迷宫,迷宫中有两个位置,gloria想从迷宫的一个位置走到另外一个位置,当然迷宫中有些地方是空地,gloria可以穿越,有些地方是障碍,她必须绕行,从迷宫的一个位置,只能走到与它相邻的4个位置中,当然在行走过程中,gloria不能走到迷宫外面去。令人头痛的是,gloria是个没什么方向感的人,因此,她在行走过程...
分类:其他好文   时间:2014-11-15 11:28:02    阅读次数:189
SQL的学习
create database hpf; use hpf; create table hdfdf ( id int(10) NOT null auto_increment, uid varchar(10) not null default 0, remark text null, primary key (id) ) show tables; select * from hdfdf; select...
分类:数据库   时间:2014-11-15 11:29:20    阅读次数:236
fedora linux平台下搭建lighttpd+php+sqlite
(一)lighttpd 1. 安装 yum install lighttpd 安装完成后,系统中应该多了一个用户lighttpd和组lighttpd。这个用户,默认是不允许登陆的。 我们修改/etc/passwd,将lighttpd修改为如下形式。 lighttpd:x:489:470:lighttpd web server:/home/lighttpd/:/bin/bash 注意...
分类:数据库   时间:2014-11-15 11:28:03    阅读次数:329
xcode 及 MAC 常用快捷键
黑苹果键盘对应的相应按键 Command键 PS2键盘对应Alt键 USB键盘对应Win键 Option键 PS2键盘对应Win键 USB键盘对应Alt键 一.常用快捷键 1.Xcode部分: win+N:新建文件 win+shift+N:新建工程 win+O:打开工程或文件 win+S:保存 win+shi...
分类:系统相关   时间:2014-11-15 11:29:10    阅读次数:214
Web Bench测试网站压力
Web Bench测试网站压力...
分类:Web程序   时间:2014-11-15 11:26:20    阅读次数:194
[Erlang危机](5.1.3)进程
ProcessesTrying to get a global view of processes is helpful when trying to assess how much work is being done in the VM in terms of tasks. A general good practice in Erlang is to use processes for tr...
分类:系统相关   时间:2014-11-15 11:28:38    阅读次数:167
通达OA 尝试一下进行通达OA的二次开发培训
通达OA基于本身操作简便、管理便捷的优势被广大用户所喜爱,拥有大量的正式用户。对OA应用的多了,也会产生各种个性化的需求,也就需要对通达OA进行一些二次开发工作。近来,有些朋友咨询是否可以进行通达OA二次开发的培训,这里先列出一个计划表,有这方面需要的朋友可以联系我。 需要学习的内容: 1、通达OA介绍、通达OA环境安装,OA组成及文件目录结构介绍,OA功能菜单及管理员管理...
分类:其他好文   时间:2014-11-15 11:27:38    阅读次数:184
POJ 2262 Goldbach's Conjecture(素数相关)
POJ 2262 Goldbach's Conjecture(素数相关) http://poj.org/problem?id=2262 题意: 给你一个[6,1000000]范围内的偶数,要你将它表示成两个素数相加和的形式。如果存在多组解,请输出两个素数差值最大的解。 分析: 首先我们用素数筛选法求出100W以内的所有素数。 筛选法求素数可见: http://blog.csdn.net/u013480600/article/details/411200...
分类:数据库   时间:2014-11-15 11:27:48    阅读次数:254
linux 常用网络命令
linux 网络命令 ifconfig nslookup route...
分类:系统相关   时间:2014-11-15 11:27:20    阅读次数:173
String to Integer (atoi)
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:其他好文   时间:2014-11-15 11:26:23    阅读次数:188
网络状况判断
使用之前请从Apple网站下载示例:点此下载然后将Reachability.h 和Reachability.m 加到自己的项目中,并引用SystemConfiguration.framework,就可以使用了。 Reachability *r = [Reachability reachabil...
分类:其他好文   时间:2014-11-15 11:24:44    阅读次数:248
mosaic布局
举例:Ext.define('Cao.view.EventMosaic', { extend: 'Ext.Container', xtype: 'EventMosaic', requires: [ ], config: { cls : 'gallery', ...
分类:其他好文   时间:2014-11-15 11:25:34    阅读次数:258
如何查看和停止Linux启动的服务
1. 查看Linux启动的服务chkconfig --list 查询出所有当前运行的服务chkconfig --list atd 查询atd服务的当前状态2.停止所有服务并且在下次系统启动时不再启动,如下所示:chkconfig --levels 12345 NetworkManager off如果...
分类:系统相关   时间:2014-11-15 11:27:13    阅读次数:302
1380条   上一页 1 ... 58 59 60 61 62 63 64 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!