-
vb_SQL_excel
利用vb开发环境连接wincc数据库,将wincc运行的数据导入excel中(SQL excel VB WINCC ADODB.Connection recorderset.Open AdoSql, Connection, adOpenDynamic, adLockOptimistic)
- 2012-10-23 15:44:44下载
- 积分:1
-
51354069calculator
计算器,实现了常规的所有计算功能,很好用的(Calculator, to achieve all the computing power of a conventional, well used)
- 2013-12-08 21:10:53下载
- 积分:1
-
tuopanqipaotishi
一个托盘气泡提示的软件很好用的哦,编程环境在vb6.0上可以使用(The software prompts a good tray with bubble Oh, programming environment can be used in vb6.0)
- 2010-11-26 14:50:50下载
- 积分:1
-
ConvertTool
说明: GBK,unicode utf-8 编码转换工具(Encode Convert Tool between GBK,unicode utf-8,url)
- 2020-06-22 23:40:01下载
- 积分:1
-
51354069calculator
计算器,实现了常规的所有计算功能,很好用的(Calculator, to achieve all the computing power of a conventional, well used)
- 2013-12-08 21:10:53下载
- 积分:1
-
sy7
一些简单的小例子,书上的例题代码,简单易懂,谢谢(Some simple examples, the book s example code, easy to understand, thank you)
- 2013-10-19 11:00:18下载
- 积分:1
-
WordCounting
读取一个文本文件(英文,ASCII编码),对出现的单词次数进行统计,并按照出现次数从低到高排序,输出到一个文本文件中(每行一个单词信息,格式:单词 出现次数)。采用二叉树结构存储,中序遍历,快速排序。(Reads a text file (English, ASCII encoding), the number of occurrences of the word statistics, and in accordance with the number of occurrences of the sort low to high, output to a text file (one word per line message format: word occurrences). Binary tree structure stored in preorder, quick sort.)
- 2021-03-14 10:29:23下载
- 积分:1
-
helq-file-help
本文件是poly16相位调制方式的仿真实现方案,希望能对大家有所帮助(This file is poly16 simulation implementation scheme of phase modulation mode can hope to be of help)
- 2017-08-13 14:13:34下载
- 积分:1
-
converte-into-corresponding-digital
对一段只含有几种字符的字符串进行转换,转换成相应的数字(a string contains only several character conversion, and converted into the corresponding digital
)
- 2013-09-07 17:46:26下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1