Welcome![Sign In][Sign Up]
Location:
Search - 2.txt

Search list

[OS program破天SkyBlade服务端+架設教程+源代码

Description: 破天一剑SkyBlade服务端+架設教程,有教程,有服务端,有需要的赶快来下吧。附件是TXT文件,附上录像跟服务端的下载地址,由于文件太大了,不是不想上传到这里,而是上传不了,一共是500M. [内有迅雷高速下载地址]
Platform: | Size: 178299 | Author: 307497731@qq.com | Hits:

[SourceCodePHP+TXT站点管理系统 1.1

Description: 系统特点: 1\无需数据库支持,不存在注入与攻击. 2\数据以文件夹方式存储,无限分类,无限记录条数. 3\支持多语言,多模板,自定义变量,信息页自定义项. 4\支持伪地址,灵活定义地址参数. 5\运用国际流行的SMARTY技术,参数可调. 6\模板自定义编辑,不同类型可以交叉调用. 7\友情链接自定义,自定义CSS风格. 8\一键修复所有数据结构。 9\读写分流技术,不会造成数据丢失。 PHP+TXT站点管理系统v1.1更新: 1、增加绿色公司模板, 2、增加公司介绍栏, 3、部分变量优化。 4、有部分网友提出增加短地址功能,直接修改DATA文件夹下的文件夹与menu项对应就可以了。
Platform: | Size: 1511873 | Author: 179018959@qq.com | Hits:

[Internet-Networkch

Description: 将HTML转换为TXT文本的小程序- The HTML transformation is the TXT text script
Platform: | Size: 2048 | Author: 站长 | Hits:

[EditorSLR1wf

Description: slr1文法语法分析的c语言实现代码 需要输入词法分析的txt结果文件-slr1 the grammar grammar analysis c language realization code needs to input the lexical analysis the txt result document
Platform: | Size: 1024 | Author: 信仰 | Hits:

[2D Graphicdither_bmp

Description: VC实现的实现图案化和抖动技术,以及bmp转变为txt-VC achieve the pictorial and jitter technology, and bmp into txt
Platform: | Size: 6144 | Author: Guo | Hits:

[Othercontourline

Description: 提取等高线程序,map.c为源程序,map.exe为测试程序,.txt是数据文件-contour extraction procedures for the source map.c, map.exe to test procedures . txt file data
Platform: | Size: 41984 | Author: yujianjun | Hits:

[midi programmidi2txt

Description: MIDI 2 txt source code, but the code is not complete. If any one find the head source code, pls tell me. Thank you-MIDI 2 txt source code, but the code is not complete. If any one find the h perf source code, pls tell me. Thank you
Platform: | Size: 60416 | Author: milly | Hits:

[Other GamesCETP

Description: DOS下练习打字程序 保存一个abc.txt文件在同一目录下.-DOS practice typing procedures abc.txt preserve a document in the same directory.
Platform: | Size: 1024 | Author: 苏歧 | Hits:

[Compress-Decompress algrithms15458462587421556

Description: Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in English (. txt file income), Huffman code stream output (. txt files output), it would be desirable to achieve decoding process. The choice of programming language C, or C VC.
Platform: | Size: 187392 | Author: 吉尔 | Hits:

[ActiveX/DCOM/ATLBCBWord

Description: TXT批量转DOC文件,适用于WORD97~2007,WORD2007最好默认保存为DOC方式-TXT DOC applies to WORD97 ~ 2007, WORD2007 default preserve the best way to DOC
Platform: | Size: 2263040 | Author: 陆陆 | Hits:

[Compress-Decompress algrithmshuffman

Description: 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
Platform: | Size: 4096 | Author: 陈文杰 | Hits:

[Editor568q-pdf-cpp

Description: source code: Covert TXT to PDF -source code: Covert TXT to PDF
Platform: | Size: 3728384 | Author: xela | Hits:

[File Operatetestlink

Description: 将2个txt文档合并成一个txt文档,也可以自己动手将其改称n个文档的合并。-2 txt files will be consolidated into a txt document, can also be renamed himself n the merger documents.
Platform: | Size: 1024 | Author: laoji | Hits:

[MultiLanguage2txt_ictclas

Description: pdf,html,ps等转txt的头文件和库。还包括ictclas中科院计算所的中文分词工具有.h和.lib和.d-pdf, html, ps to txt, such as the header files and libraries. Chinese Academy of Sciences ictclas calculation also includes the Chinese word segmentation tool. H and. Lib and. D
Platform: | Size: 427008 | Author: 杜亮 | Hits:

[Windows Developtxt

Description: C++编写的片断,可实现读取和显示TXT文档的功能-C++ to prepare the clips can achieve TXT file to read and display the function
Platform: | Size: 1024 | Author: NancyHe | Hits:

[Windows Developpdf2txt

Description: 特别好用的pdf转化成txt的代码, 抽出来的txt格式比Adobe抽出来的要好得多哦-pdf2txt,convert the pdf type files to txt type files
Platform: | Size: 8152064 | Author: jiajia | Hits:

[File Format2

Description: 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two files of data to generate a new file 3.txt 2) extracted from three subjects for students in make-up and save a new file 4.txt 3) of the merged file 3.txt in data in descending order by total score (at least in two sequencing methods to achieve) 4) Enter the name of a student, the student can find this information and the output (at least by two to find ways to achieve) 5) require the use of structure, chain or an array such as the above-mentioned requirements. 6), using a variety of methods and algorithms are correct, may be appropriate bonus.
Platform: | Size: 2048 | Author: asdf | Hits:

[Editortxt

Description: 简单的txt电子书阅读器。N8测试 电子书文件格式*-1.txt,*-2.txt... 电子书事先存在E:\EBook 文件夹-Simple TXT ebook viewer。 N8 test Ebook file format*-1.TXT,*-2.TXT... E: \ EBook beforehand existence of contents folder
Platform: | Size: 45056 | Author: sdd | Hits:

[File OperateExcel-To-TXT

Description: C++Builder开发的Excel转TXT格式转换器-Excel To TXT
Platform: | Size: 379904 | Author: guo feng | Hits:

[Linux-Unixcmake-2.8.2-win32-x86

Description: cmake linux下的c/c++编译工具 只需要编写CMakefile.txt而不需要重新编写Makefile。并且提供将源代码和编译环境分离的框架,便于源代码的管理。-Cmake Linux of c/c++ compiler tools just need to write CMakefile. TXT without the need to write Makefile. And provide the source and compile environment of separation framework, facilitate the source code management.
Platform: | Size: 8052736 | Author: linux | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net