亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

full-text

  • The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you

    The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.

    標簽: recordsets container library ODBC

    上傳時間: 2015-10-11

    上傳用戶:xlcky

  • Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J

    Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.

    標簽: Java Expressions Regular version

    上傳時間: 2013-12-18

    上傳用戶:lanhuaying

  • 基于VB和ACCESS的成績管理系統(tǒng)

    基于VB和ACCESS的成績管理系統(tǒng),此程序為畢業(yè)設(shè)計題目.采用ADO控件ADODC訪問數(shù)據(jù)庫并通過DATAGRID顯示出來的結(jié)構(gòu).具有基本的添加查找刪除等功能。涉及到多表聯(lián)合查詢。 文件包括info.mdb mainform.frm mainform.frx,mainform.text,moudel1.text,moude1.bas,工程1.dep,工程1.pdm,工程1.vbp,工程1.vbw,數(shù)據(jù)庫作業(yè).exe等文件。 下載解壓可以運行。

    標簽: ACCESS 管理系統(tǒng)

    上傳時間: 2015-10-29

    上傳用戶:youke111

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入購物車的物品已經(jīng)全數(shù)

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入購物車的物品已經(jīng)全數(shù)退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空購物車</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="關(guān)閉" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>

    標簽: lt LANGUAGE VBSCRIPT include

    上傳時間: 2015-11-05

    上傳用戶:zhaoq123

  • <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TI

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>會員登錄</TITLE> <META http-equiv=Content-Type content="text/html charset=gb2312"> <SCRIPT language=javascript id=clientEventHandlersJS>

    標簽: HTML lt Transitional gt

    上傳時間: 2014-01-13

    上傳用戶:jing911003

  • This data set contains WWW-pages collected from computer science departments of various universities

    This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories: student (1641) faculty (1124) staff (137) department (182) course (930) project (504) other (3764)

    標簽: universities departments WWW-pages collected

    上傳時間: 2015-11-12

    上傳用戶:chenlong

  • SpringSide以Spring Framework為核心

    SpringSide以Spring Framework為核心,以Ruby On Rails的簡約風格整合Java社區(qū)的眾多開源項目,為大家開發(fā)Java企業(yè)應(yīng)用提供一個方便起點。 它所整合的Full-Stack 的開源構(gòu)件庫,包括了WebService,JMS,工作流,安全,報表,規(guī)則引擎,搜索引擎,定時任務(wù)等企業(yè)應(yīng)用特性,以構(gòu)件式的開發(fā)架構(gòu),配合Ant腳本與SpringSide-IDE(Eclipse插件),作為一個一站式的快速Java開發(fā)框架。 同時,它的示例代碼充分演示了開發(fā)團隊與SpringSide社區(qū)共同總結(jié)的,Java企業(yè)應(yīng)用領(lǐng)域方方面面的Best Practice。

    標簽: SpringSide Framework Spring 核心

    上傳時間: 2015-11-20

    上傳用戶:haoxiyizhong

  • This book is a hands-on introduction to the principles and practice of embedded system design usin

    This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a `student version of the C complier Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller.

    標簽: introduction principles hands-on embedded

    上傳時間: 2014-01-17

    上傳用戶:wuyuying

  • 由http://cevx.com/bbs/的ahbbshenfeng提供!1.軟件功能: 漢字的顯示: UGL/ZINC下漢字的顯示 支持16,12,24點陣漢字的顯示.

    由http://cevx.com/bbs/的ahbbshenfeng提供!1.軟件功能: 漢字的顯示: UGL/ZINC下漢字的顯示 支持16,12,24點陣漢字的顯示. 2.使用環(huán)境和系統(tǒng)需求: 軟件版本 : UGL 2.0 / Zinc 6 目標機要求 : 有存儲字庫的介質(zhì)(軟盤,硬盤,FLASH盤) 16點陣字庫占用約300K RAM 24點陣字庫占用約500K RAM 12點陣字庫占用約200K RAM 3.文件的說明: udbmffnt.c-------經(jīng)過修改的字符處理文件,可以支持在UGL/ZINC中顯示16點陣漢字 hzk16 -------16點陣的字庫文件 hzk12 -------12點陣的字庫文件 hzk24 -------24點陣的字庫文件 text\uglText.c-------WindML下漢字顯示的例子 text\makefile-------編譯uglText.c所需的MAKEFILE hello\hello1.znc------ZINC下顯示漢字的例子文件,使用Zinc Designer設(shè)計得到.

    標簽: ahbbshenfeng http cevx ZINC

    上傳時間: 2014-01-12

    上傳用戶:ljt101007

  • A MATLAB-based implementation of an OFDM modem has been developed for use over an acoustic channel,

    A MATLAB-based implementation of an OFDM modem has been developed for use over an acoustic channel, modem. With full lists of coding.

    標簽: implementation MATLAB-based developed acoustic

    上傳時間: 2014-01-23

    上傳用戶:familiarsmile

主站蜘蛛池模板: 巫山县| 柳江县| 普陀区| 独山县| 星子县| 奉化市| 红安县| 开鲁县| 饶河县| 惠来县| 铜山县| 公主岭市| 宽甸| 娱乐| 遂昌县| 四川省| 响水县| 荥经县| 西吉县| 饶平县| 鸡泽县| 沙河市| 博白县| 洞头县| 乡城县| 平原县| 西藏| 顺平县| 兴国县| 新化县| 宁强县| 新闻| 汾西县| 鸡东县| 永州市| 巢湖市| 梅河口市| 望奎县| 合水县| 碌曲县| 琼结县|