graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.
标签: graspForth Forth-in-C following attempt
上传时间: 2015-05-23
上传用户:tfyt
脏话过滤程序 使用方法如下: 先包含下面文件 require "badwords/badwords.php" 运用类中的函数replace_bad($text) 参数$text为要过滤的内容 例如: 声明类 $bad = new badword 替换 $text2=$bad->replace_bad($text) $text2为替换后的内容
标签: badwords text replace_bad require
上传时间: 2015-05-24
上传用户:003030
医院门诊查询系统,jsp实例,适合做毕业设计,由运行时源文件和供开发使用的程序及数据库,比较齐全 将运行演示程序中的hospital文件夹全部考到Tomcat的webapps下 在Tomcat中创建虚拟目录,步骤如下: (1)打开浏览器进入Tomcat后台管理页面(/admin) (2)在左面打开Tomcat Server/Service/Host(localhost) (3)在context action 中选择Creat New Context (4)在document base 后面输入应用程序所在目录,可是绝对路径也可是相对路径 (5)path后面输入hospital (6)保存,确认保存 (7)启动Tomcat,在地址栏中输入http://localhost:8080/hospital
标签: 查询系统
上传时间: 2013-12-09
上传用户:lili123
一款简单易用,功能超强的.net新闻系统。可以轻松定制此系统的各项信息(如网页标题、页面颜色、页眉、页脚等);支持Access数据库和Sql Server数据库;支持Url Rewriting,把动态新闻的每个ID号虚拟成了一个不同的文件名,增加搜索引擎收录的机会;所见即所得的编辑方式(类似Word),可以方便的进行图文新闻的混排,新闻图片可以方便的在线上传、管理;新闻类别可以动态管理;支持Javascript前端页面调用;支持iframe调用;支持多用户(权限)管理。 v3.0主要新增以下功能: 1.普通新闻主页显示功能(可以挑选一些新闻在主页固定显示)。 2.更多图片新闻功能(也可以挑选一些图片新闻在主页固定显示)。 3.公告管理功能,与新闻分开存储。 4.对当天发布的新闻,管理员可以自定义在该新闻标题后面是否添加图片“New”区分。 5.增加了一些可定制选项,后台管理更方便易用,更方便与网站集成。 管理页面:/News/Admin/Login.aspx 管理帐号:webdiy 管理密码:webdiy.net
标签:
上传时间: 2015-06-04
上传用户:磊子226
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
无密码,按CLOSE就可。 第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如new、init、adapt和train。第三章以反向传播网络为例讲解了反向传播网络的原理和应用的基本过程。
标签: 密码
上传时间: 2014-01-12
上传用户:lwwhust
打开目录ads文件夹 找到top_ads.js文件 用记事本打开后就可以看到: -------------------------------------- var head_ads_txt_num=4 var head_ads_txt_dim=new Array(head_ads_txt_num) head_ads_txt_dim[1]="『丁香苑社区』 给您全新的体验!|" head_ads_txt_dim[2]="『丁香苑社区』 给您全新的2005 !|" head_ads_txt_dim[3]="『丁香苑社区』 给您全新的感受!|" head_ads_txt_dim[4]=" 欢迎您的到来!|"
标签: head_ads_tx top_ads ads var
上传时间: 2015-06-20
上传用户:xmsmh
This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC checking are now fully performed. Error on broken images are now better handled using new exception classes. The images may be saved using interlaced mode also. Transparency information won t be discarted after the image is loaded any more. Most of the images are decoded much faster now. The images will be better encoded using fresh new algorithms. IMPORTANT! Now transparency information is used to display images.
标签: version documentation intended rewrite
上传时间: 2015-06-28
上传用户:qiao8960
The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran 90, the latest standard version of Fortran, has many excellent new features that will assist the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Handbook is an informal description of Fortran 90, developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. In addition, “models” give the reader better insight as to why things are done as they are in the language.
标签: Fortran comprehensive definitive and
上传时间: 2015-06-29
上传用户:aa17807091
The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran 90, the latest standard version of Fortran, has many excellent new features that will assist the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Handbook is an informal description of Fortran 90, developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. In addition, “models” give the reader better insight as to why things are done as they are in the language.
标签: Fortran comprehensive definitive and
上传时间: 2015-06-29
上传用户:teddysha