搜索结果
找到约 219 项符合
App 的查询结果
按分类筛选
- 全部分类
- 技术资料 (65)
- Linux/Unix编程 (12)
- Java编程 (8)
- 微处理器开发 (6)
- 单片机编程 (6)
- 其他 (6)
- 源码 (6)
- 通讯/手机编程 (5)
- 软件设计/软件工程 (5)
- 系统设计方案 (5)
- VIP专区 (5)
- 单片机开发 (4)
- uCOS (4)
- 电子书籍 (4)
- Symbian (4)
- 软件 (4)
- VC书籍 (3)
- 中间件编程 (3)
- BREW编程 (3)
- 压缩解压 (3)
- matlab例程 (3)
- C/C++语言编程 (2)
- 无线通信 (2)
- J2ME (2)
- 操作系统开发 (2)
- 其他嵌入式/单片机内容 (2)
- 网络 (2)
- Internet/网络编程 (2)
- Java书籍 (2)
- 其他行业 (2)
- Windows CE (2)
- 手机短信编程 (2)
- SQL Server (2)
- android开发 (2)
- 书籍 (2)
- 图形图像 (1)
- 教程资料 (1)
- 教程资料 (1)
- 企业管理 (1)
- Delphi/CppBuilder (1)
- 游戏 (1)
- 串口编程 (1)
- 金融证券系统 (1)
- 书籍源码 (1)
- 其他书籍 (1)
- 驱动编程 (1)
- RFID编程 (1)
- 酒店行业 (1)
- 家庭/个人应用 (1)
- Windows Mobile (1)
- 数据库系统 (1)
- 行业发展研究 (1)
- VHDL/FPGA/Verilog (1)
- 嵌入式/单片机编程 (1)
- MacOS编程 (1)
- Delphi控件源码 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 其他 (1)
- 论文 (1)
- 开发板 (1)
- 精品软件 (1)
电子书籍 The power management problem for wireless sensor networks has been studied intensively. Various app
The power management problem for wireless sensor networks has been studied intensively.
Various approaches for reducing the energy expenditure have been presented in literature
电子书籍 The power management problem for wireless sensor networks has been studied intensively. Various app
The power management problem for wireless sensor networks has been studied intensively.
Various approaches for reducing the energy expenditure have been presented in literature
Windows Mobile Example of using HTC sensor api to get Light sensor value and set backlight level in modern HTC phon
Example of using HTC sensor api to get Light sensor value and set backlight level in modern HTC phones. This app will replace original autobacklight level regulator and add more customizable options.
软件设计/软件工程 A very good document about TCPIP protocol Possible Attacks.Very helpful for people write network app
A very good document about TCPIP protocol Possible Attacks.Very helpful for people write network applications
数据库系统 Asp.net购物车示例源码[VS2005] 可以实现购物车基本功能:在线购物、在线结算、在线充值、在线支付(未完成) 有用户注册功能 默认用户密码51aspx 数据库文件在App
Asp.net购物车示例源码[VS2005]
可以实现购物车基本功能:在线购物、在线结算、在线充值、在线支付(未完成)
有用户注册功能
默认用户密码51aspx
数据库文件在App_Data文件夹下附加即可,数据库名称不要更改
注意:web.config默认配置不要更改,sa帐号务必为空,如果需要更改请对.cs文件相应修改然后编译 ...
Linux/Unix编程 setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立顶级窗口 toplevel = XtVaApp
setlocale[LC_ALL, ""]
XtSetLanguageProc[NULL, NULL, NULL]
//建立顶级窗口
toplevel = XtVaAppInitialize[&app, "SpinBox", NULL, 0,
&argc, argv, NULL, NULL]
//建立SpinBox
n = 0
XtSetArg[args[n], XmNwidth, 400 ] n++
XtSetArg[args[n], XmNheight, 100 ] n++
//XtSetArg[arg ...
Linux/Unix编程 text = XmCreateScrolledText[paned, "text", args, n] XtManageChild[text] //显示窗口 XtRealiz
text = XmCreateScrolledText[paned, "text", args, n]
XtManageChild[text]
//显示窗口
XtRealizeWidget[toplevel]
//进入事件循环
XtAppMainLoop[app]
Linux/Unix编程 textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtR
textf = XmCreateTextField[spinbox, "textf", args, n]
XtManageChild[textf]
//显示窗口
XtRealizeWidget[toplevel]
//进入事件循环
XtAppMainLoop[app]
行业发展研究 ScienceOps has answers. Rapid Custom Algorithm development www.ScienceOps.com Simpleware From 3
ScienceOps has answers. Rapid Custom Algorithm development
www.ScienceOps.com
Simpleware
From 3D scan to CAD, FE/CFD, and RP Join our Webinar on March 12th
www.simpleware.com
Steganography Software
Hide Secrets Using this Powerful Steganography Software. $39
InvisibleSecrets.com
Develop VoIP s ...
嵌入式/单片机编程 包含两个终端设备、一个协调器设备和一个简单的上位机程序。 在freescake的codewarrior下编程
包含两个终端设备、一个协调器设备和一个简单的上位机程序。
在freescake的codewarrior下编程,将生成的zigbee程序的app.c覆盖。因为是针对3个不同控制节点的3个设备,所以需要修改3个c文件。
此为测距功能,,上位机端仅接受数据,没有做其他处理,如果需要定位,可以在此基础上拓展。 ...