-
我已经写了一个将军
自己编写的一个通用无人机仿真和控制程序,希望能帮助其他有需要的朋友。-I have written a general-purpose UAV simulation and control procedures, hoping to help others in need of a friend.
- 2022-07-10 02:22:33下载
- 积分:1
-
获取cpu信息
获取CPU使用率, 内存分页 ,未分页
struct MIB_ENTRY
{
AsnObjectIdentifier asnOid;
void * pStorageValue;
CHAR * szStorageName;
BYTE chType;
UINT unAccess;
MIB_ENTRY* pMibNext;
};
- 2022-01-25 15:18:48下载
- 积分:1
-
计时器精确。使用高精度定时()适用于重功能…
精确到1us的定时器。使用QueryPerformanceCounter()函数实现
适用于实时控制环境-accurate to the timer. Use QueryPerformanceCounter () functions applicable to real-time control environment
- 2022-04-30 09:19:00下载
- 积分:1
-
C++运算符重载的用例。。 。。 。。
C++运算符重载的用例。。 。。 。。
-vc
- 2022-08-21 01:47:36下载
- 积分:1
-
udpflood的源代码,可以好好学习哦!
udpflood的源代码,可以好好学习哦!
udpflood的源代码,可以好好学习哦!...
udpflood的源代码,可以好好学习哦!
udpflood的源代码,可以好好学习哦!
udpflood的源代码,可以好好学习哦!
- 2022-12-17 01:30:03下载
- 积分:1
-
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的逻辑结构就像是一个围棋盘(没见过,你就想一下苍蝇拍,这个总见过吧),而非零元就好像是在棋盘上放的棋子,总共占的空间就是,确定那些线的表头节点和那些棋子代表的非零元节点。最后,我们用一个指针指向这个棋盘,这个指针就代表了这个稀疏矩阵-Crusaders is the form : Chain Simulation matrix rows (or out, This can be based on individual preferences to be), and then constructed on behalf of the chain out, Each line of the elements inserted into the node corresponding to the series. To book a few small depositors table first node, out of line and the first node table to merge together-- the reality is that a number of indicators provincial jurisdictions, if the number of rows and columns ranging, redundant data domain put this province has granted the use of the space. This little trick I did waste a half-day efforts, personal feeling, not merit, a lot of shortcomings,
- 2022-03-13 05:45:31下载
- 积分:1
-
用API创建 Toolbar 带 ToolTip的例子(VC 6.0 API SDK程序)
用API创建 Toolbar 带 ToolTip的例子(VC 6.0 API SDK程序)-Using API to create Toolbar with ToolTip example (VC 6.0 API SDK Procedure)
- 2022-03-21 21:11:22下载
- 积分:1
-
windows 钩子编程指南,里面有配套的代码
windows 钩子编程指南,里面有配套的代码-windows hook Programming Guide, which is supported by other code
- 2022-08-20 04:07:22下载
- 积分:1
-
原型窗口,可以基于该包开发仿真的windows桌面系统UI。
原型窗口,可以基于该包开发仿真的windows桌面系统UI。-Prototype window, can be based on the development of simulation package windows desktop UI.
- 2022-01-30 10:57:14下载
- 积分:1
-
Under windows XP using VC++ to achieve a small games, imitate Lenovo i998 comes...
windows XP下用VC++实现的小游戏,模仿联想i998上的自带游戏“墙中公主”,还未加入游戏结束判断。-Under windows XP using VC++ to achieve a small games, imitate Lenovo i998 comes with the game on the " wall in the Princess," have not yet joined the game is over to judge.
- 2022-01-30 22:25:49下载
- 积分:1