登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C#
  2. 代码类别:android
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. cbNotepad

  Windows、Android、IOS通用的记事本程序源码。类似于Windows系统的Notepad.exe。移动平台的编程,早已出现非常好的可视化环境,那就是xeC++Builder或xeDelphi。建议增加这些分类。(Windows, Android, IOS general Notepad program source code. Notepad.exe, which is similar to the Windows system. There has been a very good visualization environment for mobile platform programming, that is, xeC++Builder or xeDelphi. It is suggested that these categories be added.)

1
下载
125
浏览
2018-07-13发布

2. fetnelregarde

  通信仿真 jakes改进模型的程序,仿真基本理论()

0
下载
37
浏览
2018-07-09发布

3. 9731388

  symbian 图标停靠在状态栏功能齐全 图标停靠在状态栏功能齐全()

0
下载
67
浏览
2018-07-08发布

4. uzfdtza0

  实时连续显示柱状图,对需要信号频谱显示的有很好的参考作用()

0
下载
52
浏览
2018-06-16发布

5. kriticalcyclic

  实现4阶数字锁相环,老外写的,有详细注释,如果您觉得不错,就re一下()

0
下载
54
浏览
2018-06-11发布

6. covstruct

  ITU 标准T 4-200011协议 pdf()

0
下载
94
浏览
2018-06-05发布

7. MNVETJM014

  本控件基于GSM Modem工作,不需要使用电话语音卡设备,不但具备普通电话语音卡功能,还具备手机短信收发功能, 语音与短信()

1
下载
76
浏览
2018-04-21发布

8. 16444891

  对调制解调器的经典编程,具有较好的研究价值!()

1
下载
43
浏览
2018-04-21发布

9. 93079604

  下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this()

1
下载
42
浏览
2018-03-28发布

10. 938229

  实现各种滤波器和改进型,fir,can,wrap,conv,cfir()

1
下载
62
浏览
2017-12-31发布

11. fai_is66

  Compared with the results of theoretical analysis, Complete HMM-based speech recognition system, Modeling and simulation pwm rectifie.

1
下载
74
浏览
2017-11-17发布

12. nvfhj

  Codec ldpc code implementation Verification is available, Energy spectrum analysis and calculation.

1
下载
99
浏览
2017-10-27发布

13. 《嵌入式Linux应用程序开发详解》随书源代码下载

目录第1章 linux快速入门. 1.1 嵌入式linux基础 1.2 linux安装 1.3 linux文件及文件系统 1.4 实验内容——安装linux操作系统 本章小结 思考与练习 第2章 linux基础命令 2.1 linux常用操作命令 2.2 linux启动过程详解 2.3 linux系统服务 2.4 实验内容 本章小结 思考与练习 第3章 linux下的c编程基础 3.1 linux下c语言编程概述 3.2 进入vi 3.3 初探emacs 3.4 gcc编译器 3.5 gdb调试器  .3.6 make工程管理器 3.7 使用autotools 3.8 实验内容 本章小结 思考与练习 第4章 嵌入式系统基础 4.1 嵌入式系统概述 4.2 arm处理器硬件开发平台 4.3 嵌入式软件开发流程 4.4 实验内容——使用jtag烧写nandflash 本章小结 思考与练习 第5章 嵌入式linux开发环境的搭建 5.1 嵌入式开发环境的搭建 5.2 u-boot移植 5.3 实验内容——移植linux内核 本章小结 思考与练习 第6章 文件i/o编程 6.1 linux系统调用及用户编程接口(api) 6.2 linux中文件及文件描述符概述 6.3 不带缓存的文件i/o操作 6.4 嵌入式linux串口应用开发 6.5 标准i/o开发 6.6 实验内容 本章小结.. 思考与练习 第7章 进程控制开发 7.1 linux下进程概述 7.2 linux进程控制编程 7.3 linux守护进程 7.4 实验内容 本章小结 思考与练习 第8章 进程间通信 8.1 linux下进程间通信概述 8.2 管道通信 8.3 信号通信 8.4 共享内存 8.5 消息队列 8.6 实验内容 本章小结 思考与练习 第9章 多线程编程 9.1 linux下线程概述 9.2 linux线程实现 9.3 实验内容——“生产者消费者”实验 本章小结 思考与练习 第10章 嵌入式linux网络编程 10.1 tcp/ip协议概述 10.2 网络基础编程 10.3 网络高级编程 10.4 ping源码分析 10.5 实验内容——ntp协议实现 本章小结 思考与练习 第11章 嵌入式linux设备驱动开发 11.1 设备驱动概述 11.2 字符设备驱动编写 11.3 lcd驱动编写实例 11.4 块设备驱动编写 11.5 中断编程 11.6 键盘驱动实现 11.7 实验内容——skull驱动 本章小结 思考与练习 第12章 qt图形编程 12.1 嵌入式gui简介 12.2 qt/embedded开发入门 12.3 实验内容——使用qt编写“hello,world”程序 本章小结..

5
下载
77
浏览
2017-07-01发布

14. GUI-MFC

  GUI MFC USE FOR ABSENCE APLLICATION USING GABOR WAVELET. IT USE FOR FACE RECOGNITION IN BUILDING PRESENCE

7
下载
91
浏览
2017-03-21发布

15. QT编写的组态源码

文中包含了程序的源码,可以使用qt creator编译。

1
下载
43
浏览
2016-11-22发布

18. SZZS(andriod_level)

  android安卓版水准测量数据记录电子手薄程序,可平差及导出数据,可导入例子数据等功能。(android Andrews version of the standard measurement data recording electronic hand book program, you can export data and adjustment, can import example data and other functions.)

3
下载
55
浏览
2016-04-30发布

19. Android-multi-threaded-HTTP-download

  Android多线程断点续传下载 可以试试(Android multi-threaded HTTP download)

2
下载
86
浏览
2016-02-27发布

20. SMPP-Gateway-System

  1. SMPP网关概述(联系dotphoenix@qq.com获取更多信息) 1.1 包含一个标准的SMPP Server(SMPP模拟器),一个SMPP Client 和 SDK 1.2 支持标准的SMPP V3.4,支持如下功能:多种bind模式,unbind,submit_sm,delivery_sm,enquire_link,generic_ack 1.3 SMPP Server可运行于LinuxWindowsOSXEmbeded Linux 1.4 SMPP Client可运行于WindowsLinuxOSXAndroidiOSEmbeded Linux 1.5 SDK支持WindowsLinuxOSXAndroidiOSEmbeded Linux,可被JavaC#C++MFCPHP等调用,并提供基于json的HTTP API 1.6 支持MYSQL和SQLITE数据库 1.7 支持自定义计费,支持自定义业务系统 1.8 支持大吞吐量(使用数据库可支持500/秒,不使用数据库可支持8000条/秒) 1.9 兼容性良好,可以和几乎所有主流和非主流的网关及客户端正常工作( SMPP Gateway System(Contact dotphoenix@qq.com to get more information) 1 Including a standard SMPP Server(SMPP Simulator),a SMPP Client and SDK 2 Implement SMPP V3.4,Support PDUs including:3 bind modes,unbind,submit_sm,delivery_sm,enquire_link,generic_ack 3 SMPP Server supported platforms: LinuxWindowsOSXEmbeded Linux 4 SMPP Client supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux 5 SDK supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux,supported languages: JavaC#C++MFCPHP,and also including HTTP API based on JSON. 6 Suppored s: MYSQLSQLITE 7 Support customizing billing system and business system 8 Small delay, good reliability and large throughput (500 PDUs/s if need ,8000 PDUs/s if no need ) 9 Good compatibility, can co-work with nearly all the mainstream and non-mainstream gateways/servers/clients )

11
下载
115
浏览
2016-01-18发布