-
Chat using CSocket
本文介绍了Windows套接字的性质和用途。这是
- 2022-06-17 10:07:22下载
- 积分:1
-
《用ATL实现VC插件》事例源代码
《用ATL实现VC插件》事例源代码-"with ATL VC plug" source code examples
- 2022-03-09 19:58:34下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1
-
in VB program simulated mouse movement, and can allow programs to automatically...
在VB程序中模拟鼠标的动作,可让程序自动动作。-in VB program simulated mouse movement, and can allow programs to automatically moves.
- 2022-05-21 19:27:44下载
- 积分:1
-
类似于foxmail得邮件编写 收发程序
类似于foxmail得邮件编写 收发程序-similar to the mail I in the preparation of procedures TX
- 2023-07-23 09:30:03下载
- 积分:1
-
C++标准库实例代码,C++标准程序库书籍代码
C++标准库实例代码,C++标准程序库书籍代码-C++ Examples of standard library code, C++ Standard procedure code library books
- 2022-03-05 20:33:02下载
- 积分:1
-
ini文件的读取函数,实现对INI文件进行查找,然后读取输出
ini文件的读取函数,实现对INI文件进行查找,然后读取输出-ini file read function, the realization of the INI file search, and then read the output
- 2022-03-20 14:26:43下载
- 积分:1
-
hexadecimal or vary the small programs written using vc, entirely original focus...
十六进制异或的小程序用vc写的,完全属于原创主要是完成对两个十六进制数进行异或运算-hexadecimal or vary the small programs written using vc, entirely original focus will be on completing the two hexadecimal number for XOR
- 2022-03-13 05:56:54下载
- 积分:1
-
vissim与matlab的交互。agent智能体建模
使用matlab进行算法的编程调用,通过.NET 编制主控程序,实现了 VISSIM 交通流数据和 MATLAB 计算平台的交互,为复杂交通控制模型的有效性检验提供了一个高效可行的仿真环境,相比直接利用编程语言对 VISSIM 进行二次开发,该方法降低了交通控制模型的实现难度,提高了模型正确性。同时,本文给出了一个基于本平台的单点强化 Q 学习的仿真实例,证实了仿真平台的可行性。
- 2023-03-03 16:20:04下载
- 积分:1
-
贪吃蛇游戏
基本上,这是简单的贪吃蛇游戏在具有 3D 效果。在这个游戏的蛇会吃它的食物,帮助它提高它的增长,它的身体变得越来越大。在这场比赛我们也实现了碰撞检测算法,如果蛇吃了自己然后游戏会结束。
- 2022-07-14 00:23:39下载
- 积分:1