资源列表
利用回溯算法数独游戏解算C++代码
- 利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题,The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
suma3
- sum tables t ta tb / hf-sum tables t ta tb/hf
jkfkfjfkf
- 该程序的功能是求出网络图中每道工序的可压缩天数,以及压缩后的最大收益-The program' s function is calculated in the network diagram of each process the number of days compressible, as well as the biggest beneficiary after compression. . .
VB
- 阻止关机的小程序+阻止重启阻止关机的小程序+阻止重启-Prevent the shutdown of small programs to prevent shutdown restart+ stop+ stop restart the applet
cryptanalyse_Hill
- crypeanalyse de hille from ilyas
JMISSING_BLOCA
- JAD反编译MISSING_BLOCK_LABEL_问题解解决方法,希望给JAVA爱好者带来帮助, -JAD decompile MISSING_BLOCK_LABEL_ solution solution, hope JAVA fans to bring help,
socket
- 使用socket编写简单的客户、服务器端通信程序-Socket write simple client server communications procedures
vbshellrun
- VB6用代码运行其他程序,使用shell命令来运行windows的记事本程序,具体代码请下载压缩包,代码很简。关于shell函数:作用是运行一个外部可执行文件。它的参数有:程序名(假如那个程序在不同文件夹,并且不是系统文件,则需要详细路径)。运行方式:假设你想要运行C盘根目录的ABC.EXE,则第一个参数需要:"C:\\ABC.EXE"-VB6 code to run with the other programs, use the shell command to run windows No
Zz-GAME
- 这个是我自己写的跳舞机游戏大家下去玩玩吧就是有点闪-this is what I wrote it myself at focusing on the game we play a game it is a little flash
zuiyou
- 最优处理器的程序,在雷达检测动目标时应用。实现目标检测的最优化处理。-The optimal processor application, application in radar moving target detection. Implement optimization of target detection.
RegNotify
- 设置注册表回调函数监控注册表变动当注册表有改动时获取提示-Set Registry callback function monitoring registry changes when there are changes to the registry when you get tips
simplecomputer
- 简单计算器,能够实现简单的加、减、乘、除。其原理就是使用了两个栈。一个符号栈,一个数据栈。-A simple calculator,it can able to achieve a simple add, subtract, multiply, divide. The principle is to use two stacks. A symbol stack, a data stack.