自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (8)
  • 收藏
  • 关注

原创 [LeetCode练习题-C语言] 25. Reverse Nodes in k-Group

[LeetCode练习题-C语言]25. Reverse Nodes in k-Group 题目Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k then left-

2016-08-01 15:36:00 421

原创 [LeetCode练习题-C语言]169. Majority Element

[LeetCode练习题-C语言]169. Majority Element题目Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.You may assume that the array is no

2016-07-27 15:34:04 481

原创 [LeetCode练习题-C语言]168. Excel Sheet Column Title

[LeetCode练习题-C语言]168. Excel Sheet Column Title题目Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example:1 -> A2 -> B3 -> C...26 -> Z27 -> AA28 -> A

2016-07-27 13:07:06 592

原创 [LeetCode练习题-C语言]100. Same Tree

[LeetCode练习题-C语言]100. Same Tree题目Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical and the nodes have t

2016-07-26 16:12:57 797

原创 [LeetCode练习题-C语言]242. Valid Anagram

[LeetCode练习题-C语言]242. Valid Anagram题目Given two strings s and t, write a function to determine if t is an anagram of s.For example,s = “anagram”, t = “nagaram”, return true.s = “rat”, t = “car”, retur

2016-07-26 11:41:02 374

原创 [LeetCode练习题-C语言]203. Remove Linked List Elements

[LeetCode练习题-C语言]203. Remove Linked List Elements题目Remove all elements from a linked list of integers that have value val.ExampleGiven: 1 –> 2 –> 6 –> 3 –> 4 –> 5 –> 6, val = 6Return: 1 –> 2 –> 3 –>

2016-07-25 21:01:57 359

原创 [LeetCode练习题-C语言]之 Move Zeros

[LeetCode练习题-C语言版]之 Move Zeros题目Given an array nums, write a function to move all 0’s to the end of it while maintaining the relative order of the non-zero elements.For example, given nums = [0, 1, 0,

2016-07-22 15:03:36 566

原创 【华为OJ平台练习题】求最后一个单词长度

【华为OJ平台练习题】求最后一个单词长度最近学c语言,觉得很单调,就开始刷题~华为的题我实在刷不过啊,本地编辑器都没问题的,但是每次都显示测试用例两个不通过!求大神帮忙解答啊~代码如下#include<stdio.h> #include<string.h> void length(char *str) { char *last = str; while(*str)

2016-07-21 17:26:15 454

原创 Android之Wifi模块开发

接口简介开发实例接口简介因为项目需要,所以完成了一个简单的wifi模块,主要实现了打开wifi、获取网络列表、连接有密码或者无密码的网络等等,android为wifi操作提供了很多接口,在此简单总结一下所用的类和代码中使用的主要的方法(英语渣渣自己翻译的API,凑合看看吧)。1、 ScanResult 主要用来描述已检测出来的接入点。 变量名 简介 BSSID 接入点地址

2015-08-06 16:36:33 1062

WifiManageDemo

安卓wifi管理的小例子,可供初学者学习一下~

2015-08-26

基于c++的简单文件传输

基于c++的简单文件传输,有服务器和客户端,vc++6.0可用

2014-06-26

简单网页例子(html+jsp+css)

简单网页例子(html+jsp+css)

2014-06-26

基于C++的TCP/IP聊天程序

基于C++的TCP/IP聊天程序,有服务器和客户端

2014-06-26

UDP服务器和客户端

基于UDP服务器和客户端,VC6.0可用

2014-06-23

武汉理工大学TCPIP及网络编程复习重点

武汉理工大学TCPIP及网络编程复习重点

2014-06-23

数值分析试题1

学校的数值分析题目,可供大家复习参考。

2013-05-17

算法设计与分析

算法设计与分析,上课教案,设计更好的算法和程序。

2013-05-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除