-
decoder
用C++是实现的码长为900的BCH码解码程序(本程序用visual studio运行,若用其他软件,可能要修改一下头文件)(The use C++ achieve a code length of 900 BCH code decoding process)
- 2020-06-29 21:20:02下载
- 积分:1
-
jfrectory
AMR的新版本,在VC下调试通过,有编码解码目录,(The new version of AMR, debugging through, under VC code decoding directory,)
- 2017-05-21 07:37:35下载
- 积分:1
-
sofgv0
一个基于pci2000数据采集卡的数据采集系统的界面编程(A data acquisition system based on pci2000 data acquisition card interface programming)
- 2017-04-02 14:17:39下载
- 积分:1
-
main_huizong3
EXCEL实现自动汇总不同表格内容到一张表,有详细的代码注释,复用性非常好(EXCEL automatic collection of different forms of content to a table, there are detailed code notes, reusability is very good)
- 2017-08-20 16:41:13下载
- 积分:1
-
can
一个关于剪切板的,似乎是可以多次利用的,一些编程书上也有,(On a clipboard, seems can be repeatedly used, also have some programming book,)
- 2017-04-25 09:14:30下载
- 积分:1
-
headfiles
实际中使用的各种C++头文件汇总说明,对编程者很有用,较详细(C++ head files for us to programe,it is very useful)
- 2009-03-09 13:57:14下载
- 积分:1
-
cvi-Excel
labwindows/cvi对excel操作,主要有打开、读、写、打印等操作。可写入汉字;(labwindows/cvi on excel operations, mainly to open, read, write, print and other operations. Can write Chinese characters )
- 2010-08-24 14:57:08下载
- 积分:1
-
photocp
批量文件复制改名
因需要把大量照片批量复制然后改名,但是搜索了半天没有找到合适的软件,于是搬出来N年没有写过的vc 6.0 ,寥寥草草几十行,做了一个简单的不能再简单的小程序。通过在程序的当前目录下建立复制文件和目标文件的对应列表,执行程序实现文件复制。代码可以再丰富。很简单,但是不好找,bat文件我又没玩过,还是用c简单写写,放上来有用到的可以参考,可以使用。(Batch rename files because of the need to bulk copy a lot of photos and then renamed, but the search for a long time did not find the right software, then move out to N years did not write vc 6.0, only a handful of hastily dozens of lines, made a simple no longer simple applet. Through the program created under the current directory to copy files and object files corresponding list, perform file copy program. Code can be abundant. Very simple, but not easy to find, bat file I did not played, or c simple writing, Fangshanglai useful to refer to, can be used.)
- 2013-06-20 15:49:36下载
- 积分:1
-
629735
On starting an EXE program, DS and ES point to the PSP()
- 2018-05-14 13:42:19下载
- 积分:1
-
tinyxml
说明: timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。
TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.
XML stands for "eXtensible Markup Language." It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a "to do" list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.(timyXML is a simple xml analytical tools, of course, you must be the xml standard. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.XML stands for eXtensible Markup Language. It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a to do list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.)
- 2008-09-11 09:26:03下载
- 积分:1