资源列表
ListViewTable
- Android中使用ListView实现表格形式的部局 * 本例使用ListView和自定义的行部局实现了一个最基本的表格部局 * 和一个可变长度的表格部局 * 并实现了简单的行组件的单击事件-Use listview to make a basic table style layout, and a variable length table style layout, and a simple click event of the component in it
ch1
- disply data base system
20091214111111111
- 小区物业管理信息系统 小区物业管理信息系统 -ddd
Lingo_rumen
- 很实用的Lingo快速入门小册子,解数学优化问题必备圣物。网上难找。-Very practical Lingo Quick Start booklet, solve mathematical optimization problem must have sacred.
earth
- 使用VC和opengl写的等高图范例程序,重点在于opengl球型纹理-Use VC and opengl example programs written contour map, focusing on opengl ball texture
MMDB
- MMDB轨道交通AFC清分系统的设计实现MMDB rail transit-MMDB rail transit AFC based on the design and implementation of processing systems
Protection-Calculation_T06174-YT10-B-700101_Annex
- Numerical Protection calculacion_pt1
Multithreading
- 内含ppt介绍C#多线程的相关知识,对于相关人员具有借鉴意义-Multithreading
powerbuilder_bcjlb_q
- PowerBuilder编程俱乐部常见问题解答 -PowerBuilder Programming Club Frequently Asked Questions
CD4011
- This is a program for testing CD4011 in BCD3166 Tester. This is made by Visual studoi 6.0
test
- serial communication codeblocks
Python
- 用pjsip的库编写web网络电话,说明: 1.先安装pjsip的库。 2.你需要两个sip账号,分别填入第114行和116行。 第一个参数是SIP服务器,第二是用户名,第三是密码。 3.被叫号在第49行,你可以修改成从文件读或者其他。 4.第131行,从E盘根目录获取“电话号码.call”文件。获取之后就把该文件删掉。并呼叫该号码。 5.第44行,等待音文件,必须是标准的wav文件,可以用windows自带的录音机自己录制,转码出来的有可能不被支持,会报异常,此处未作处