-
gstreamer
GStreamer Windows 开发环境安装快速配置包。(GStreamer Windows development environment, rapid deployment package to install.)
- 2010-07-21 23:53:43下载
- 积分:1
-
TouchPanel_TEST ( 9.0 inch LCD )
sample code for lpc 1788 as keil project for runnig 9.0 inch resistive touch panel
- 2017-11-22 14:28:54下载
- 积分:1
-
Comuuter
计算机图形学作业,HERMITE曲线的绘制 很好的 不错(Computer graphics operations, HERMITE curve drawing good good)
- 2017-05-11 08:17:21下载
- 积分:1
-
MinFtp
Linux下的UDP可靠传输实现,文件传输(UDP reliable transmission of Linux implementations, file transfer)
- 2014-03-27 20:05:28下载
- 积分:1
-
点点餐饮网上订餐网站源码v1.3
点点餐饮网上订餐网站源码 v1.3一、源码特点 1、界面:点点餐饮网上订餐网站,界面美观大方。 2、功能:网站前台和管理后台功能齐全,且包含完整源码。二、功能菜单介绍 网站前台: 1、注册、登录 2、根据区域显示不同店铺的套餐列表,并且可以根据不同的条件进行帅选。 3、网上订餐下单 4、购物车结算 5、会员资料修改 6、积分兑换 7、查看订单 8、修改密码 9、公告通知等 网站后台: 1、单页面管理 2、栏目管理 3、会员管理 4、礼品管理 5、公告管理 6、文章管理 7、店铺管理 8、区域管理 9、产品管理 10、订单管理 11、管理员管理 12、权限管理 13、网站参数配置 14、系统日志 15、参数管理 16、广告管理 17、友情链接管理 18、关键字管理 19、web文件查看 20、类型配置 21、在线查看数据表等三、目录介绍 1、diandian.DB: 数据库文件夹。 2、DianDian.Doc:开发文档及说明。 3、DianDian.WebSite:网站前台、后台项目所在文件夹。四、技术特色 1、网站有QQ快捷登录接口,以及网站用户等重要数据采用MD5加密,平台还可以不同区域店铺进行独立管理功能。 2、网站配置参数、关键字配置、注册|激活|找回密码发邮件功能、网站水印等。 3、网站数据库采集配置功能,以及网站页面有:动态、静态、伪静态三种方式。 4、系统日志和数据表数据替换以及在线恢复,数据表还可以在线管理,同时也可以在线查看web文件。 5、在线生成静态页面、系统栏目,也可以一键生成,非常灵活。 五、注意事项 1、后台管理员用户名密码均是:admin 2、开发环境为Visual Studio 2008,数据库为SQL Server 2005,数据库文件在diandian.DB文件夹中。 3、数据库连接字符串在webconfig配置文件中修改。 六、郑重声明 1、本程序主要用于学习交流之用,请在合法范围之内合理使用。 2、如需用于商业途径,请向版权所有开发商申请合法使用授权。 3、点点餐饮演示:http://lufazhan.gotoip55.com/ 4、有关网站部署或二次开发及使用中遇到问题,可以联系作者获取支持。七、适合对象 1、初级开发者,功能技术学习。 2、中级开发者,程序算法参考。 3、高级开发者,自行开发即可。
- 2016-12-18下载
- 积分:1
-
kingbos
关于教育网站的开发和架构,采用三层架构模式,使用于多企业(Website development framework on education)
- 2013-09-08 13:46:48下载
- 积分:1
-
WinFormCallMatlab
Using C# WinForm Project to
Call Matlab DLL
- 2013-11-13 10:55:29下载
- 积分:1
-
guai
易语言编写 数组 便利怪物 外挂编写 有兴趣的研究研究(An array of easy language to facilitate the preparation of a monster plug-in are interested in further studies)
- 2009-12-16 01:03:55下载
- 积分:1
-
HEU_KMS_Activator_v2.4
合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。
一种压缩文本文件的方法如下:
1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中;
2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。
3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
- 2013-12-02 17:28:34下载
- 积分:1
-
MAppStart
MIL Application Start
- 2011-05-25 15:16:24下载
- 积分:1