码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
冒泡排序(java版)
1 public class BubbleSortTest { 2 //冒泡排序 3 public static void bubbleSort(int[] source) { 4 //外层循环控制控制遍历次数,n个数排序,遍历n - 1次 5 fo...
分类:编程语言   时间:2015-03-19 14:31:45    阅读次数:121
Kinect学习笔记之二Kinect for Windows 2.0新特性
这是本博客的第一篇翻译文档,笔者已经苦逼的竭尽全力的在翻译了,但无奈英语水平也是很有限,有不对或者不妥当不准确的地方必然会有,还恳请大家留言或者邮件我以批评指正,我会虚心接受。谢谢大家。        原文网址:https://msdn.microsoft.com/en-us/library/dn782041.aspx 2014年10月由微软发布的Kinect fo...
分类:Windows程序   时间:2015-03-19 11:34:14    阅读次数:1256
软件工程课后作业——四则运算Ⅲ(C++)
一、设计思路题目:可以答题并判断对错,最后显示做对几道题。 在原有的基础上,又拓展了答题模块。 在结构体中添加了answer属性,把输入的答案与正确答案比较,若相等则计数加一。二、源代码(1)四则运算3.cpp 1 // 四则运算3.cpp : Defines the entry point fo....
分类:编程语言   时间:2015-03-18 23:08:51    阅读次数:284
LeetCode-3 Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-03-18 22:59:37    阅读次数:170
Path Sum(二叉树路径和)
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2015-03-18 15:20:00    阅读次数:131
日期字符串格式化成日期/日期格式化成指定格式字符串
日期字符串格式化成日期String str="201403060819"; SimpleDateFormat fo = new SimpleDateFormat("yyyyMMddHHmm");//yyyyMMddHHmm是要转化成日期的字符串的格式 Date date = new Date(); try { date = fo.parse(s...
分类:其他好文   时间:2015-03-18 12:23:47    阅读次数:125
ugui使用代码动态添加Button.OnClick()事件
usingUnityEngine;usingUnityEngine.UI;usingSystem.Collections;usingUnityEngine.Events;usingSystem.Collections.Generic;publicclassPersonalInformation:MonoBehaviour{voidStart(){List<string>BtnsName=newList<string>();BtnsName.Add("Text11(Clone)");fo..
分类:其他好文   时间:2015-03-18 06:42:00    阅读次数:172
【LeetCode从零单排】No 3 Longest Substring Without Repeating Characters
题目Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. Fo...
分类:其他好文   时间:2015-03-17 18:04:49    阅读次数:134
细说ASP.NET Forms身份认证
细说ASP.NET Forms身份认证转载自:http://www.cnblogs.com/fish-li/archive/2012/04/15/2450571.html阅读目录开始ASP.NET身份认证基础ASP.NET身份认证过程如何实现登录与注销保护受限制的页面登录页不能正常显示的问题认识Fo...
分类:Web程序   时间:2015-03-16 15:50:54    阅读次数:129
DICOM:DICOM3.0网络通信协议(续)
背景:之前博文中专门梳理过DICOM标准中与网络传输相关的内容,近期在重新整理fo-dicom开发的PACS相关测试用例时,对fo-dicom和mDCM两个库进行了再一次比较,与此同时重新翻阅了DICOM3.0标准中的部分章节,发觉之前曾经忽略了其中的很多细节,特编写此文。一来对之前该系列博文的疏忽和BUG进行补充修复,二来加深一下DICOM网络传输的了解。...
分类:其他好文   时间:2015-03-15 18:26:42    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!