搜索资源列表
我收集的算法
- 我收集的一些算法 稀疏矩阵、基于数组的线性表、模式匹配、线性链表-I collected some sparse matrix algorithm, based on the linear array table, pattern matching, etc. Linear Chain
htmlSQL
- htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子: SELECT href,title FROM a WHERE $class == \"list\" ^ ^ ^ 搜索查询 (可以为空) 待返回的属性 ^ ^ 需要搜索的HTML标签 允许使用\"*\"(= 所有标签) 这个查询返回一个包括
ExcelClass_V1.1
- 一个php写的函数,用于读取Excel,整理为数组,也可以把数组写入Excel,非常方便。 新发布版本号1.1,修正了一些读取错误。-wrote a php function for the read Excel, finishing array, Arrays can also write Excel, very convenient. New release version 1.1, amended to read some mistakes.
erweishuzu
- 二维数组与二维数组得到的算法。请查看的乘法。-two-dimensional array with the two-dimensional array algorithms. Please check the multiplication.
riritur
- 捕鱼和分鱼;用逆推法求EX=1+x+x.x/2!+x.x.x/3!......的值;找出一个二维数组的“鞍点”-fishing and the fish; Backstepping method used for EX x.x x = 1 / 2! x.x.x / 3 !...... value; find a two-dimensional array of the "saddle"
5478
- 编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数-prepare you search procedures, functions as follows : Given a series of arbitrary o
tcpwinsock
- 学习winsock的最好例子,分为服务端和客户端 服务端可以接受多个客户端请求并与之连接 服务端和客户端可以互相发送数据,用到了winsock数组,测试时先启动服务端,在运行多个客户端,程序健壮,无任何错误-winsock study of the best examples, divided into server and client server can accept a number of the client request and with connectivity serv
EasyASP.v2.2.Alpha.GBK.0322
- 一个ASP的MVC,非常非常好用,里面包含了HTTP,FSO、数组等常用的类。-An ASP MVC, very, very easy to use, which includes HTTP, FSO, an array of other commonly used classes.
chapter5
- 网站程序员初级ASP编程该程序仅用来存入Session值Session数组请自己打开5-2.asp-Web programmer primary ASP programming is only used to deposit the value of Session array Session Open your own 5-2.asp
EasyIDE_ASP_Framework
- 简单地说,在EasyIDE Framework的支持下,你可以很方便地做字符串操作、磁盘文件操作、数组操作、XML解析操作、数据库操作以及其他很多常用的、已被其他语言作为内置函数的操作。值得一提的是,此次发布的版本强化了对ASP表现层和逻辑层分离的支持:include函数为你实现了稳定的动态包含文件方案,而ob_get_contents函数可以返回ASP页面执行后输出的HTML内容,基于这两个函数和其它辅助函数,你可以开发自己的ASP模板引擎。此外str_encode和str_decode也为你
random
- 生成随机字符串 定义并初始化数组 初始化数字、字母 初始化随机数生成器设置返回值 把结果返回给浏览器-To generate random string the definition and initialize array initial Numbers, letters, initialization random number generator set the return value of the results back to the browser
PHP-img
- PHP数组上传图片 我就是想下个被人的东西-The PHP array Upload pictures next was something I just wanted to
ErFenChaZhao
- 随即产生数并赋值给数组,对数组排序,二分查找并返回查找次数-Then generates the number assigned to the array, the array sort, search and return to find the number of
nginx_http_upload_module
- nginx一个二次开发的上传模块,上传到服务器,之后返回一个json结构的数组。-a secondary development nginx upload module, uploaded to the server, and then return a json array of structures.
JSON
- PHP源码,将数组转换成JSON格式,JSON的加密,解密-PHP source code, the array into JSON format, JSON encryption, decryption
digui
- 递归读取目录下的文件并把文件目录并存到一维数组下面,并做请他处理-Recursively read a file directory and the file directory to coexist under one-dimensional array, and do ask him to deal with
xiuno_bbs_3.0.tar
- 功能方面 探索轻论坛在移动背景下的交互模式 1. 赞。抛弃了传统论坛的,评分,精华,高亮等内容筛选功能,引入了“赞”的机制,帖子的好坏,用户组的升级、主题颜色等都与与“赞”紧密关联起来。 2. 全新编写的编辑器支持:表格、增删行列、HTML5 客户端图片缩略,降低服务端 CPU 运算压力、支持 QQ 截图直接粘贴。 3. 支持游客发帖、回帖、点赞。 4. 支持自定义 URL,有利于 SEO,网址可以像这样:http://bbs.xiuno.com/xiuno-bbs-
twt62
- (1)会话分离数组技术(天外天中仅使用一个普通的字符串数据格式的session变量,没有使用数组存放) (2)清除简化无用的浪费资源的代码与过程 (3)聊天室内核使用最优化的算法,更快,更安全 (4)后台增加:[数据指令]功能,可以直接输入SQL语句修改数据库-(1) separate session array technology (Tianwaitian in only one session normal string variable data forma
twtjh65
- (1)会话分离数组技术(天外天中仅使用一个普通的字符串数据格式的session变量,没有使用数组存放) (2)清除简化无用的浪费资源的代码与过程 (3)聊天室内核使用最优化的算法,更快,更安全 (4)后台增加:[数据指令]功能,可以直接输入SQL语句修改数据库-(1) separate session array technology (Tianwaitian in only one session normal string variable data forma
DunkBBS2
- 1、身材苗条、速度发飚。 2、功能强大、使用方便。 3、WEB标准、网站重构。 较以前版本的区别,主要是数据库采用全新的数据表和优化的字段,在设计数据库时,尽量避免使用备注型字段,这样可以大大提高论坛的执行效率,程序的处理,大量使用数组和application等,减少了资源占用,降低了服务器的负担,提高了运行速度。当然,在这方面,还会尽一步完善 用户名:admin 密 码:admin-1, slim, speed freak. 2, powerful, easy to u