Android 拨打电话的代码 代码段

try { Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:+110")); startActivity(intent); } catch (Exception e) { Log.e("SampleApp", "Failed to invoke call", e); }

c6e3 2015-01-08   1519   0
Java  

Android 应用中拨打电话 代码段

try { Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:+110")); startActivity(intent); } catch (Exception e) { Log.e("SampleApp", "Failed to invoke call", e); }

SimoneNewco 2016-01-30   4742   0
Android  
P11

  电话簿管理系统 文档

   本程序采用链表来建立电话簿的各条记录,每条记录以结构体形式来表示。排序中用了冒泡法,是以关键字为标志进行排序。在查找功能中用到了比较函数, 逐个字符进行比较。最后用保存语句将输入的记录进行保存。

dodo 2013-07-07   1979   0

SFLphone 1.2.3 发布,软件电话 资讯

SFLphone是一个兼容SIP/IAX2的软件电话。其目标是建立一个强大的企业级桌面电话。

jopen 2013-06-20   5563   0

不堪一击!美国国防部搞了场空战:AI飞行员5:0大获全胜 资讯

AI 空战到底有多强? 8 月 20 日,美国国防部计划局(DAPRA)举办的模拟空战终极挑战赛落下帷幕, AI 飞行员以5:0 的压倒性优势轻松战胜人类选手 Banger。 “ 我们作为战斗机飞行员所作的标准工作在 AI 虚拟飞行员面前根本不起作用”, 赛后 Banger 称。

五嘎子 2020-08-24   1635   0
AI  
P8

  A星算法 文档

这篇文章并不试图对这个话题作权威的陈述。取而代之的是,它只是描述算法的原理,使你可以在进一步的阅读中理解其他相关的资料。 最后,这篇文章没有程序细节。你尽可以用任意的计算机程序语言实现它。如你所愿,我在文章的末尾包含了一个指向例子程序的链接。 压缩包包括C++和Blitz Basic两个语言的版本,如果你只是想看看它的运行效果,里面还包含了可执行文件。

shaobo8910 2012-03-06   3643   0
P

Python in a nutshell 文档

这本书是面向已经对PYTHON有所了解的读者的,里面对PYTHON本身的介绍并不是非常的仔细,对于第一次学习PYTHON的读者可能会比较难懂。 另一方面,这本书是一本非常出色的参考书,里面覆盖了大部分PYTHON编程中会用到的技巧和知识。如果是经常使用PYTHON的话,买一本放在手边是非常值得的。 可是值得一提的是其实书中大部分的内容在PYTHON的网站上都找的到,再加上那个著名的在线的PYTHON QUICK REFERENCE,这本书的价值就没那么高了。

kome2000 2012-03-14   264   0
P41

  A SharePoint Developer Introduction 文档

Web Parts are an essential component of ASP.NET technologies used by SharePoint to present dynamic information to users. Web parts are the most common customization created for SharePoint. A Web Part is a reusable component that exists on a Web Part Page and can present any type of web-based information. The objective of this lab is to learn about how to utilize enhancements available in SharePoint 2010 to build Visual Web Parts and connect web parts for use in the SharePoint system.

torney 2015-07-28   1415   0
P

XAML in a Nutshell 文档

When Microsoft releases Windows Vista, the new operating system will support applications that employ graphics now used by computer games-clear, stunning and active. The cornerstone for building these new user interfaces is XAML ("Zammel"), the XML-based markup language that works with Windows Presentation Foundation (WPF), Vista's new graphics subsystem.

如子可教 2015-06-02   409   0
P26

  A SharePoint Developer Introduction 文档

The objective of this lab is to learn about how to create a web part that renders and updates list data that is deployed as a Sandboxed Solution. A Sandboxed Solution can be deployed to a site by a site administrator without requiring intervention from the farm administrator. The solution has full access to the immediate site and restricted access to system resources and other sites.

torney 2015-07-28   1346   0

This is a test article~ 博客

hello open-open~, I ' m coming`

tomzhang 2011-08-10   828   0
P25

  A SharePoint Developer Introduction 文档

Client Object Model provides a unified and complete object model for SharePoint to access SharePoint site data from remote clients. By including the Client Object Model library, developers can build SharePoint application as quickly as possible. It provides complete access to SharePoint site data. The objective of this lab is to learn about: • How to use the new Client Object Model. • How to use the new REST API framework in SharePoint 2010.

torney 2015-07-28   1806   0

A*算法的GUI实现 代码段

前言 A*算法是常用的游戏算法之一,也是初学者比较难掌握的一个算法。 本文在Unity中以GUI的方式形象的再现了A*算法的详细步骤, 包括地图的搜索、FGH的计算以及开启关闭列表的变化等。 博文首发地址:http://blog.csdn.net/duzixi 步骤一: 创建Unity新工程新场景 步骤二: 创建AStar.cs脚本,将以下代码内容粘贴覆盖后,保存运行即可 /// <summary

m2m2c 2015-02-19   1606   0
C#  

a-LMS 开源项目

a-LMS是一个用Java语言实现并遵守SCORM 1.2的学习管理系统(LMS)。

码头工人 2019-01-17   9510   0

A better Pagination 开源项目

支持拖动滑块分页的一个控件。类似于新浪新闻留言分页功能。

码头工人 2019-02-23   404   0
P31

  4 Platform as a Service 文档

The“Platform a sa Service”Model for Networking

chen_2550 2014-05-06   1939   0
P

Oreilly C in a Nutshell 文档

C语言核心技术(C In A Nutshell) 一本很棒的,深入学习C语言的书。如果你做比较高级的C语言程序

ioriqw 2012-07-19   460   0
P15

  A Simple Example For JMeter 文档

The Apache JMeter desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

ivywei2009 2014-09-15   648   0

A Simple jQuery Slideshow 开源项目

A Simple jQuery Slideshow是一个利用jQuery+少量CSS实现的简单图片幻灯片播放插件。图片之间的切换采用淡入淡出的效果。

码头工人 2019-02-23   741   0

Wiki in a Jar 开源项目

Wiki in a Jar是一个非常小的(只有一个jar文件<100KB) Wiki Java实现。它内置一小型Web服务器,并能够处理vCard(.vcf)文件。其wiki标签基于Wikipedia语法,内容存在文件系统中。

码头工人 2019-01-17   890   0
1 2 3 4 5 6 7 8 9 10