码迷,mamicode.com
首页 >  
搜索关键字:data transfer    ( 64516个结果
文件流
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li...
分类:其他好文   时间:2014-05-01 01:02:33    阅读次数:322
View从Action中获得数据和html helper function(转载)
@model MvcApplication1.Models.M_Person@using MvcApplication1.Models;@{ ViewBag.Title = "GetData"; var p = ViewData["data"] as M_Person; var p...
分类:Web程序   时间:2014-05-01 00:00:48    阅读次数:486
2014 UESTC Training for Data Structures A - Islands
A - IslandsTime Limit: 30000/10000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatusDeep in the Carribean, there is an island eve....
分类:其他好文   时间:2014-04-30 23:40:13    阅读次数:518
2014 UESTC Training for Data Structures C - 东风不与周郎便
C - 东风不与周郎便Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatus“揽二乔于东南兮,乐朝夕之与共”一首铜雀台赋,将愤怒与恐惧散播在了孙吴大军之中。对抗曹军,万事....
分类:其他好文   时间:2014-04-30 23:32:59    阅读次数:350
2014 UESTC Training for Data Structures J - 方师傅的01串
J - 方师傅的01串Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatus方师傅过生日啦,于是蟹毛买了N个01串,想送给方师傅。但是蟹毛觉得这些01串不够美,于是他想从....
分类:其他好文   时间:2014-04-30 23:26:56    阅读次数:409
2014 UESTC Training for Data Structures K - 方师傅与栈
K - 方师傅与栈Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatus方师傅有一个1?N的排列,排列的顺序是固定的,他想要把这个排列重新排列成他喜欢的顺序。于是他买了一....
分类:其他好文   时间:2014-04-30 23:19:42    阅读次数:389
循环执行sql语句
DECLARE --声明变量 SQL_ALLTABLES LONG; SQL_INSERT LONG; TYPE THE_CURSOR_TYPE IS REF CURSOR; --定义引用游标的数据类型 CURSOR_D THE_CURSOR_TYPE; --定义游标 DATA...
分类:数据库   时间:2014-04-30 22:54:05    阅读次数:1081
简洁的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
hdu1211
RSA is one of the most powerful methods to encrypt data. The RSA algorithm is described as follow: > choose two large prime integer p, q > calculate n = p × q, calculate F(n) = (p - 1) × (q - 1) ...
分类:其他好文   时间:2014-04-27 21:37:59    阅读次数:315
java 简单的扫雷游戏
//扫雷游戏 package Bible001; import javax.swing.*; import java.awt.event.*; import java.awt.*; public class Mine extends MouseAdapter { private JFrame mainFrame; private int[][] data; private JButton[...
分类:编程语言   时间:2014-04-27 21:32:59    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!