搜索资源列表
C++ build 常见问题解答
- C++ build 常见问题解答,中文资料,文档写的很认真,对BCB编程有很大的帮助。
Ch1_File Functions
- 用c++builder进行文件操作-c builder used for file manipulation
CBuilder
- C++BUILDER的文件操作-C BUILDER file manipulation
C++BuilderOpenGL
- C++Builder环境下基于OpenGL的动画编程-C Builder environment OpenGL-based animation programming
remoteavi
- 用c++builder写的视频采集,抓图,预览等的源码,在bcb6下编译通过-c builder used to write video collection, Previously, preview the source, compile under bcb6
经改写过的C++ bp神经网络算法
- 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的,由于网上的那个算法编译会出现若干百个错误,在其基础上重新编写和改进,写出了这两个算法-bp basic neural network algorithms and improved neural network algorithm bp I are complete rewrite the algorithm, the
C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithm
C++ Builder 访问 USB 口的方法.files
- C++BUILDER访问usb接口的方法!里面介绍了一些常用的访问方式-C BUILDER visit usb interface methods! They introduced some common mode
TestFileLength
- 这是一个有关文件的长度测试的小程序,用c++Builder编写。-This is a document related to the length of a small test program, c Builder.
C-compiler-design
- C-编译器的设计,有详细的文档 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-C-compiler design, is a detailed document. compared
scaner(c)
- 一个C编写的词法分析程序(词法扫描器)。 fetch.txt为取词文件,程序可识别该txt中的词法。 需要编译原理词法分析程序的人,还等什么!-a lexical analysis prepared by the procedures (lexical scanner). Fetch.txt for word from documents, procedures to identify the morphology
ftp
- 文件传输,c++builder编写的,可以用于点到点的文件直接传输!可以直接预览文件限于txt文档。-File Transfer, c++ Builder prepared, can be used for point-to-point transmission of files directly! Can directly preview a document limited to txt file.
c++SoruceCCodeAboutTen
- C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统-C++ Program design and application source code, C++ Reflection example, RSA algorithm, vc++ Visit DAO database, traverse folder and build the direct
11
- 很好玩的俄罗斯方块游戏,在C++ build 开发的源码。-good game
C
- 一个简易的c以及c++的编译环境,很方便放到U盘内随身携带的-A simple c and c++ build environment, it is conveniently placed within a portable U Disk
C++
- C++ build consists of various application which can work on both linux and windows Operating systems.
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DO
modbus-C-with-rx-fifo
- mobus c for stc89c52 修改bug,建立串口fifo-mobus c for stc89c52 ,build fifo for rs232 rx
project-euler-c-master
- 这是个用c编写的Euler项目。项目Euler是一系列挑战性数学或将要求更多比数学答案解决的计算机编程问题。-Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathema
build-your-own-lisp
- 利用C语言完成一个高效的lisp解释器。(Using C to complete LISP interpreter)