Welcome![Sign In][Sign Up]
Location:
Search - windows m

Search list

[WinSock-NDISvemap(windows)

Description: 自己填写经度,纬度从而得到地图,地图是由M微软提供的-fill their longitude, latitude obtained maps, maps provided by the Microsoft M
Platform: | Size: 36743 | Author: wenhaiyan | Hits:

[Develop Toolseclipse编程附件\jdic-20060613-bin-windows.zip

Description: 【SSD7】-EX3答案(queries.sql)2008-08-01 16:48/*1.Display the ID, first name, and joining date of each member whose ID begins with the letters "A%B" or "A&B" and who joined the library no later than Nov. 30, 1997. */ SELECT libid,fname,Join_date FROM MEMBER4 WHERE (libid like 'A\%B%' escape '\' or libid like 'A&B%') and Join_date 1 AND SUM(Qty) > 10 ORDER BY SUM(Qty) ASC /*3.List the IDs and first names of all the members who have read less than 5% of the total number of books read from the library, in non-decreasing order of the number of books read by each.*/ SELECT member4.libid,fname,SUM(TimesRead) AS TotalTimesRead FROM MEMBER4 INNER JOIN READ_BY4 ON MEMBER4.libid = READ_BY4.libid GROUP BY MEMBER4.libid,fname HAVING SUM(TimesRead) 1) ORDER BY fname ASC; /*5.List the names of the suppliers and their respective average quantities of title orders received, whose average quantities of title orders received is more than the average quantity of an order in the system.*/ SELECT SUPPLIER4.name,AVG(Qty) AS Avg_qty FROM SUPPLIER4 INNER JOIN (ORDERED4 INNER JOIN PURCHASE_ORDER4 ON PURCHASE_ORDER4.PoNum = ORDERED4.PoNum) ON SUPPLIER4.Supplier_Id = ORDERED4.Supplier_Id GROUP BY SUPPLIER4.name,ORDERED4.Supplier_Id HAVING AVG(Qty) > (SELECT AVG(Qty) FROM PURCHASE_ORDER4) /*6.List alphabetically the first names and IDs of all the male members of the library who joined before Oct. 10, 1995, who have read only five or fewer different titles, and who have not read the same title twice or more*/ SELECT MEMBER4.fname,MEMBER4.libid,READ_BY4.TimesRead,COUNT (DISTINCT CallNumber) FROM MEMBER4 INNER JOIN READ_BY4 ON MEMBER4.libid = READ_BY4.libid WHERE MEMBER4.Gender = 'M' AND Join_date < '1995-10-10'AND TimesRead < 2 GROUP BY MEMBER4.fname,MEMBER4.libid,READ_BY4.TimesRead HAVING COUNT (DISTINCT CallNumber) <= 5
Platform: | Size: 873693 | Author: c978645312@163.com | Hits:

[USB developFlex.T66.60.M0.04

Description: e365 Windows 98SE/ME USB Modem Setup File Copyright (c) 2003 Motorola Manufacturer: Motorola-e365 Windows 98SE/ME USB Modem Setup File C opyright (c) 2003 Motorola Manufacturer : Motorola
Platform: | Size: 287744 | Author: | Hits:

[Video CaptureopenCV program

Description: 这是一个OPENCV和MFC相结合的演示程序,主要是完成了在几个窗口同时读入,显示几个不同的视频流- This is the demonstration program which OPENCV and MFC unifies, mainly was completes has also read in several windows, demonstrated several different video frequencies flowed
Platform: | Size: 3749888 | Author: 杨晖 | Hits:

[ADO-ODBCmysql-4.0.16-win-src

Description: mysql 4.0.16 for windows完整源代码 MySQL 4.0.16完整源代码,可使用VC编译。-windows integrity for MySQL 4.0.16 source code integrity of the source code, use VC compiler.
Platform: | Size: 9558016 | Author: 施登峰 | Hits:

[Picture ViewermjpgTools

Description: mjpeg静止图像压缩算法库文件M-JPEG(Motion- Join Photographic Experts Group)技术即运动静止图像(或逐帧)压缩技术,广泛应用于非线性编辑领域可精确到帧编辑和多层图像处理,把运动的视频序列作为连续的静止图像来处理,这种压缩方式单独完整地压缩每一帧。 -heavier still image compression algorithm libraries M-JPEG (Motion-Join Photographic Experts Group) technology that movement still image (or frame by frame) compression technology, widely used in the field of non-linear editing to be precise frame editing and multi-image processing, video campaign as a continuous sequence to deal with static images, such compression to separate integrity compresses each frame.
Platform: | Size: 1556480 | Author: 王力 | Hits:

[SCM51+ch375读写U盘超精简原程序(啊雨)

Description: 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好。 下 欢测试以下U盘通过:郎科/超稳经典64M/超稳迷你128M/U160-64M/超稳普及128M,爱国者/迷 你王16M/邮箱型, 黑匣子/64M,微闪/64M,飙王/32M/64M/128M,晶彩/C200-64M,新科/256M,昂达/128M...,欢迎 提供测试结果 未通过U盘:爱国者/智慧棒128M,清华普天/USB2.0-128M,当然,使用WCH的子程序库或CH375A 都可以测试通过 -this procedure with 180 OK C code can read FAT16 file system drives the root directory, we can see the root directory under the file name, would show the first document, but the very stringent procedures, and there is no error handling, the U-poor compatibility, but for the simple test a post-mortem as a reference. this procedure can be supported by Windows FAT16 formatted U disk, because the procedure is streamlined and therefore only compatible with more than 50% of the U-brand, if chips were replaced CH375A compatibility can be increased to 85%, if the company's use of WCH Subroutine Library or an official version of the C source code compatibility better. Huan tests under the following U-pass : Lang Branch/Ultra Stable classic 64M/mini 128M/U160-64M Ultra Stable/Ultra Stable
Platform: | Size: 3072 | Author: 梁波 | Hits:

[source in ebookMFCWindows

Description: MFC Windows程序设计(第二版) 源代码,非书籍-MFC Windows Programming (2nd Edition) source code, non-books
Platform: | Size: 5070848 | Author: 陈云 | Hits:

[WEB Codelibsvm-mat-2.82-2

Description: LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题-LIBSVM Linzhiren Taiwan University (Lin Chih-Jen), associate professor of design development etc. a simple, easy to use and fast and effective SVM pattern recognition and regression package, He not only provided a good compiler for the Windows implementation of the series of documents, but also provided a source code, to facilitate improvement, as well as changes in other operating systems applications; The software also features a, SVM is the right parameters involved in the regulation is relatively small, with a lot of default parameters, use of these default parameters can solve many problems
Platform: | Size: 69632 | Author: 李莉 | Hits:

[matlabpinpufenxi

Description: 本程序仿真了信号与系统中的频谱混叠,频谱泄漏和栅栏现象,包含三个文件:pinpufenxi.m, pinpufenxi.fig和一份word简介文档。-the process of signal simulation system with a spectrum-aliasing, spectrum leakage and fencing, contains three documents : pinpufenxi.m, pinpufenxi.fig and a brief word document.
Platform: | Size: 14336 | Author: 郇世昶 | Hits:

[source in ebookProgramming_Windows_with_MFC_Example

Description: 《Programming Windows with MFC》附书光盘中的例程。-"Programming Windows with MFC" on CD-ROM attached to the routines.
Platform: | Size: 1624064 | Author: 钱志强 | Hits:

[VC/MFCWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692224 | Author: 楼洛阳 | Hits:

[MPIRPC_SDKWindowsVersion_oncrpc

Description: 这个是Windows版本,不是Linux版本 Netbula RPC for Win32 supports multithreading, this document describe the procedure to build multithreaded (MT) RPC server and clients-this is the Windows version, not Netbula RPC Linux version supports multi for Win32 threading. this document describe the procedure to build m ultithreaded (MT) RPC server and clients
Platform: | Size: 456704 | Author: infinite8 | Hits:

[Windows Mobileliveserviceonmobiledevice-demo-src-1

Description: Accessing microsoft live web services from windows mobile -Accessing microsoft live web services fro m windows mobile
Platform: | Size: 346112 | Author: 程为 | Hits:

[Internet-Networkvemap(windows)

Description: 自己填写经度,纬度从而得到地图,地图是由M微软提供的-fill their longitude, latitude obtained maps, maps provided by the Microsoft M
Platform: | Size: 36864 | Author: wenhaiyan | Hits:

[matlabOFDMcode42

Description: This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate. -This code was used for making the practical measurements in section 2.3 of my thesis. This M atlab code allows an OFDM signal to be generated based on an input data file. The data can be rando m data, a gray scale image, a wave file, or any type of file. The OFDM signal is generated stored as a windows wave file, allowing it to be viewed. listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data . This code was developed for the experiments th at I performed in my honors thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so ha 's several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.
Platform: | Size: 161792 | Author: 王文 | Hits:

[source in ebookMFCWindows

Description: MFC Windows程序设计(第二版)配套源码 清华大学出版社 作者: (美)Jeff Prosise -MFC Windows Programming (Second Edition) supporting source Tsinghua University Press Author: (United States) Jeff Prosise
Platform: | Size: 1043456 | Author: 陈晓明 | Hits:

[VC/MFCprogramming_windows_MFC_2

Description: MFC Windows 程序设计(第二版) 电子档-MFC Windows Programming (Second Edition) electronic file
Platform: | Size: 5460992 | Author: 胡进 | Hits:

[JSP/Javawindows-calculator

Description: 主要功能:基本实现windows-vista下简单计算器的功能(除M+等)。 1: 基本的一元( ,根号)及二元运算(—+-*/)。 2: 支持累计运算(累加,累减,累乘,累除)。 3: 支持大数操作,数据范围在10的8000次方范围内。在超过10的8千次左右时,判其溢出。 4: 支持科学计数法(小数超过38位舍之) 5: 错误与警告的提示。如输入超过39位时弹出提示(输入过长)等。-windows calculator written by java. Functions: 1:The basic unary and binary arithmetic operations. 2:Support the operation of large numbers. 3: Exception Handling.
Platform: | Size: 52224 | Author: XWC | Hits:

[Windows DevelopWindows Via C/C++,Fifth Edition

Description: 作者: Jeffrey M. Richter / Christophe Nasarre 出版社: Microsoft Press 出版年: 2007-11-28 页数: 848 定价: 633.00元 装帧: Hardcover ISBN: 9780735624245(Author: Jeffrey M. Richter / Christophe Nasarre Publishing House: Microsoft Press Publication year: 2007-11-28 Page number: 848 Pricing: 633 yuan Loading: Hardcover ISBN: 9780735624245)
Platform: | Size: 5897216 | Author: zzzhzzzzz | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net