-
存取注册表的类用c编的
存取注册表的类用c编的-access to the registry with the class c series
- 2022-03-20 12:06:17下载
- 积分:1
-
interface is very good in the paper dividers, worth learning
界面非常不错的文件分割器,值得借鉴-interface is very good in the paper dividers, worth learning
- 2022-08-20 05:44:49下载
- 积分:1
-
12306余票查询系统
源代码演示了如何在客户端程序,按HTML的格式,封装报头,通过12306系统的接口,进行火车票的查询。程序还提供了一种根据用户输入,自动匹配目的地的方法。程序内部处理12306返回消息是通过xml(还是json忘记了,懒得看源代码了)的方式实现的。HTML封装也是网络分层的一部分,有兴趣的同学可以看下,对于计算机网络知识的学习还是有些帮助的,如果只是想通过本程序查找12306的接口,那还是算了,铁道部有事没事就换一下接口,其实接口参数和名称都差不多,就变一下,相当蛋疼,还是自己看网页源代码吧,上面都写有,不了解html和js的同学开始会比较头疼,其实一门语言学熟悉了,看起来也都没差,没什么好说的了。
- 2022-01-25 15:50:27下载
- 积分:1
-
猜字迷游戏(支持网络对战)源代码.zip
猜字迷游戏(支持网络对战)源代码.zip- puzzles riddles (support network players) source code. Zip
- 2022-03-17 13:33:16下载
- 积分:1
-
透视投影的有趣算法
透视投影的有趣算法-interesting perspective projection algorithm
- 2023-07-16 14:05:03下载
- 积分:1
-
井字游戏 - 游戏人生
井字游戏 (或零和十字、 XS 和OS) 是一个纸笔游戏为两名球员,X 和 O,服用变成标记一个 3 × 3 网格中的空格。这位成功地将三个各自标志放置在水平、 垂直或对角线的行中的球员赢得这场比赛。下面的示例游戏中赢得了第一的球员,井字游戏 X:Game 赢得了 X球员们很快就发现从双方的最佳发挥会导致一场平局 (通常指猫或 cat 的游戏)。因此,井字游戏最常扮演的是年幼的孩子。井字游戏的简单性使得它理想作为一种教学工具的教学概念的良好的体育精神和处理的博弈树搜索的人工智能的一个分支。它是直截了当写计算机程序来玩井字游戏完美,以枚举 765 本质上不同的位置 (国家空间复杂性) 或 26,830 可能游戏旋转和反射 (博弈树复杂性) 在这个空间。[] 1这场比赛可以推广到 m、 n、 k 游戏两个玩家交替 m × n 的董事会,与,目的是让自己的色彩 k 行中自己颜色的条石。井字游戏是 (3,3,3)-游戏。
- 2022-03-25 16:08:58下载
- 积分:1
-
Visual basic 6.0 的滚轮鼠标
微软 VB 6 鼠标滚轮修复
MICROSOFT 软件最终用户许可协议
IMPORTANT뾕EAD 仔细 ︰ 本最终用户许可协议 (밇ULA? 是你们之间的法律协议 (要么
- 2022-02-01 16:29:27下载
- 积分:1
-
MikroC编译PIC单片机PDF手册
这是PIC单片机的PDF手册的MikroC编译器的…
- 2023-05-31 06:00:03下载
- 积分:1
-
RealOne窗体源代码(realplay9.0窗体效果)
RealOne窗体源代码(realplay9.0窗体效果)-RealOne Forms source code (realplay9.0 Form effect)
- 2022-01-26 15:58:47下载
- 积分:1
-
In some cases you need to display the callstack of the current thread or your ar...
In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding the implementation details (API) from the class interface
Support of x86, x64 and IA64 architecture
Default output to debugger-output window (but can be customized)
Support of user-provided read-memory-function
Support of the widest range of development-IDEs (VC5-VC8)
Most portable solution to walk the callstack
-In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads/processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding
- 2022-02-14 18:26:54下载
- 积分:1