-
检测一个有向图是否含有回路,并进行拓扑排序
检测一个有向图是否含有回路,并进行拓扑排序-Detection of a directed graph if it contains the loop and carry out topological sort
- 2022-03-18 05:20:28下载
- 积分:1
-
hex 数据读取例子
hex 数据读取例子-hex data read examples
- 2022-03-20 18:42:55下载
- 积分:1
-
一个用vc7封装的xml文件访问对象。带例子
一个用vc7封装的xml文件访问对象。带例子-a vc7 Compliant with the xml document the visit. With examples
- 2022-05-09 05:05:09下载
- 积分:1
-
可以实现画图和文档保存功能操作的单文档小小应用程序
可以实现画图和文档保存功能操作的单文档小小应用程序-can achieve drawing and document retention operation of the small single-file applications
- 2022-10-01 20:00:03下载
- 积分:1
-
一个外部的函数(10个数比较大小)在年底!
一个C++的外部函数(10个数比较大小)来看看吧!-an external C function (10 Number comparison size) at the end of!
- 2022-05-08 19:51:56下载
- 积分:1
-
一个很好的递归遍历文件的程序,首先输入查找的目录,然后输入匹配的文件后缀(例如:*.bmp),单击“查找”,ListCtrl列表框中会显示出匹配到的文件的完整路...
一个很好的递归遍历文件的程序,首先输入查找的目录,然后输入匹配的文件后缀(例如:*.bmp),单击“查找”,ListCtrl列表框中会显示出匹配到的文件的完整路径,同时给出匹配到的文件的总数。-A very good document recursive traversal procedures, first of all, enter the directory search, then enter the document matching suffix (for example:*. bmp), click
- 2022-12-08 16:25:02下载
- 积分:1
-
从text文件中读取信息,写入xls文件
从text文件中读取信息,写入xls文件-documents from the text message read, write xls document
- 2022-03-19 23:59:06下载
- 积分:1
-
MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友....
MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友.-the module can read,write delete mp3 ID3V23,it is suitable for studying file operation
- 2022-05-19 01:35:54下载
- 积分:1
-
读写配置文件ini的类.很方便使用
读写配置文件ini的类.很方便使用-read and write configuration files ini class. Easy to use
- 2023-08-15 15:20:02下载
- 积分:1
-
企业员工管理系统
下面是 “员工请假登记” 这一项的源代码:
Option Explicit
"窗口与消息API声明
Private Declare Function SetTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long, ByVal uElapse As Long, _
ByVal lpTimerFunc As Long) As Long
Private Declare Function KillTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long) As Long
Public Declare Function FindWindow Li
- 2022-07-04 08:41:33下载
- 积分:1