| Projects on Google Code | Results 1 - 10 of 124 |
提供一个用于C语言编程开发的编程框架,实现了一套简单强大的*面向对象系统*和*自适应多处理器的任务调度执行平台*,
该编程平台框架包括三部分:
# 有用的数据结构和相应的算法,这些数据结构和算法也是自己需要的:
* 双向循环链表;
* 平衡二叉树;
* 一个字符串hash算法;
* 字符串池,实现把一个字符串加入到字符串池中,并得到一个整数值ID来代表这个字符串。如果之前已经加过相同的字符串,那么两次得到的ID值也是相同的。
* table数据结构,可以把table看成是一个二维表格,每一行都是一个<整数ID, 值>对,不同行的这个整数ID...
This javascript easily allows you to have "floating" table headers on a table that will stay in your browser window if the user scrolls the page. The "floating" effect will only happen if the table is in the view and the header row is no longer on the page.
This script has been tested and works ...
table,
header,
floating,
keep,
row,
screen,
scroll,
top,
page,
html,
thead,
viewport,
javascript,
js,
script
A simple and minimalistic jQuery plugin which allows you to split any table into multiple pages, it allows you to specify:<br><br>
*items* - how many items to show on each page, default is the first opts item `[`optional`]`<br>
*ctrls* - here we are specifying our container for controls (page numb...
dynamic table
GWTLib is a lightweight GWT widget library that currently includes {{{MenuBar}}}, {{{PagingBar}}}, {{{Table}}}, {{{PagingTable}}} and {{{StyleListBox}}} widgets. It does not rely on any external Javascript libraries and has no dependencies except GWT itself. GWTLib is compatible with GWT 1.5 and hig...
= GWT Advanced Table =
GWT table widget supporting paging, sorting and filtering
= Introduction =
GWT Advanced Table is GWT table widget that supports row paging, column sorting and data filtering.
It provides a table model service interface that is used as data provider that can be impl...
A jQuery plugin to create table filters, it will automaticly create textinputs and selects (filled with unique values from the column).
==A few examples:==
{{{
$('table th').tablefilter();
}}}
Creates a simple table filter with text-inputs on all th elements of the column
{{{
$('table th....
=PHP XHTML table=
This class for PHP 5 easily creates XHTML valid tables with a simple and easy to remember syntax.
== Download and install ==
[http://code.google.com/p/php-xhtml-table/downloads/list Download the file], unzip it and read the [http://code.google.com/p/php-xhtml-table/source/brow...
=GWT Table=
A library that permit you to create simply a gracefully pagination GWT table with remote sorting and remote filtering.
=Preview=
http://gwt-table.googlecode.com/files/table.png
=Examples=
http://code.google.com/p/gwt-table/wiki/PagingTableWidget
=Contact=
You can cont...
Takes an array as an input and displays a plain text table output that looks similar to a MySQL command line result table.
Roadmap:
* Support a maximum field/table width so that it can be used for plain-text emails.
* Support field vertical tables in addition to horizontal ones (so the fiel...