虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

THEN

  • C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ prog

    C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ programs. The book begins with a concise C++/CLI tutorial. It THEN quickly moves to the key themes of native/managed code interop and mixed-mode programming. You抣l learn to take advantage of GUI frameworks like Windows Forms and WPF while keeping your native C++ business logic. The book also covers methods for accessing C# or VB.NET components and libraries. Written for readers with a working knowledge of C++.

    标签: practical breathe Action legacy

    上传时间: 2015-10-17

    上传用户:wendy15

  • This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed AP

    This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the ".jpg" extension is appended to the default filename. (Otherwise the CameraCaptureDialog would throw an InvalidArgumentException). - if a video is recorded, null is passed to the CameraCaptureDialog as the default filename. The filename returned is THEN renamed to match the user entered filename while keeping the extension returned.

    标签: CameraCaptureDialog demonstrates pictures managed

    上传时间: 2013-12-15

    上传用户:kikye

  • Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t

    Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. THEN T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample Input 1 4 1 2 5 10 Sample Output 17

    标签: the contains integer number

    上传时间: 2015-10-27

    上传用户:plsee

  • OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for

    OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for a sub-package listing. Most of the sub-packages in the release are production grade for Linux Fast-STREAMS. All existing validation test suites run clean on supported distributions and architectures. It is unlikely that the OpenSS7 Master Package will be released as frequently as before. Sub-packages will be released more often. To rebuild the master package with a new sub-package release, simply replace the directory to which the sub-package belongs with the unpacked sub-package release and THEN rebuild the master package. This release provides support for recent distributions and tool chains.

    标签: OpenSS7 release the Package

    上传时间: 2015-10-28

    上传用户:cc1

  • Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP

    Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP allotted names THEN from Cache THEN forwarding to External DNS. Relay Agent, PXEBOOT and BOOTP, Zone Replication, Auto Config and auto Dynamic DNS update.

    标签: Server DHCP DNS addresses

    上传时间: 2013-12-25

    上传用户:BIBI

  • How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caus

    How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? THEN this is the book for you!

    标签: you chasing really sleuth

    上传时间: 2013-11-25

    上传用户:王庆才

  • Beginning with an overview of SQL Server 2000, this book discusses online transaction processing (OL

    Beginning with an overview of SQL Server 2000, this book discusses online transaction processing (OLTP) and online analytical processing (OLAP), features a tour of different SQL Server releases, and offers a guide to installation. The author describes and demonstrates the changes since SQL Server 7.0, thoroughly exploring SQL Server 2000 s capacity as a Web-enabled database server. Readers are THEN immersed in advanced database administration topics such as performance optimization and debugging techniques.

    标签: transaction processing Beginning discusses

    上传时间: 2013-11-28

    上传用户:eclipse

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=requ

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" THEN sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if request("Product_Class")<>"" THEN sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " end if

    标签: ProductClass lt LANGUAGE VBSCRIPT

    上传时间: 2013-11-25

    上传用户:wl9454

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 THEN Response.Redirect "Nothing.asp" response.end end if

    标签: lt LANGUAGE VBSCRIPT Session

    上传时间: 2013-12-09

    上传用户:huql11633

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 THEN Response.Redirect "Nothing.asp" response.end end if

    标签: lt LANGUAGE VBSCRIPT Session

    上传时间: 2014-08-18

    上传用户:小草123