-
Oracle自动定时备份程序,把Oracle备份成dmp文件,自动执行.
Oracle自动定时备份程序,把Oracle备份成dmp文件,自动执行.-Oracle automatic backup procedures regularly, put Oracle into a dmp backup file, automatically.
- 2022-08-16 15:00:30下载
- 积分:1
-
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。...
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。-Algorithm analysis and design of the classic problems, the use of backtracking to solve knapsack problem, there is a detailed code snippet.
- 2022-02-03 18:03:27下载
- 积分:1
-
简单的c语言编译器源程序
一个c语言的编译器 。包含词法分析器,语法分析器,中间代码生成,符号表,目标代码生成。是源程序文件。希望对你有用。
- 2022-05-28 00:44:02下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
-parts cutting issue for a fixed width of the rectangular plate W, the height of rectangular plate unrestricted. Need from the board is cutting out respectively n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?
- 2022-02-02 15:40:05下载
- 积分:1
-
C++定时自动关机程序 可以设定时间自动关机,还可以重启、注销...
C++定时自动关机程序 可以设定时间自动关机,还可以重启、注销-C++ Regular automatic shutdown procedure can set the time automatically shutdown, you can restart, write-offs
- 2022-01-30 12:12:49下载
- 积分:1
-
得到DLL/EXE文件中的资源定义,用vc++编译
得到DLL/EXE文件中的资源定义,用vc++编译-Get DLL/EXE file resource definition, with vc++ Compiler
- 2022-08-13 15:24:39下载
- 积分:1
-
MFC Socket通讯源码可用
资源描述
MFC 版的 socket 简单通讯 程序,可实现 客户端和 服务端 互相发送数据,
供新手学习socket编程
- 2022-05-31 20:18:56下载
- 积分:1
-
C++调用C# COM,C#调用C++ dll, 对称加密
本代码演示了C#调用C++,C++调用C#,C#用COM封装了对称加密算法,再用C++将C# COM封装为标准windows dll,
C++标准dll可供其它语言使用,如java、delphi……,项目中演示了改dll的C#调用和VC调用。
- 2022-02-02 03:59:52下载
- 积分:1
-
A good an example of multi
很好的一个多媒体编程的一个实例,大家顶下!-A good an example of multi-media programming, the top U.S. under!
- 2022-09-06 05:15:02下载
- 积分:1
-
自定义的DatagridView控件,提供了常见的几种常见操作的自定义函数。
主要函数
GetValue:获取指定行和列的Cell Value
Se...
自定义的DatagridView控件,提供了常见的几种常见操作的自定义函数。
主要函数
GetValue:获取指定行和列的Cell Value
SetValue:设置指定行和列的Cell Value
-DatagridView custom controls, provides a common operation of some common self-defined function. The main function GetValue: access to the specified rows and columns of the Cell Value SetValue: Set the specified rows and columns of the Cell Value
- 2022-07-16 21:00:39下载
- 积分:1