CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - s-1000

搜索资源列表

  1. 实验 4 查询数据库

    0下载:
  2. 1、从customer表中查询所有客户的姓名和电话。 2、查询库存量大于1000的商品,结果按库存量从大到小排序。 3、查询每个客户的订单金额的总和。 4、查询2005年上半年(1月1日到6月30日)订货总数大于5000的商品。 5、查询所有北京客户的订单信息,包括订单的序号、客户的姓名、商品名、数量。 6、查询所有商品在什么时间卖出了多少。 7、查询没有订单的商品信息。 8、查询每种商品的销售总数量和总金额。 -one from the customer tab
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:83.21kb
    • 提供者:huyb02
  1. dossier

    0下载:
  2. For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51.35kb
    • 提供者:ZHU
  1. accepted1

    0下载:
  2. 解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王冠
  1. Detection_of_the_hidden_processes

    0下载:
  2. Many users have got used that Windows NT Task Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, process hiding is incredibly simple. There are lots of methods available for such a purpos
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:15.54kb
    • 提供者:inwing
  1. Boxes-on-the-issue-of-apple

    0下载:
  2. 箱子中放苹果的求解程序,最多可以用7个箱子。是1000个苹果放10个箱子的模拟。-boxes were put Apple's program is the most can be used seven boxes. Apple is the 1000 release 10 boxes of simulation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.03kb
    • 提供者:萧萧
  1. KyodaiUI

    0下载:
  2. 这是一个连连看的小游戏的部分源代码,是一个简单的界面部分,不包含算法和其他功能。-1000 block of Terry Avenue is a small part of the game's source code is a simple interface, does not include algorithms and other functions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:独孤依人
  1. 极限1000米 v1.0 源代码

    0下载:
  2. 一个dos游戏的源代码-a game's source code
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:868.47kb
    • 提供者:陈盛荣
  1. washing_machine

    0下载:
  2. 随着人们的生活水平的日益提高,洗衣机的使用也越来越普及,目前全国的洗衣机的年产量已超过1000万台。洗衣机的分类较多,根据不同的角度大致可分如下几类: 洗衣机从不同洗衣的原理来说可分为波轮洗衣机、滚筒洗衣机、以及搅拌式洗衣机。 洗衣机从结构上又可分为:单缸和双缸洗衣机; 洗衣机从水流方式上又可分为:瀑布水流、手搓水流、悬浮水流等; 洗衣机从电机的驱动方式上又可分为:间接驱动和直接驱动(DD型洗衣机); 从洗衣机的电机的驱动电源的不同可分为:普通洗衣机和变频洗衣机,其中变频洗衣
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:173.94kb
    • 提供者:Qu chun lei
  1. Sherwood

    0下载:
  2. Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:李士
  1. 5

    0下载:
  2. 求S=12+22+32+…的前N项和,使和S的值大于1000即结束计算。编程实现该功能
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3.77kb
    • 提供者:岳慧晴
  1. Anti连连看

    0下载:
  2. 连连看的破解软件。利用图像处理、P/S信号技术-the 1000 block of Terry Avenue hacking software. Using image processing, the P / S signal technology
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:48.33kb
    • 提供者:李志
  1. 一个判断远程主机存活程序代码

    0下载:
  2. 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-05-29
    • 文件大小:5.74kb
    • 提供者:shuiyuan313
  1. zuijiasuanfa

    0下载:
  2. #include #include #define M 20 #define N 3 int mm[M]={0,0,0,2,3,1,0,4,2,3,2,1,0,3,2,2,1,3,0,1}; int nn[N]; int number; void Xunhuan(void); void FIFO(void); void Best(void); void LRU(void); int main() { char ss[1]; int i,j, *p=nn; int c, k=0; for(i=0;
  3. 所属分类:源码下载

    • 发布日期:2011-03-29
    • 文件大小:2.79kb
    • 提供者:lipman1987
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:293.38kb
    • 提供者:Yang
  1. gupiao

    1下载:
  2. 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-27
    • 文件大小:210.52kb
    • 提供者:martinwok
  1. TrickTools

    0下载:
  2. 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:539.58kb
    • 提供者:Jiang
  1. ethernet_tri_mode.rel-1-0.tar

    0下载:
  2. ethernet mac verilog code.eth 10 100 1000mb/s
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:674.46kb
    • 提供者:amir
  1. keilCProgramming1000

    0下载:
  2. keil编程1000例(C语言),各种经典程序和得法分析,1000例的C语言方便移植,移植性非常好。-keil Programming 1000 cases (C language), various procedures and well-classical analysis of 1000 cases of the C language to facilitate transplantation, transplantation of very good.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:146.9kb
    • 提供者:
  1. 1000-_net_test

    0下载:
  2. 英贝特公司的航天产品,型号为:p104,的千兆网卡的测试,双向测试,且是vxworks -vxworks-Ingbert the company' s aerospace products, model: p104, the Gigabit Ethernet test, two-way test, and is vxworks-vxworks
  3. 所属分类:VxWorks

    • 发布日期:2017-04-15
    • 文件大小:7.71kb
    • 提供者:苏从娜
  1. K78XX-1000(L)_CN

    0下载:
  2. K78XX-1000(L)_CN.pdf,金升阳电源模块,非常好用。-K78XX-1000 (L) _CN.pdf Golden Sun' s power supply module, very easy to use.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:320.89kb
    • 提供者:高一
« 12 3 4 5 6 »
搜珍网 www.dssz.com