码迷,mamicode.com
首页 >  
搜索关键字:created    ( 6237个结果
ios内嵌浏览器cookie保存
//// FMUIWebViewBridge.h// sgcard//// Created by Apple on 13-9-10.////#import #import #import #import "FMLayerWebView.h"@interface FMUIWebViewBridge :...
分类:移动开发   时间:2014-06-29 07:39:02    阅读次数:996
theano 入门教程1.3
theano 入门教程1.3给一个参数设置默认值# -*- coding: utf-8 -*-"""Created on Wed Jun 4 23:22:17 2014@author: wencc"""import theano.tensor as Tfrom theano import funct...
分类:其他好文   时间:2014-06-11 21:47:44    阅读次数:552
theano入门教程1.4
使用共享变量# -*- coding: utf-8 -*-"""Created on Wed Jun 4 23:28:21 2014@author: wencc"""from theano import sharedfrom theano import functionimport theano.t...
分类:其他好文   时间:2014-06-11 13:26:52    阅读次数:304
theano 入门教程1.5
# -*- coding: utf-8 -*-"""Created on Thu Jun 05 17:48:31 2014@author: Administrator"""import theanoimport numpy as npimport theano.tensor as Tfrom the...
分类:其他好文   时间:2014-06-11 12:49:50    阅读次数:401
theano 入门教程1.6
theano 实例, 逻辑回归(logistic regression)# -*- coding: utf-8 -*-"""Created on Fri Jun 06 08:56:54 2014@author: Administrator"""import theanoimport numpy as...
分类:其他好文   时间:2014-06-11 12:14:52    阅读次数:922
ios和android播放影片
ios//// movieplayercontroller.h// sgcard//// Created by Apple on 13-9-10.////#import #import "movieplayer.h"#import "EAGLView.h"@interface MoviePlayer...
分类:移动开发   时间:2014-06-11 09:10:16    阅读次数:320
Swift初体验之HelloWord+苹果Swift编程语言入门教程【中文版】
AppDelegate.swift : // // AppDelegate.swift // SwiftHelloWord // // Created by jason on 14-6-5. // Copyright (c) 2014年 JasonApp. All rights reserved. // import UIKit @UIApplicationMain class Ap...
分类:移动开发   时间:2014-06-07 11:36:16    阅读次数:214
c/c++栏目中类和对象-4的python实现
# -*- coding: utf-8 -*-"""Created on Wed Jun 04 01:21:31 2014@author: Administrator"""class Analysis: def processExamResults(self): passes =...
分类:编程语言   时间:2014-06-06 13:03:57    阅读次数:354
map 学习笔记
1.map 常用功能/***************************************** File Name: map.cpp* Author: sky0917* Created Time: 2014年06月 4日 15:49:14**************************...
分类:其他好文   时间:2014-06-05 18:58:27    阅读次数:210
set 学习笔记
1. set 常用功能/***************************************** File Name: set.cpp* Author: sky0917* Created Time: 2014年06月 4日 18:47:22*************************...
分类:其他好文   时间:2014-06-05 18:35:23    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!