-
迷宫问题,实现迷宫路径的查找,最后寻找到出口。
迷宫问题,实现迷宫路径的查找,最后寻找到出口。-Maze problem, the realization of the maze path search, and finally to find export.
- 2023-05-02 06:30:03下载
- 积分:1
-
《C C++程序设计》范例程序,很多程序很有用的,大家下载哟。
《C C++程序设计》范例程序,很多程序很有用的,大家下载哟。-examples of C & C++ How to Program. It is useful, welcome to download.
- 2022-03-29 20:33:14下载
- 积分:1
-
一个过程的过程
关于过程的程序
- 2022-01-31 11:37:31下载
- 积分:1
-
information obtained CPU
取得CPU的信息-information obtained CPU
- 2022-09-09 00:50:02下载
- 积分:1
-
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解6...
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386 finished the instructions not to include follow-up instructions and floating-point instructions, but the source code to consider the scalability, it is very easy to join other directives. Since I do not yet know the compilation of 64 instructions, we had to consider the right 64 expansion. anti-compile the results contrast with the W32DASM found W32DASM many mistakes, I found the source code translation wrong Please email me (only 80,386 directive), I email the source document
- 2022-03-21 08:58:10下载
- 积分:1
-
这也是一个选课系统.但这是一个不同风格的程序.与前一个程序有一些区别....
这也是一个选课系统.但这是一个不同风格的程序.与前一个程序有一些区别.-Elective System. But this is a different style of the proceedings. With a procedure is different.
- 2022-11-27 06:45:03下载
- 积分:1
-
一个磁盘管理程序,功能包括:移动, 删除, 打开, 查找,文件属性,磁盘空闲空间,磁盘拷贝 ,格式化等...
一个磁盘管理程序,功能包括:移动, 删除, 打开, 查找,文件属性,磁盘空闲空间,磁盘拷贝 ,格式化等-a disk management procedures and functions, including : mobile, delete, open, search, file attributes, spare disk space, disk copy, formatting, etc.
- 2022-04-02 06:28:42下载
- 积分:1
-
ODBC 方式 C++ 操作EXCEL的源代码
ODBC 方式 C++ 操作EXCEL的源代码-ODBC EXCEL
- 2022-09-29 06:25:06下载
- 积分:1
-
在安卓上实现计算器应用
安卓应用程序,实现一个计算器,可以进行基本的算术运算,加,减,乘,除。
- 2022-10-14 10:25:03下载
- 积分: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