-
With VC++ The MFC with the Office of the Excel combination. Log file read, such...
用VC++的MFC与Office的Excel相结合,实现.log文件的读取,信息提取与分析等操作,是原创的,希望有用。-With VC++ The MFC with the Office of the Excel combination. Log file read, such as information extraction and analysis of operation, is the original, and I hope useful.
- 2022-04-24 23:44:25下载
- 积分:1
-
通常使用TTS功能。
是和语音合成相关的常用函数的动态库,及一些文本分析函数。-functions often are used in TTS.
- 2022-05-29 12:37:29下载
- 积分:1
-
一个实现文件读取有趣的c++源程序
一个实现文件读取有趣的c++源程序-an interesting read files source of c
- 2022-08-14 16:37:42下载
- 积分:1
-
Multi
多元树的层次遍历、先根遍历、后根遍历
问题的描述:
函数填空:层次遍历多元树(在文件tree.cpp中3个空)、先根遍历、后根遍历的递归函数(在文件tree.h中2个空);
多元树的输入:在主程序中调用多元树的函数(定位根、找大儿子、找下一个兄弟等),输入某棵多元树。
-Multi-level tree traversal, the first traversal the root, root traversal issues Description: function to fill in the blank: multi-level tree traversal (tree.cpp in the document in three space), the first traversal the root, root ergodic recursive function (in the document in two empty tree.h) multiple input tree: In the main program to call multi-tree function (positioning root, look for the eldest son, to find a brother, etc.), enter a multi-tree tree.
- 2022-01-26 03:50:14下载
- 积分:1
-
LIL 9325 DEVIVE
ILI 9325+AU2.4 驱动代码 -LIL 9325 DEVIVE
- 2022-01-26 08:18:24下载
- 积分:1
-
Firebid 自动备份
备份火鸟数据银行。手动备份和自动备份,每个小时。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-06 11:33:16下载
- 积分:1
-
AutoCad regarding the use of vc programming in order to operate a Class examples...
AutoCad中关于使用vc++编程操作各种命令的一个类实例。-AutoCad regarding the use of vc programming in order to operate a Class examples.
- 2022-09-18 00:25:03下载
- 积分:1
-
通过查询网卡MAC地址与用户已设好的MAC地址及IP列表文件比较,快速的修改计算机名和IP地址...
通过查询网卡MAC地址与用户已设好的MAC地址及IP列表文件比较,快速的修改计算机名和IP地址-inquiries by MAC address has been set up with a good user MAC address and IP Filesystem, Rapid changes the computer name and IP address
- 2022-02-02 07:20:32下载
- 积分:1
-
网络结构图控件中的数据类型定义,可用于配置分布式系统网络结构...
网络结构图控件中的数据类型定义,可用于配置分布式系统网络结构-network control structure of the data type definition, can be used to configure distributed network structure
- 2022-06-01 06:03:20下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1