-
At Ocaml
Define a function fibseq that takes an natural number n and return a F...
At Ocaml
Define a function fibseq that takes an natural number n and return a Fibonacci sequence as a list of n elements.
- 2022-02-12 15:54:38下载
- 积分:1
-
恢复SSDT完整源程序,驱动级源码
恢复SSDT完整源程序,驱动级源码,保护您电脑安全。通过修改SSDT实现的内核原生API挂钩在Windows中,用户态应用程序会调用一些API来请求系统服务,这些api被很多dll导出.比如说,向一个打开的文件或者管道或者设备中写入数据,通常会调用WriteFile这条API来实现,WriteFile是被kernel32.dll导出的.在kernel32.dll中,被执行的WriteFile API会调用ZwWriteFile这条被ntdll.dll导出的原生API.这项工作实际是由ZwWriteFile在内核态完成.因此,ZwWriteFile在ntdll.dll中的执行过程仅仅是将一些极少量的代码传送到内核空间调用
- 2022-01-24 15:15:18下载
- 积分:1
-
夸显卡最大化程序
一台电脑插了多块显卡时,放大一个程序,只能在一个显卡上全屏,该程序可以把窗口自动放大到全部显卡上。
- 2022-07-10 14:13:58下载
- 积分:1
-
题目:一个用c 语言编写的程序,两个字符串连接程序
题目:一个用c 语言编写的程序,两个字符串连接程序-a program completed with C,which combines two strings together
- 2022-07-23 22:09:00下载
- 积分:1
-
用回溯法求解KnightTour问题
【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出发点的棋子能否遍历一次棋盘上的所有棋格,且最后回...
用回溯法求解KnightTour问题
【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出发点的棋子能否遍历一次棋盘上的所有棋格,且最后回到出发点。(备注:棋子每次只能沿东、南、西、北、东南、西南、东北、西北方向走一步!!)-Method with back issues KnightTour】 【KnightTour issues in a 8 × 8 chessboard, the examination for the position as the starting point of a piece of a chessboard can traverse all the chess grid, and the final return to the starting point. (Note: each piece can only be along the east, south, west, north, southeast, southwest, northeast, northwest direction step!!)
- 2022-03-12 08:40:20下载
- 积分:1
-
基于WinCE操作系统、SMDK2410硬件开发平台下的显示驱动
基于WinCE操作系统、SMDK2410硬件开发平台下的显示驱动-Based on the WinCE operating system, SMDK2410 hardware development platform for the display driver under the
- 2022-02-01 18:58:36下载
- 积分:1
-
FlexCell使用示例源码(VFP8)
FlexCell使用示例源码(VFP8)-FlexCell use the sample source code (VFP8)
- 2022-06-28 16:20:28下载
- 积分:1
-
一个窗口的类型在Child和Popup之间互换
一个窗口的类型在Child和Popup之间互换-The exmaple of the interchange of a windows style between child and popup
- 2022-01-29 00:31:19下载
- 积分:1
-
该代码为在窗口的标题栏中显示按钮的演示代码。
该代码为在窗口的标题栏中显示按钮的演示代码。-display buttons on title bar.
- 2022-02-02 17:49:40下载
- 积分:1
-
这是一个求1到100的所有质数的程序,运行后屏幕上显示1到100的所有质数...
这是一个求1到100的所有质数的程序,运行后屏幕上显示1到100的所有质数-This a program which caculates all prime numbers from 1 to 100. The output of the program is all the prime numbers from 1 to 100 on the screen.
- 2022-05-24 16:06:22下载
- 积分:1