-
北大ACM试题poj 第3056,3060题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3056,3060题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Question poj first question 3056,3060 source code, good code, and want to help students engage in ACM
- 2022-05-25 04:35:35下载
- 积分:1
-
simple cad program by vc.
基于VC6.0开发工具开发的简易CAD程序-simple cad program by vc.
- 2023-02-14 00:00:03下载
- 积分:1
-
介绍delphi写的3ds算法,希望对学delphi的人有所帮助
介绍delphi写的3ds算法,希望对学delphi的人有所帮助-introduced 3ds write algorithm, and I hope to learn the delphi help
- 2022-01-22 06:29:50下载
- 积分:1
-
win8平板调用摄像头工具
win8平板很牛叉的调用摄像头的库,通过.net调用COM库实现的,之前通过avicap.dll库,SendMessage方式都行不通的方式用这种方式能成功。
namespace AForge.Controls
{
using AForge.Video;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
public class VideoSourcePlayer : Control
{
private bool autosize;
private Color borderColor = Color.Black;
private IContainer components;
private Bitmap currentFrame;
private bool firstFrameNotProcessed = true;
- 2022-04-23 12:39:10下载
- 积分:1
-
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记...
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记录下来,然后转向到静态stdProc回调函数,转向之前先记录HWND,然后把堆栈里HWND的内容替换为this指针,这样在stdProc里就可以从HWND取回对象指针,定位到WindowProc了-thunk is a group of dynamically generated ASM command, it records the window class object this pointer, and this group of commands can be used as a function of both the process can also be a window to use. thunk first window object this pointer record, and then shifted to the static callback function stdProc, before turning record HWND, and then the contents of the stack where HWND replace this pointer, so in stdProc can retrieve the object from the HWND pointer, locate the WindowProc
- 2022-08-09 23:02:21下载
- 积分:1
-
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。...
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。-Introduce a variety of common components to determine the identification method is based on the application of a manual.
- 2023-01-05 10:25:03下载
- 积分:1
-
foreign experts participating in the programming contest at the entries won. Ass...
此程序是国外高手参加世界编程大赛时的参赛作品,获一等奖。是汇编语言啊感觉很强-foreign experts participating in the programming contest at the entries won. Assembly language is a strong feeling ah
- 2022-02-22 10:05:09下载
- 积分:1
-
详细介绍wince开发过程中会遇到的一些常见问题,对初学者很有帮助....
详细介绍wince开发过程中会遇到的一些常见问题,对初学者很有帮助.-Details of the development process will wince encountered some frequently asked questions, very helpful for beginners.
- 2022-03-03 11:12:07下载
- 积分:1
-
汇编语言,完成至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。...
汇编语言,完成至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。-compiled language, the completion of at least four types of roses line drawing, graphics can be found in mathematics Manual (Operators can use sentinel; Proposed floating-point operations).
- 2022-03-14 21:00:04下载
- 积分:1
-
a tiny useful midi player
很小巧实用的midi播放器!-a tiny useful midi player
- 2022-07-07 14:45:26下载
- 积分:1