Location:
Search - tring
Search list
Description: 四元图灵机程序,用VC++实现的,可以实现四元图灵程序的可视化执行-four yuan Turing machine procedures, with the VC, can achieve four yuan Turing procedures Visualization implementation
Platform: |
Size: 4006919 |
Author: 华英雄 |
Hits:
Description:
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input data. The second occurrence of a string is replaced by a
pointer to the previous string, in the form of a pair (distance,
length). Distances are limited to 32K bytes, and lengths are limited
to 258 bytes. When a string does not occur anywhere in the previous
32K bytes, it is emitted as a sequence of literal bytes. (In this
description, `string must be taken as an arbitrary sequence of bytes,
and is not restricted to printable characters.)
-The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel - Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
Platform: |
Size: 5143890 |
Author: MCU2000 |
Hits:
Description: 相册是J2me MIDLet 的一个demo程序,可以使用户查阅图片在J2me支持的手持设备上。
文件夹与文件
+ImageAlbum
-ImageAlbum.mcp
-ImageAlbum_ReadMe.txt
- debug_out
- release_out
- resources
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
+ sources
- DownloadFromURLForm.java
- HelpDisplayForm.java
- HttpDownloader.java
- ImageAlbum.java
- MainMenu.java
- MyTimerTask.java
- OptionsInputForm.java
- PhotoCanvas.java
- RMSOperations.java
- StringByteOperations.java String data-J2me MIDLet albums is a demo procedures, users can access images in J2me support handheld devices. Folders and documents ImageAlbum - ImageAlbum.mcp - ImageAlb um_ReadMe.txt - debug_out - release_out - RESO ; - 1.png - NumberMunchersScreenshot.jpg-edit-info-5 stars sourc es-DownloadFromURLForm.java - HelpDisplayF orm.java - HttpDownloader.java - ImageAlbum. java-MainMenu.java - MyTimerTask.java - Opti onsInputForm.java - PhotoCanvas.java - RMSOp erations.java - StringByteOperations.java S tring data
Platform: |
Size: 170527 |
Author: Tom |
Hits:
Description: 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标
准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空
间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模
板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需
要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非
常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新
的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型
上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书
不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而
言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Platform: |
Size: 3994916 |
Author: gong |
Hits:
Description: 连接oracle数据库的操作方法
tatic String driverName=\"oracle.jdbc.driver.OracleDriver\"
static String dbUrl=\"jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB\"
static String user=\"DBA_WEB\"
static String password=\"DBA_WEB\" -oracle database linking the operation tatic String driverNam e = "oracle.jdbc.driver.OracleDriver" stati c String dbUrl = "jdbc : oracle : thin : @ 10.1.1.44 : 1521 : DBAWEB "static String user =" DBA_WEB "static S tring password = "DBA_WEB"
Platform: |
Size: 1049 |
Author: 远风 |
Hits:
Description: 图灵机的模拟程序-Turing Machine Simulation Program
Platform: |
Size: 44032 |
Author: wolf |
Hits:
Description: 四元图灵机程序,用VC++实现的,可以实现四元图灵程序的可视化执行-four yuan Turing machine procedures, with the VC, can achieve four yuan Turing procedures Visualization implementation
Platform: |
Size: 4006912 |
Author: 华英雄 |
Hits:
Description:
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input data. The second occurrence of a string is replaced by a
pointer to the previous string, in the form of a pair (distance,
length). Distances are limited to 32K bytes, and lengths are limited
to 258 bytes. When a string does not occur anywhere in the previous
32K bytes, it is emitted as a sequence of literal bytes. (In this
description, `string must be taken as an arbitrary sequence of bytes,
and is not restricted to printable characters.)
-The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel- Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
Platform: |
Size: 5143552 |
Author: MCU2000 |
Hits:
Description: 相册是J2me MIDLet 的一个demo程序,可以使用户查阅图片在J2me支持的手持设备上。
文件夹与文件
+ImageAlbum
-ImageAlbum.mcp
-ImageAlbum_ReadMe.txt
- debug_out
- release_out
- resources
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
+ sources
- DownloadFromURLForm.java
- HelpDisplayForm.java
- HttpDownloader.java
- ImageAlbum.java
- MainMenu.java
- MyTimerTask.java
- OptionsInputForm.java
- PhotoCanvas.java
- RMSOperations.java
- StringByteOperations.java String data-J2me MIDLet albums is a demo procedures, users can access images in J2me support handheld devices. Folders and documents ImageAlbum- ImageAlbum.mcp- ImageAlb um_ReadMe.txt- debug_out- release_out- RESO ;- 1.png- NumberMunchersScreenshot.jpg-edit-info-5 stars sourc es-DownloadFromURLForm.java- HelpDisplayF orm.java- HttpDownloader.java- ImageAlbum. java-MainMenu.java- MyTimerTask.java- Opti onsInputForm.java- PhotoCanvas.java- RMSOp erations.java- StringByteOperations.java S tring data
Platform: |
Size: 169984 |
Author: Tom |
Hits:
Description: 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标
准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空
间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模
板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需
要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非
常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新
的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型
上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书
不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而
言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Platform: |
Size: 3994624 |
Author: gong |
Hits:
Description: 连接oracle数据库的操作方法
tatic String driverName="oracle.jdbc.driver.OracleDriver"
static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB"
static String user="DBA_WEB"
static String password="DBA_WEB" -oracle database linking the operation tatic String driverNam e = "oracle.jdbc.driver.OracleDriver" stati c String dbUrl = "jdbc : oracle : thin : @ 10.1.1.44 : 1521 : DBAWEB "static String user =" DBA_WEB "static S tring password = "DBA_WEB"
Platform: |
Size: 1024 |
Author: 远风 |
Hits:
Description: Giao tring tieng Viet
Platform: |
Size: 75776 |
Author: Cong Vong |
Hits:
Description: 内容摘要 java,String,package,tring,Java,lass,public,class,static,final,ception,cepti,Excepti,List,构造方法,tion,Buffer,interf,private,ReJAVA新手必看-Abstract java, String, package, tring, Java, lass, public, class, static, final, ception, cepti, Excepti, List, Construction, tion, Buffer, interf, private, ReJAVA新手必看
Platform: |
Size: 13312 |
Author: 邹氏 |
Hits:
Description: 计算器雏形,没有做MFC,正在尝试用QT做界面-the simple computer with DOS.it s tring to use Qt making a GUI.
Platform: |
Size: 1657856 |
Author: leo |
Hits:
Description: private String username
private S tring username
private String password tring password -private String username
private Stringprivate String username
private String password password
Platform: |
Size: 1275904 |
Author: kjj |
Hits:
Description: ngon ngu lap trinh c basic-ngon ngu lap trinh c basic...
Platform: |
Size: 1249280 |
Author: aaaaaaa |
Hits:
Description: Opencv 图片读写
tring imagename = "../1.jpg" //此处需要填写绝对地址,我测试时使用相对地址出错。
//读入图像
Mat img = imread(imagename) -tring imagename = "../1.jpg" //此处需要填写绝对地址,我测试时使用相对地址出错。
//读入图像
Mat img = imread(imagename)
Platform: |
Size: 1024 |
Author: 强森 |
Hits:
Description: tring.h> include <stdio.h> include <errno.h> include <sys mount.h> include <sys types.h> include <rfs message.h> include <rpc rpc.h> Device Driver for linux.
Platform: |
Size: 2048 |
Author: bemuecr |
Hits: