- 博客(6)
- 资源 (2)
- 收藏
- 关注
转载 ContentResolver 快速查询文件
private List searchKeyWord(Context context, String keyword) { List fileList = new ArrayList<>(); ContentResolver resolver = context.getContentResolver(); Uri uri = Medi...
2018-07-19 11:27:38
3377
转载 Android 自定义弹出菜单 PopWindow
public class CustomWin extends PopupWindow { private Context context; private View view; private ListView listView; private List<String> list; pu...
2018-07-03 11:47:10
905
转载 数字证书
一、问题来由 通常我们通过Visual Studio编写的winform程序直接编译之后是一个exe程序,若有引用到第三方dll那么在默认的debug目录下应该会包含一个exe程序和若干的dll,那么生产环境通常的做法是使用ClickOnce发布程序或者是打包成安装文件(web安装部署与winform同理)来部署。 当前要求是要在每次打开程序时读取注册表的相关信息,主要
2013-08-07 11:16:05
862
转载 10个Android开源项目
1.Android团队提供的示例项目 如果不是从学习Android SDK中提供的那些样例代码开始,可能没有更好的方法来掌握在Android这个框架上开发。由Android的核心开发团队提供了15个优秀的示例项 目,包含了游戏、图像处理、时间显示、开始菜单快捷方式等。 地址:http://code.google.com/p/apps-for-android/ 附件: Amazed2
2013-07-31 15:17:06
436
转载 Speaker Testing and Analysis
Speaker Testing and Analysis Now that you have built your speakers, it is time to test them. You will need a microphone and a computer with a microphone input & headphone/line-out output. You
2013-07-11 11:09:30
947
转载 Phase changing Allpass IIR Filter
Phase changing Allpass IIR Filter The following Matlab function generates allpass coefficients for an IIR filter. In this design, the magnitude response is unchanged but the phase response
2013-07-11 10:48:06
822
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人