登录
首页 » Windows开发 » text of the inquiry system, a direct name inquiries, and inquiries, or inquiries...

text of the inquiry system, a direct name inquiries, and inquiries, or inquiries...

于 2022-05-26 发布 文件大小:25.88 kB
0 44
下载积分: 2 下载次数: 1

代码说明:

文本查询系统,有直接名字查询,有and查询,有or查询,有!查询,可以有这些的复合查询-text of the inquiry system, a direct name inquiries, and inquiries, or inquiries! Inquiries can be a composite of these inquiries

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

发表评论

0 个回复

  • 比较各种排序方法的效率 主要内容 选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排...
    比较各种排序方法的效率 主要内容 选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排序方法效率。-Compare the efficiency of the sorting method of choice of content more than four sorting methods, using randomly generated data, the registration and compare the various methods of sorting and exchange of the number of comparisons, calculate the time used to sort, verify the efficiency of various sorting methods.
    2022-03-11 13:29:08下载
    积分:1
  • opencv的几个库移植到wince,一个很有用的教程
    opencv的几个库移植到wince,一个很有用的教程-opencv several libraries ported to wince, a very useful tutorial
    2022-05-22 12:15:15下载
    积分:1
  • 团队管理系统
    这个项目的目标是 toefficiently 管理小组和其他有关的资料的 season"splayoff,提供快速便捷的访问以获取最大的详细信息。有很多的体育盛会上像 nfl,ipl,世界杯等。名册管理系统到打算利用此漏洞通过高效地收集信息,观众可以查看这随时随地 < 跨风格 ="字体-大小: 20.0pt ; 字体系列:"颜色: #E75C01; 字体粗细: 大胆 ;">系统要求软件要求:Netscape1.0,歌剧,Internet Explorer 6 及以上 XHTML 1.0操作系统 — — Windows XP 或以上——硬件要求处理器 — — 奔腾 4 (2.4 GHz)内存 — — 512 MB使用的硬盘 — — 40 GBPlatform操作系统 Windows 7前端 Visual studio 2008后端 SQL Server 2005
    2022-01-24 17:12:37下载
    积分:1
  • ShutUp lets you automate clean
    ShutUp lets you automate clean-up tasks before shutdown. It can clean out selected history lists, eject CDs, delete the files in your TEMP directory, and run the programs you specify before shutting down your computer. It also lets you schedule reminders every day, one day a week, one day a month, or for a specific date any time in the future.
    2022-02-07 07:14:22下载
    积分:1
  • 迷宫问题的递归算法
    迷宫问题的递归算法-recursive algorithm for maze problem
    2022-06-18 15:57:16下载
    积分:1
  • 一个关于visual c++的例子
    一个关于visual c++的例子-A visual c++ example
    2022-02-28 14:18:04下载
    积分:1
  • 可以用devcpp编译,可以测试文件,字符的md5值
    可以用devcpp编译,可以测试文件,字符的md5值-Can be devcpp compile, you can test the file, the character of the md5 value
    2022-12-25 22:35:03下载
    积分:1
  • QT编写的C++贪吃蛇小游戏
    游戏通过按键控制 部分代码: #include "gamewidget.h" #define ROW 13 #define COL 16 #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3 GameWidget::GameWidget(QWidget *parent) :QWidget(parent) { this->setAutoFillBackground(true);//覆盖 this->resize(480,270); this->setWindowIcon(QIcon("img/icon.jpg")); this->setWindowTitle("贪吃蛇"); QPalette palette; palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png")); this->setPalette(palette); //按扭区 leftbtn=new QPushButton(this); leftbtn->setIcon((QIcon)"img/zuo.png"); leftbtn->setIconSize(QSize(40,40)); leftbtn->setGeometry(QRect(340,180,40,40)); leftbtn->setFlat(true); rightbtn=new QPushButton(this); rightbtn->setIcon((QIcon)"img/you.png"); rightbtn->setIconSize(QSize(40,40)); rightbtn->setGeometry(QRect(430,180,40,40)); rightbtn->setFlat(true
    2022-03-21 19:09:00下载
    积分:1
  • huffmancode的完整实例分析
    hufffmancode的完整实例分析!代码简易!通过min函数 select函数来实现huffmancode的全过程!
    2022-05-17 08:51:06下载
    积分:1
  • 最近整理文档,现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE...
    最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。这里要特别感谢那位名叫rovershen的网友!   GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或者是决定图象表现行为的控制块, 用以实现动画和交互式应用。GIF文件还通过LZW压缩算法压缩图象数据来减少图象尺寸。 -recent collate documents, found previously wrote "how the acquisition process NT path," he also has a problem that has not been resolved : text of the procedures do not have access to the trails system processes, such as : csrss.exe. Remember that there are spaces VCKBASE said a netizen : "Enumerate to the process can increase SE_DEBUG_NAME competence", so the Internet to find the information, solve the original problem. Special thanks here to rovershen who named the netizens! GIF image is based on the color of the table (data storage is the point corresponding to the color of the color value of the index list), only support a maximum of eight (256 colors). GI
    2022-07-13 07:42:02下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载