折线图 Axes3D.plot(xs, ys, *args, **kwargs) 散点图 Axes3D.scatter(xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True, *args, **kwargs) 线框图 Axes3D.plot_wi ...
分类:
其他好文 时间:
2018-03-24 12:43:39
阅读次数:
2593
Numericupdown控件是由system.windows.froms.Numericupdown类提供的,主要作用是将一个数按一定的值进行增加或减少。它主要有四个常用属性 Increment 每次单击按钮时增加或者减少的量 Maximum 最大值 Minimum 最小值 Value 当前值 d ...
分类:
其他好文 时间:
2018-03-22 17:35:14
阅读次数:
159
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-wid ...
分类:
移动开发 时间:
2018-03-22 10:48:52
阅读次数:
204
学号 2017 2018 2 《程序设计与数据结构》第2周学习总结 教材学习内容总结 在本章中对Java的一些数据类型有了一些了解。通过教材中例题的练习也能自主完成后面的习题 教材学习中的问题和解决过程 问题1:在教材43页中 int count, minimum = 0, result 理解成定义 ...
分类:
其他好文 时间:
2018-03-19 00:32:31
阅读次数:
224
注意针对 rotated sorted array 去重复的固定套路 参考 33,81,153, 154 ...
分类:
其他好文 时间:
2018-03-17 10:51:57
阅读次数:
129
原题链接: "https://leetcode.com/problems/minimum depth of binary tree/description/" 简单级别的题目就是不咋滴难哦: ...
分类:
其他好文 时间:
2018-03-16 20:21:26
阅读次数:
163
Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. ...
分类:
其他好文 时间:
2018-03-15 19:54:12
阅读次数:
230
/* Formatted on 2018/3/14 23:38:51 (QP5 v5.256.13226.35538) */ SELECT icon_name , row_id , user_concurrent_program_name , enabled_flag , concurrent_pr... ...
分类:
数据库 时间:
2018-03-15 01:45:45
阅读次数:
224
Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there isn't ...
分类:
其他好文 时间:
2018-03-14 11:20:07
阅读次数:
160
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scal ...
分类:
Web程序 时间:
2018-03-13 18:16:25
阅读次数:
296