登录
首页 » Visual Basic » kexing_2

kexing_2

于 2009-05-06 发布 文件大小:5716KB
0 197
下载积分: 1 下载次数: 35

代码说明:

  千年(1000y)游戏网站整站程序,不是千年官网。本程序是克星千年网站的完整源代码,喜欢的朋友可以下下去研究下(Millennium (1000y) stations throughout the game site, not the Millennium official website. This procedure is the nemesis of the integrity of the Millennium Web site source code, like a friend can go under study)

文件列表:

摸版②
......\283168261.mdb
......\admin
......\.....\admin.rar
......\.....\admin_admin_list.asp
......\.....\admin_article_delete.asp
......\.....\admin_article_insert.asp
......\.....\admin_article_list.asp
......\.....\admin_article_update.asp
......\.....\admin_cache_list.asp
......\.....\admin_compression_list.asp
......\.....\admin_images
......\.....\............\li.gif
......\.....\............\li1.gif
......\.....\............\li2.gif

......\.....\............\style.css
......\.....\............\table.gif
......\.....\............\ul.gif
......\.....\............\uploadbg.gif
......\.....\admin_image_delete.asp
......\.....\admin_image_insert.asp
......\.....\admin_image_list.asp
......\.....\Admin_Left.Asp
......\.....\admin_link_delete.asp
......\.....\admin_link_insert.asp
......\.....\admin_link_list.asp
......\.....\admin_login.asp
......\.....\admin_main.html
......\.....\admin_sql_list.asp
......\.....\admin_survey_list.asp
......\.....\admin_system_list.asp
......\.....\admin_upload.asp
......\.....\fckeditor
......\.....\.........\editor
......\.....\.........\......\css
......\.....\.........\......\...\behaviors
......\.....\.........\......\...\.........\disablehandles.htc
......\.....\.........\......\...\.........\showtableborders.htc
......\.....\.........\......\...\fck_editorarea.css
......\.....\.........\......\...\fck_internal.css
......\.....\.........\......\...\fck_showtableborders_gecko.css
......\.....\.........\......\...\images
......\.....\.........\......\...\......\fck_anchor.gif
......\.....\.........\......\...\......\fck_flashlogo.gif
......\.....\.........\......\...\......\fck_hiddenfield.gif
......\.....\.........\......\...\......\fck_pagebreak.gif
......\.....\.........\......\dialog
......\.....\.........\......\......\common
......\.....\.........\......\......\......\fcknumericfield.htc
......\.....\.........\......\......\......\fck_dialog_common.css
......\.....\.........\......\......\......\fck_dialog_common.js
......\.....\.........\......\......\......\images
......\.....\.........\......\......\......\......\locked.gif
......\.....\.........\......\......\......\......\reset.gif
......\.....\.........\......\......\......\......\unlocked.gif
......\.....\.........\......\......\......\moz-bindings.xml
......\.....\.........\......\......\fck_about

......\.....\.........\......\......\.........\logo_fredck.gif
......\.....\.........\......\......\fck_about.html
......\.....\.........\......\......\fck_anchor.html
......\.....\.........\......\......\fck_button.html
......\.....\.........\......\......\fck_checkbox.html
......\.....\.........\......\......\fck_colorselector.html
......\.....\.........\......\......\fck_docprops
......\.....\.........\......\......\............\fck_document_preview.html
......\.....\.........\......\......\fck_docprops.html
......\.....\.........\......\......\fck_find.html
......\.....\.........\......\......\fck_flash
......\.....\.........\......\......\.........\fck_flash.js
......\.....\.........\......\......\.........\fck_flash_preview.html
......\.....\.........\......\......\fck_flash.html
......\.....\.........\......\......\fck_form.html
......\.....\.........\......\......\fck_hiddenfield.html
......\.....\.........\......\......\fck_image
......\.....\.........\......\......\.........\fck_image.js
......\.....\.........\......\......\.........\fck_image_preview.html
......\.....\.........\......\......\fck_image.html
......\.....\.........\......\......\fck_link
......\.....\.........\......\......\........\fck_link.js
......\.....\.........\......\......\fck_link.html
......\.....\.........\......\......\fck_listprop.html
......\.....\.........\......\......\fck_paste.html
......\.....\.........\......\......\fck_radiobutton.html
......\.....\.........\......\......\fck_replace.html
......\.....\.........\......\......\fck_select
......\.....\.........\......\......\..........\fck_select.js
......\.....\.........\......\......\fck_select.html
......\.....\.........\......\......\fck_smiley.html
......\.....\.........\......\......\fck_source.html
......\.....\.........\......\......\fck_specialchar.html
......\.....\.........\......\......\fck_spellerpages
......\.....\.........\......\......\................\spellerpages
......\.....\.........\......\......\................\............\blank.html
......\.....\.........\......\......\................\............\controls.html
......\.....\.........\......\......\................\............\controlWindow.js
......\.....\.........\......\......\................\............\server-scripts
......\.....\.........\......\......\................\............\..............\spellchecker.cfm
......\.....\.........\......\......\................\............\..............\spellchecker.php

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ds1
    建立一张顺序存储结构的线性表(顺序表),表中数据元素为整型数,能够存储的最大元素数量为50。在该顺序表上依次完成以下操作: (1)判定线性表是否为空。 (2)依次在顺序表尾部(第n+1位,n位线性表长度)插入数据元素:15、207、36、79、21、97、652、109、66、81,然后输出整张线性表(依次输出所有元素)。 (3)删除第5个元素,然后输出整张线性表。 (4)在线性表的第3位插入数据92,然后输出整张线性表。 (5)在线性表中查找值为79的元素,如果存在输出它是第几位,不存在输出提示信息。 (6)线性表中查找值为31的元素,如果存在输出它是第几位,不存在输出提示信息。 (7)查找线性表中,值为652的元素的前驱元素以及后继元素的值。 (Order to establish a linear table storage structure (order form), the table is an integer number of data elements, the maximum number of elements that can be stored is 50. On the order form in order to complete the following: (1) determine whether a linear table is empty. (2) sequentially in the order form the tail (the n+1 bit, n-bit linear meter length) into the data elements: 15,207,36,79,21,97,652,109,66,81, and then output the entire linear table (in order to output all elements). (3) Delete the first five elements, and then output the entire linear form. The first three insert data (4) line of the table 92, and then output the entire linear form. (5) Find a linear table of elements is 79, if there is it is the first of several output, the output message does not exist. (6) Find a linear table of elements is 31, and if there is it is the first of several output, the output message does not exist. (7) Find a linear table, element 652 is a precursor elements and the va)
    2014-05-11 19:16:52下载
    积分:1
  • carsys
    租车系统,asp开发的汽车租赁网站,包括车辆管理以及车辆出租的功能。(Car system, asp developed car rental sites, including vehicle management and vehicle rental functions.)
    2015-09-29 16:30:06下载
    积分:1
  • 19
    说明:  单片机c语言 初学者有用 有例子哦 (SCM c language for beginners there are examples of useful oh)
    2009-09-17 21:23:41下载
    积分:1
  • VB-YKMUSB-sampling
    说明:  使用vb与衡河9140示波器连接,并控制采集一列脉冲数据,对数据进行分析,计算脉宽、积分面积、平均电压,并将波形通过picture控件显示在界面上(Using vb oscilloscope connected with the value for r. 9140, and a pulse control and data acquisition data, analyze data, calculate pulse width, integration area, average voltage, and waveform display in the interface through the picture controls on)
    2010-04-01 22:20:56下载
    积分:1
  • SI_Prova_ClaudioPereira
    sistemas web,baseado em c# aspnet
    2014-01-31 12:09:24下载
    积分:1
  • bishai
    脑机接口比赛的相关文件。主要适用于采用bci2000的应用软件编程的朋友。对学校bci技术有一定的帮助意义(Relevant documents of BCI competition. Mainly applied to software programming applications using bci2000 friends. Bci technical schools have some help significance)
    2014-09-04 14:05:33下载
    积分:1
  • Drifter
    this .rar contain source code in basic for avr microcontroller for making drifter device to measure water velocity on the sea surface
    2015-02-01 14:59:11下载
    积分:1
  • web
    一个用c++编写的网页程序,可以作为大家的学习(Using a web page written in c++ program can be used as our learning)
    2009-12-15 16:40:39下载
    积分:1
  • vb-recive-many-frames
    以定时的方式接收下位机传送的多帧数据,接收准确,实时性很强(In time to receive the next crew of the multi-frame data transmission, receive accurate, real-time strong)
    2011-10-05 22:32:25下载
    积分:1
  • 2downbank0120EmpireCMS
    说明:  在建国60周年举国欢庆的日子里,帝国迎来了高性能、高容量的v6.0版网站内容管理系统正式版隆重发布!作为web内容管理解决方案的提供商(The country to celebrate the 60th anniversary of the day, the Empire ushered in a high-performance, high-capacity version of Web Content Management System v6.0 full version grand release! As a web content management solutions provider)
    2011-03-22 19:28:49下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载