量子逻辑的光学模拟(PRA, 1998) 主机中《1998Cerf.pdf》 核心: 1. 用一个光子的多条路径的叠加态来表示n qubits, 那么实验上干涉仪所包含的路径数为 2^n 2. 实现量子门(or conditional dynamics): 在各路径上使用不同光学元素。比如一个 50 ...
分类:
其他好文 时间:
2017-12-19 01:28:14
阅读次数:
105
MvvmCross从4.0之后plugin的注册接口做了重构,网上例子不多,这里给个参考。本例子使用MvvmCross.Plugins.DownloadCache和MvvmCross.Plugins.File.PluginLoader来显示网上的一个图片。 1,View里先给个UIKit.UIIma ...
分类:
移动开发 时间:
2017-12-09 14:00:41
阅读次数:
286
iOS 后台持续定位详解(支持ISO9.0以上) #import <CoreLocation/CoreLocation.h>并实现CLLocationManagerDelegate 代理,.h文件完整代码如下: [objc] view plain copy #import <UIKit/UIKit. ...
分类:
移动开发 时间:
2017-12-04 15:03:06
阅读次数:
300
下面使用SYD Dynamics的9轴AHRS(Attitude and heading reference system),来发布sensor_msgs/Imu类型的消息。 将传感器用USB转串口接到Ubuntu系统上,可以用如下命令查看串口信息: 查询出串口名为“/dev/ttyUSB0”。根据 ...
分类:
其他好文 时间:
2017-11-14 23:27:20
阅读次数:
921
1. 布局框架: Bootstrap: http://getbootstrap.com/ Foundation: http://foundation.zurb.com/ Uikit: http://www.getuikit.com/ Web Components:http://css-tricks. ...
分类:
其他好文 时间:
2017-11-14 17:17:14
阅读次数:
152
```swift //: Playground - noun: a place where people can play import UIKit var str = "Hello, playground" /// sum func sum(array: Array) -> Int { if ar... ...
分类:
编程语言 时间:
2017-11-14 14:34:06
阅读次数:
132
import UIKit import CoreData class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() } } //MARK: - CoreData extensi ...
分类:
编程语言 时间:
2017-11-10 21:43:27
阅读次数:
206
// // ViewController.swift // hustle-mode // // Created by dwang on 08/11/2017. // Copyright © 2017 dwang. All rights reserved. // import UIKit import ...
分类:
其他好文 时间:
2017-11-08 21:26:25
阅读次数:
140
import UIKit class firstViewController: UIViewController,UIImagePickerControllerDelegate,UINavigationControllerDelegate { var picker :UIImagePickerCon ...
分类:
编程语言 时间:
2017-11-03 00:10:26
阅读次数:
284
创建一个View #import <UIKit/UIKit.h> typedef void(^clickLabelBlock)(NSInteger index,NSString *titleString); @interface CCPScrollView : UIView /** * 文字数组 * ...
分类:
其他好文 时间:
2017-11-02 13:08:35
阅读次数:
130