码迷,mamicode.com
首页 >  
搜索关键字:input source    ( 50636个结果
Ubuntu12.04安装java6
http://www.cnblogs.com/yaozhongxiao/archive/2013/11/20/3433797.html按照android官方文档http://source.android.com下载编译android源代码,jdk安装失败,尝试一下方法成功(2013-11-20)下面...
分类:编程语言   时间:2014-05-01 16:26:35    阅读次数:413
如果input标签中有runat=”server”,则在服务端,Request.Form接收不到
如果input标签中有runat=”server”,则在服务端,Request.Form接收不到
分类:其他好文   时间:2014-05-01 15:58:22    阅读次数:277
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
C语言字符串函数大全
转载自http://www.360doc.com/content/08/0723/22/26860_1462024.shtml#C语言字符串函数大全函数名: stpcpy功能: 拷贝一个字符串到另一个用法: char *stpcpy(char *destin, char *source);程序例:#...
分类:编程语言   时间:2014-05-01 00:04:56    阅读次数:572
导出EXCEL数据时防止数值变科学计数的办法
网上有很多说法,最简单直接正确的做法是判断一下是否为数值以及长度,然后给单元格加上以下CSS即可:mso-generic-font-family:auto; mso-font-charset:134; mso-number-format:"\@"; mso-background-source:aut...
分类:其他好文   时间:2014-04-30 23:20:46    阅读次数:471
Hdu 1042 N! (高精度数)
Problem Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!   Input One N in one line, process to the end of file.   Output For each N, output N! i...
分类:其他好文   时间:2014-04-28 10:36:41    阅读次数:341
简洁的BP及RBF神经网络代码
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
FZU2167:大王叫我来巡山呐
Problem Description   大师兄在取得真经后,每天详读经书,认真完成读书笔记,理论联系实际,不断提高实践能力。假设大师兄开始修炼的第一天是星期一,至今已经修炼了N天,那么有多少天是星期六或者星期日,大师兄还在修炼呢? Input   每组输入数据包含一个整数N(0<N<100,000)。 Output   对每组输入数据,输出一行,仅包含一个整数...
分类:其他好文   时间:2014-04-27 21:45:00    阅读次数:387
Timus 1120. Sum of Sequential Numbers 数学题
There is no involute formulation concerning factitiously activity of SKB Kontur in this problem. Moreover, there is no formulation at all. Input There is the only number N, 1 ≤ N ≤ 109. O...
分类:其他好文   时间:2014-04-27 21:38:05    阅读次数:544
[2012山东ACM省赛] Fruit Ninja II (三重积分,椭球体积)
解题思路: 高数上的三重积分。注意:PI的精度要大些,一开始用的3.1415926通不过,精度太小,后来百度3.1415926535898。还有浮点数的除法记得*1.0。 题目中的oc = ob这条信息特别关键。 代码: #include #include #include #include using namespace std; #define pi 3.1415...
分类:其他好文   时间:2014-04-27 21:18:00    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!