-
Another example of the use delphi to learn lua. To help improve the lua
另一种delphi学习lua使用的例子.对提高lua有所帮助-Another example of the use delphi to learn lua. To help improve the lua
- 2022-12-17 01:45:03下载
- 积分:1
-
AMD ATI Graphics Display setting
此AP由VS2010使用AMD ATI graphics SDK开发,用于显示颜色校正和增强功能,包括颜色色调、颜色饱和度和显示gamma。Microsoft NSDN提供了操作系统层gamma校正的API方法,但没有颜色增强功能,这个AP可以通过GPU加速来增强颜色。此外,MS NSDN的gamma功能仅通过一种颜色设置影响所有显示器颜色设置(内部面板和外部显示器),但SDK方法可以独立控制所有显示器(内部面板、外部显示器、VGA和HDMI端口的单独颜色设置)
- 2022-03-13 11:48:02下载
- 积分:1
-
关于c语言的一些文章,对于新手老手都有参考价值,我是受益匪浅啊...
关于c语言的一些文章,对于新手老手都有参考价值,我是受益匪浅啊-language on the article, veteran newcomers have reference value, I benefited ah
- 2022-02-10 17:17:27下载
- 积分:1
-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1
-
一个异步聊天系统,系统只允许客户与服务器相互传送字符串数据,不实现任意客户之间的直接信息传递。...
一个异步聊天系统,系统只允许客户与服务器相互传送字符串数据,不实现任意客户之间的直接信息传递。-An asynchronous chat system, the system only allows the client and the server can transmit the string data, not to achieve any of its customers a direct transmission of information.
- 2022-06-03 13:57:16下载
- 积分:1
-
手机取证
手机取证的源码,使用C#写的是关于图案片的未取证源码,是证据收集和证据采集的很好案例,
- 2023-07-18 03:35:03下载
- 积分:1
-
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。...
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。-This program demostrate how to write higher layer applications to communicate with USB ports. Readers need to know how the server recognizes the USB device and basic principles of USB.
- 2023-08-18 13:30:03下载
- 积分:1
-
n皇后问题,费城经典的解决方法,用General
n皇后问题,费城经典的解决方法,用General-Search方法写的-n Queens problem,solved by classical Philadelphia method,using General-Search method.
- 2022-11-13 11:20:03下载
- 积分:1
-
获取局域网内计算机的列表
Visual C#得到局域网计算机列表,也就是获取局域网内的所有在线的主机名称列表,请确保您的电脑在网络中,要不然程序获取时候可能要假死,需要强制结束任务。-Visual C# to get a list of local area network computer, which is to get a list of all the online host names within the LAN, make sure your computer is on the network, or else the program may have to feign death to get it, you need to force the end of the task.
- 2022-04-13 08:07:56下载
- 积分:1