搜索资源列表
实验 4 查询数据库
- 1、从customer表中查询所有客户的姓名和电话。 2、查询库存量大于1000的商品,结果按库存量从大到小排序。 3、查询每个客户的订单金额的总和。 4、查询2005年上半年(1月1日到6月30日)订货总数大于5000的商品。 5、查询所有北京客户的订单信息,包括订单的序号、客户的姓名、商品名、数量。 6、查询所有商品在什么时间卖出了多少。 7、查询没有订单的商品信息。 8、查询每种商品的销售总数量和总金额。 -one from the customer tab
dossier
- 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
accepted1
- 解决时钟问题,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.
Detection_of_the_hidden_processes
- 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
Boxes-on-the-issue-of-apple
- 箱子中放苹果的求解程序,最多可以用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.
KyodaiUI
- 这是一个连连看的小游戏的部分源代码,是一个简单的界面部分,不包含算法和其他功能。-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.
极限1000米 v1.0 源代码
- 一个dos游戏的源代码-a game's source code
washing_machine
- 随着人们的生活水平的日益提高,洗衣机的使用也越来越普及,目前全国的洗衣机的年产量已超过1000万台。洗衣机的分类较多,根据不同的角度大致可分如下几类: 洗衣机从不同洗衣的原理来说可分为波轮洗衣机、滚筒洗衣机、以及搅拌式洗衣机。 洗衣机从结构上又可分为:单缸和双缸洗衣机; 洗衣机从水流方式上又可分为:瀑布水流、手搓水流、悬浮水流等; 洗衣机从电机的驱动方式上又可分为:间接驱动和直接驱动(DD型洗衣机); 从洗衣机的电机的驱动电源的不同可分为:普通洗衣机和变频洗衣机,其中变频洗衣
Sherwood
- 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 --> 就是该算法,静态链表的长度默
5
- 求S=12+22+32+…的前N项和,使和S的值大于1000即结束计算。编程实现该功能
Anti连连看
- 连连看的破解软件。利用图像处理、P/S信号技术-the 1000 block of Terry Avenue hacking software. Using image processing, the P / S signal technology
70
- ... 公司授权正版用户可以使用这些程序的源代码,但必须标明由易语言编写及易语言网址。 其中:连连看、易之表增强版与中华 ... 农历月历支持库 拖放支持库 正则表达式支持库 进程通讯支持库 BT下载支持库 网络通讯支持库二 超级选择夹支持库-... Genuine authorized users can use a program's source code, but easy to be labeled by the Yi language and language website
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(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 {
zuijiasuanfa
- #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;
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
ethernet_tri_mode.rel-1-0.tar
- ethernet mac verilog code.eth 10 100 1000mb/s
keilCProgramming1000
- 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.
1000-_net_test
- 英贝特公司的航天产品,型号为:p104,的千兆网卡的测试,双向测试,且是vxworks -vxworks-Ingbert the company' s aerospace products, model: p104, the Gigabit Ethernet test, two-way test, and is vxworks-vxworks
K78XX-1000(L)_CN
- K78XX-1000(L)_CN.pdf,金升阳电源模块,非常好用。-K78XX-1000 (L) _CN.pdf Golden Sun' s power supply module, very easy to use.
ZOJ-1000-3046
- ZOJ的测试源码,绝对是AC编程党的福利。-ZOJ test source code, the programming of the party s welfare.