排序:上传时间 相关度 下载量 查看数

TRUE 144

按分类查找:

  • 1.left.aspx下部分实现了读取RDF(RDF format feeds

    1.left.aspx下部分实现了读取RDF(RDF format feeds,是描述web资源的W3C XML格式)格式的feeds,可点击第三条“RDF Test”进行对比。 RDF与普通XML的主要区别是它的根节点下是<items>,而不是<channel>。 2.运行时,需要根据自己的机子改变RssReader.cs中的 String connStr = @"Data Source=6998D47256954C1\SQLEXPRESS ...

    /dl/201371.html

    标签: RDF format feeds left

    上传时间: 2014-01-17

    上传用户:邶刖

  • Visual Basic 6.0可以通过调用API函数格式化一个磁盘

    Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend ...

    /dl/205523.html

    标签: Visual Basic 6.0 API

    上传时间: 2015-10-05

    上传用户:kytqcool

  • 实现直接插入排序 要求:封装成一个函数

    实现直接插入排序 要求:封装成一个函数,形式如下:    void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array) 其中,参数bOrder是布尔类型变量,true表示升序,false表示降序       bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印 array是待排序的数组 ...

    /dl/217881.html

    标签: 排序 封装 函数

    上传时间: 2014-01-15

    上传用户:wsf950131

  • 禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁

    禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁,输入、删除等操作无效) Text1.Locked = True 方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白) Text1.Enabled = False 方法三:(有光标闪烁,可删除,不能输入) 此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框: ...

    /dl/218070.html

    标签: TextBox 输入 光标 闪烁

    上传时间: 2013-11-30

    上传用户:royzhangsz

  • 问题描述:编写一个JAVA程序

    问题描述:编写一个JAVA程序,用面向对象设计的方法编写一个电话卡的类。包括卡号、密码、余额、拨入号码等 b)基本要求:类的属性有卡号、密码、余额、拨入号码,电话卡的常用操作可以用连接电话方法、返回余额方法与通电话方法来实现。 c)方法功能描述: 构造方法(PhoneCard(卡号,密码,余额,拨入号码))可以完成属性 ...

    /dl/218241.html

    标签: JAVA 编写 程序

    上传时间: 2014-01-20

    上传用户:1109003457

  • 一:需求分析 1.本程序需掌握树和二叉树的概念及工作原理

    一:需求分析 1.本程序需掌握树和二叉树的概念及工作原理,运用其原理及概念完成实验.。 2.问题描述: 一个逻辑表达式如果对于其变元的任一种取值都为真,则称为重言式;反之,如果对于其变元的任一种取值都为假,则称为矛盾式;然而,更多的情况下,既非重言式,也非矛盾式。试写一程序,通过真值表判断一个逻辑表达式属 ...

    /dl/221541.html

    标签: 二叉树 程序

    上传时间: 2015-11-14

    上传用户:sz_hjbf

  • 编辑的应用 void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here Update

    编辑的应用 void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here UpdateData(TRUE) CDlg1 Dlg Dlg.m_Edit2=m_Edit1 //m_Edit1.Undo() CDialog::OnOK() Dlg.DoModal()

    /dl/223884.html

    标签: notification OnButton1 control handler

    上传时间: 2013-12-20

    上传用户:asdfasdfd

  • TFormDesigner allows you move and resize any control on your form. You need not prepare your form to

    TFormDesigner allows you move and resize any control on your form. You need not prepare your form to use TFormDesigner. Just place TFormDesigner into your form, set Active property to True and enjoy!

    /dl/237449.html

    标签: form your TFormDesigner control

    上传时间: 2014-01-09

    上传用户:cuiyashuo

  • jSP编写的了BBS系统 架設方法 : 解壓縮dzbbs.zip後

    jSP编写的了BBS系统 架設方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下 try{ cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼 }catch(Exception e){ } String bbs_name="DzBBS ...

    /dl/249764.html

    标签: dzbbs jSP BBS zip

    上传时间: 2013-12-10

    上传用户:yimoney

  • DELPHIBOX The ImageHTML converts images to ASCII characters in HTML format. The output image is in

    DELPHIBOX The ImageHTML converts images to ASCII characters in HTML format. The output image is in three formats: true color, grayscale, and mono color. The ImageHTML is provided "AS IS " without any warranty of any kind, either express or implied. The entire risk as to the quality and performance ...

    /dl/250319.html

    标签: characters DELPHIBOX The ImageHTML

    上传时间: 2013-12-27

    上传用户:zhichenglu