今日工作安排:搭环境安装VMWare View Client、建立连接,访问外部服务器。安装lrzsz
解决上传下载的问题安装apach php 建立WEB环境拷贝代码
分类:
其他好文 时间:
2014-05-01 14:23:55
阅读次数:
410
关键字:可以搜索这些关键字找到具体内容退回输入键盘、CGRect、CGPoint &
CGSize、设置透明度、设置背景色、自定义颜色、竖屏、横屏、状态栏高
(显示时间和网络状态)、导航栏、工具栏高(返回)、隐藏状态栏、横屏、屏幕变动检测、全屏、自动适应父视图大小、定义按钮、设置视图背景图片、自定义...
分类:
移动开发 时间:
2014-05-01 13:49:13
阅读次数:
707
AnimatorStateInfoNamespace:
UnityEngineDescriptionInformation about the current or next
state.AnimatorStateInfo.nameHashvarnameHash: int;DescriptionNa...
分类:
其他好文 时间:
2014-05-01 13:29:12
阅读次数:
592
Problem 1:Given a set of distinct integers, S,
return all possible subsets.Note:Elements in a subset must be in non-descending
order.The solution set ...
分类:
其他好文 时间:
2014-05-01 09:43:43
阅读次数:
414
Reverse digits of an integer.Example1:x = 123,
return 321Example2:x = -123, return -321Have you thought about this?Here are
some good questions to ask...
分类:
其他好文 时间:
2014-05-01 01:20:59
阅读次数:
334
??
Best Cow Line
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 8579
Accepted: 2629
Description
FJ is about to take his N (1 ≤ N ≤ 2,000) cows to the a...
分类:
其他好文 时间:
2014-04-29 13:48:21
阅读次数:
358
Mrs Little likes digits most of all. Every year she tries to make the best number of the year. She tries to become more and more intelligent and every year studies a new digit. And the number she make...
分类:
其他好文 时间:
2014-04-29 13:13:21
阅读次数:
309
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2014-04-28 10:46:41
阅读次数:
311
BP神经网络
function [W,err]=BPTrain(data,label,hiddenlayers,nodes,type)
%Train the bp artial nueral net work
%input data,label,layers,nodes,type
%data:dim*n
%label:1*n
%layers:m:number of hidden layers
%...
分类:
其他好文 时间:
2014-04-27 21:48:00
阅读次数:
460