Welcome![Sign In][Sign Up]
Location:
Search - columns

Search list

[WEB CodeSQL_command

Description: SELECT --从数据库表中检索数据行和列 INSERT --向数据库表添加新数据行 DELETE --从数据库表中删除数据行 UPDATE --更新数据库表中的数据 -SELECT -- tables from the database retrieval of data rows and columns INSERT -- added to the database table OK DELETE new data -- from database tables to delete data OK UPDATE -- updating of the database table in a few According to the
Platform: | Size: 10011 | Author: gao | Hits:

[Web Serverj_9385_fwint_tp

Description: 投票系统 1:多投票设置 不限投票栏目数量 2:后台添加/编辑投票 方便管理 3:不限选项数量 自定义单选或多选 4:投票限制 一个IP一天之内只能投一票(同一个投票栏目) 5:投票结果查询 直观横条图 可自定义是否允许查看结果 6:投票过期设置 过期后将不可投票-a voting system : more open-ballot vote set number two columns : Background add / edit vote facilitate the management of three : Open-definition options volume since the election constituency or four : IP restrictions a vote within one day only one vote (with one vote columns) 5 : voting results inquiries visual map bands can be customized see the results whether to allow 6 : expired vote will be installed expired vote
Platform: | Size: 31566 | Author: happjiang | Hits:

[Web Servernanfangidc

Description: 南方数据新闻发布管理系统 程序说明: 1,应不少网友要求,开发出这套新闻发布管理系统,由于编写时间仓促,难免出现不足之处,各位再加以改进吧。 2,本新闻文章系统适合中小型网站。 3,此系统为免费版本,不提供任何技术支持,非程序订做请勿打扰! 功能说明: 1,新闻栏目二级分类,随意修改 2,采用强大的HTML编辑器输入新闻文章 3,前台使用JS随意调用新闻 4,支持图片新闻,无组件上传图片到数据库,前台JS调用 5,更多功能等你去发现-south Press Release Management System procedures : 1, many netizens, developed this press release management system, as a result of time constraints, inevitably inadequate, to further improve it. 2, the news article system suited for small and medium sized websites. 3, the free version of the system, does not provide any technical support for non-procedural customized Do not disturb! Description : 1, the two columns classification, amended at 2, using a powerful HTML editor importation of news articles 3 and the outlook use JS four free call news, support pictures, upload pictures without components to the database, called JS five prospects, more functions you discover
Platform: | Size: 1640816 | Author: gdfgdfgdf | Hits:

[ListView/ListBoxlistPrint_demo

Description: Printing a CListCtrl or CListView with support for multiple pages The first column is printed again on each page The width of the columns are used for printing Columns can be sorted (nothing new, I know) -Printing a CListCtrl or CListView with sup port for multiple pages The first column is prin ted again on each page The width of the columns ar e used for printing Columns can be sorted (nothi Vi new, I know)
Platform: | Size: 57174 | Author: 杨立海 | Hits:

[Streaming Mpeg4xszx

Description: 收录全球600多家音乐、新闻广播电台,在一个网页上就可以实时收听。适合作为网站的音乐子栏目,也可以作为动网论坛、DISCUZ论坛的广播音乐台插件。由于很多电台的媒体链接地址会经常变动从而造成失效,所以我们的代码里媒体地址会直接从我们的服务器上直接获取,这-contains more than 600 global music, radio broadcasts, a website can receive real-time. As a site for the music of sub-columns, which can be as obnoxious, DISCUZ Forum broadcasting music plugin. As many radio media link address may change frequently resulting in failure, So our code Lane will address the media directly from our direct access to the server, this
Platform: | Size: 406848 | Author: 刘舞 | Hits:

[Search EngineCFWZ

Description: 生成静态页面,支持二级栏目,自带4000多条网址数据,点击报表,支持框架打开网址!-generating static pages, and two support columns, bringing their more than 4,000 of the Web site data, it returns Support Framework Open website!
Platform: | Size: 851637 | Author: woshixinshou | Hits:

[Mathimatics-Numerical algorithmsVCSparseMatrix

Description: 通过输入矩阵的行数,列数,元素来建立稀疏矩阵的源程序-input matrix by the number of rows, columns, element to establish the source of sparse matrix
Platform: | Size: 8066 | Author: 杨锐 | Hits:

[Other resourcenews20060925

Description: 企业新闻发布系统,栏目可根据企业需要自行定制,方便管理,良好的权限控制-Corporate News Publishing System, columns under their own customization needs of enterprises, management, good control authority
Platform: | Size: 4976648 | Author: sdf | Hits:

[Other resourceotl4_examples

Description: 使用otl开发的数据库应用包,他对oci 和occi封装了-otl use of the database application development kits, and his columns on the occi Packaging
Platform: | Size: 601391 | Author: jiang | Hits:

[Other resourceoracle_oci

Description: 访问oracle 数据库的oci (VC)封装,使用起来非常简单。-visit oracle database columns (VC) Packaging, it is very simple to use.
Platform: | Size: 6115 | Author: 孙盛 | Hits:

[Othersparsematric.cpp

Description: 十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起——实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的逻辑结构就像是一个围棋盘(没见过,你就想一下苍蝇拍,这个总见过吧),而非零元就好像是在棋盘上放的棋子,总共占的空间就是,确定那些线的表头节点和那些棋子代表的非零元节点。最后,我们用一个指针指向这个棋盘,这个指针就代表了这个稀疏矩阵-Crusaders is the form : Chain Simulation matrix rows (or out, This can be based on individual preferences to be), and then constructed on behalf of the chain out, Each line of the elements inserted into the node corresponding to the series. To book a few small depositors table first node, out of line and the first node table to merge together -- the reality is that a number of indicators provincial jurisdictions, if the number of rows and columns ranging, redundant data domain put this province has granted the use of the space. This little trick I did waste a half-day efforts, personal feeling, not merit, a lot of shortcomings, written as honestly as cross chain, some people are good looking, which is the textbook, and the purpose of teaching. Really see the halo, see the C version of this
Platform: | Size: 1864 | Author: weiran | Hits:

[WEB Codeit0915school

Description: 安康计算机联盟学校网站程序正式更名为极速安康学校网站程序,极速安康学校网站程序V1.1 免费版功能介绍: 1.前台包括学校概况,学校信息,教学研究,德育教育,学生园地,留言6大栏目; 2.在1.0的基础上完善了后台管理,使在后台就可以修改标题栏信息; 3.去掉了前台用户注册功能,所有用户必须在后台管理员自行添加; 4.对部分程序进行了优化,修改了一些已知的BUG。 感谢大家使用本程序,如果你有什么意见和建议请到本站论坛提出。 官方论坛:http://www.52ak.cn 后台地址:http://www.XXX.com/admin/login.asp 后台管理员:admin 后台管理员密码:admin-Ankang computer Union school website officially changed its name to the highest well-being of the school site procedures, Dukes Ankang school site V1.1 functional free version introduced : 1. Overview prospects, including schools, school information, teaching and research, moral education, students Centers, the voice of six columns; 2. 1.0 on the basis of the background sound management, in the background so that we can amend the title bar; 3. removed the registration of future users, All users must have their own managers in the background added; 4. Part of the procedure for the optimization, revised some of the known BUG. Thank you for the use of this procedure, if you have any comments and suggestions, visit the site Forum. Crown Forum : http://www.52ak.cn background Address : http : /
Platform: | Size: 1523680 | Author: 张露 | Hits:

[Otherythost

Description: 功能强大的内容管理系统,无限二级栏目分类,新闻采集功能,管理员名和密码均为:admin -powerful content management system, unlimited two columns classification, news gathering functions, Administrators and password are : admin
Platform: | Size: 2279845 | Author: pengpeng | Hits:

[WEB Codejiaoan

Description: 大中小学电子教案系统 1. 显示教案,教案所属教材、学科、热门教案,教案来源作者等信息。 2. 教案打包发送。 3. 教案搜索 4. 无限一级分类,栏目添加、删除、修改。 5. 教案添加,支持选用UBB语法插入图片、连接等HTML效果 6. 多用户管理。执行用户的审查、删除等 7. 用户管理。支持多用户注册,用户可以有自己的管理权限。教案编辑修改删除 8. 教案或文档WEB上传,目前支持的格式有DOC、WPS、XLS、ZIP、RAR、JPG、GIF。(此功能需要设置服务器端目录地写入权限) 9、在线撰写、修改教案以及辅助课堂教学。在线撰写课后小结。 10、显示用户列表、系统教案总数、注册用户总数等统计信息。-primary and middle schools and a system of electronic templates. Show templates, templates respective materials, subjects, popular lesson plans, Author templates, and other information sources. 2. Those cases sent packing. 3. Search templates 4. An unlimited classification, columns add, delete, change. 5. Add templates, support for the option UBB Grammar insert pictures, links and other HTML effects 6. Multi-user management. Review of the implementation of the user, such as the deletion of seven. User management. Support multi-user registration, users can have their own management authority. Templates editorial changes to delete eight. Web templates or upload files, a format supported by the DOC, WPS, XLS, ZIP, RAR, JPG, GIF. (This is necessary to provide access to the server directory to
Platform: | Size: 254291 | Author: zgf | Hits:

[Other resourceoracle_oci_geometry_code

Description: 适用oracle oci接口读写数据库中的几何实体,做gis开发的可以学习一下-applicable oracle database columns read and write interface to the geometric entities, do gis development can learn about
Platform: | Size: 20126 | Author: warmrain | Hits:

[Web Serverxinyang

Description: joekoe cms 1.2官方版为核心的热线版本,包括新闻、信阳、女性、母婴、 生活、房产、 服装、学习、 文学、 笑林、 解梦、 动画、 图片、 酷站、人才、 二手、 商城、 下载、 黄页、 房源、音乐、 电影、 娱乐、 游戏、推荐、聊天、日记、留言、论坛等29个栏目。 默认的管理员用户名是:admin ,密码和验证码都是cn0376-joekoe 1.2 cms official version of the core version of the hotline, including news, Xinyang, women, maternal and child. living, real estate, clothing, learning, literature, Jokes, explain it, animation, photographs, Kuzhan, talent, and the secondary, a mall, download, Yellow Pages, the housing stock, music, film, entertainment, games and recommendation, chat, diary, voice mail, Forum 29 columns. The default administrator user name is : admin, password and authentication code are cn0376
Platform: | Size: 6170487 | Author: 傲天 | Hits:

[File OperateVC-read-excelfile

Description: VC中读取Excel文件中的指定行和列的单元格内容.只是一个示例程序,需要优化.-VC read Excel document designated rows and columns of cells content. Only a sample program, optimized.
Platform: | Size: 49206 | Author: 赵善龙 | Hits:

[Web Serverzhuangshisheji

Description: 装饰设计网站开发系统,中国第一个适合各类装饰设计公司的网站开发系统。,采用ASP+Access程序设计,后台管理。功能包括公司介绍,公司动态,产品知识,服务项目,作品展示,公司供货,资源下载,在线订单,客户管理,自助学习,在线留言,论坛等相关栏目。版面美观大方,功能无限扩展,无限分类,使用我们的系统,你很快建立起专业的装饰公司网站-decorative design web site development system, the first one for all types of decorative design company web site development system. Using ASP Access program design, management background. Corporate functions include, dynamic company, product knowledge, service projects, works display, the company supplying resources downloaded online orders Customer management, self-learning and online messages, forums and other related columns. Layout pleasing to the eye and functional unlimited expansion unlimited classification, the use of our system, you will soon establish a professional decorative website
Platform: | Size: 2248735 | Author: hanxing | Hits:

[Search EngineDeepthroat-php-2-3

Description: 深喉咙(Deepthroat) 可同时生成企业网站的前台和后台,并实现前后台同步管理。 基于PHP技术开发,系统构架安全合理,独特的缓存处理机制,使生成网站的浏览速度极快,结合Web设计简单理念,使生成的后台管理界面直观操作简单,支持插件模块、支持模版皮肤,使系统具有良好的扩充性,升级方便。 Deepthroat v2.2 (2006.10.13) 更新功能如下: · 增强SEO(搜索引擎优化) · 支持插件模块 · 支持模版皮肤 · 自定频道管理功能; · 自定栏目管理功能; · 用户管理功能; · 改善了后台用户登陆; · 增强网站内容编辑功能; · 完善了测试环境; · 完善了安装包、安装使用说明; · 全面兼容各类浏览器.-deep throat (Deepthroat) can also generate business for the future and backers. and the achievement of Taiwan before and after synchronization management. Based on PHP technology development, reasonable security system architecture, unique caching mechanism, make the production site visit at high speed, with a simple Web design philosophy, so that the background to generate management interface simple and intuitive to operate, support plug-in modules to support template skin, the system has good expandability and upgrading convenience. Deepthroat v2.2 (2006.10.13) Update function as follows : enhance SEO (search engine optimization) Plug-in modules to support skin support template set channel management function; Self-management functions columns; user management functions; improved user l
Platform: | Size: 1006223 | Author: Hoo | Hits:

[Other resourcehanio1

Description: 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution process. Solution ideas : If a, b, c, d pillar. It is necessary to a first-n moved to the target site columns (columns d), the first two of the top two parts, on the part of the column moved to the b, c moved to the second half-and then moved to the site n goal post, and then c-plate then moved to the goal post and then moved to the b-plate goal post. details of places : move on the part of the b-time, the intermediate variables pole is one of the two election. and moved to the second half of c-, It intermediate pole only one variable (because a pole has been part of the first half of the total). b, c also moved to the goal post at the same reason.
Platform: | Size: 1076 | Author: 孙益 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net