-
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。...
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。-openURL helps you launch Maps, SMS, Browser, Phone, and even other applications. This is one area of iPhone development that I always have to look up again when I need to do it and it is only one line!
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]]
This app demonstrates the basic protocols supported natively on the phone.
- 2022-10-08 13:15:02下载
- 积分:1
-
Serial port driver for Power Macintoshes
Serial port driver for Power Macintoshes
- 2022-01-30 19:34:11下载
- 积分:1
-
现代企业管理信息系统
现代企业管理信息系统-modern enterprise management information system
- 2022-01-25 18:41:31下载
- 积分:1
-
图书馆管理系统
我的项目是用 visual basic 开发的。及其对图书馆管理系统。这是一个充分运作的项目,无任何错误。它可以用于保留重要信息重要的库中。这就是它可以保持本书的详细信息,我成员和其他重要的信息......它用于数据库的访问
- 2022-03-31 06:17:32下载
- 积分:1
-
JaveScript及VBScript脚本调试工具,友好的界面,可以很方便地进行调试...
JaveScript及VBScript脚本调试工具,友好的界面,可以很方便地进行调试-JaveScript and VBScript script debugging tools, and friendly interface, it is easy to debug
- 2022-07-09 11:30:31下载
- 积分:1
-
机场定退票系统C++builder版本.可以定票退票,选择航线
机场定退票系统C++builder版本.可以定票退票,选择航线-Refund airport system C++ Builder version. Can refund tickets, select the route
- 2022-01-26 02:32:27下载
- 积分:1
-
_listbox演示程序
_listbox演示程序-_listbox Demonstration Program
- 2022-04-21 08:29:42下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
LINUX下串口调试工具
LINUX下串口调试工具-LINUX serial debugging tools
- 2022-08-12 13:57:03下载
- 积分:1
-
用java程序实现的小闹钟,功能实用简单哦,特别棒
用java程序实现的小闹钟,功能实用简单哦,特别棒-Java program to use a small alarm clock, features a simple and practical Oh, special rods
- 2022-12-22 14:25:03下载
- 积分:1