-
CE5.0下矩阵式触摸板驱动,规格24*32;内部使用定时器及端口中断,平台是AT91...
CE5.0下矩阵式触摸板驱动,规格24*32;内部使用定时器及端口中断,平台是AT91-Matrix under CE5.0 touchpad driver, specifications 24* 32 the internal use of timer and interrupt port, platform is the AT91
- 2022-08-06 16:17:13下载
- 积分:1
-
此程序演示一个完整的图形及交互式的应用程序运行它还可以绘制出不同的可在屏幕上进行移动的图形...
此程序演示一个完整的图形及交互式的应用程序运行它还可以绘制出不同的可在屏幕上进行移动的图形-this procedure demonstrated a complete graphics and interactive application procedures can also map out the different screen screen for mobile graphics
- 2023-09-02 06:20:03下载
- 积分:1
-
关于DataSet的理解
应用背景如果你需要了解下C#中dataSet的用法,那么这篇文章会对你有很大帮助关键技术c# dataSet dataTalbe dataRow c# dataSet dataTalbe dataRow
- 2022-09-26 06:50:02下载
- 积分:1
-
该程序模拟了一个简单的神经元,神经networkreporting在稳定状态…
The program Neuron.c simulates a SIMPLE stable state neural networkreporting on both input and output states and energy levels after eachiteration (namely set up for 8, though usually the network stabilizes afterabout 4). The program demonstrates a very straight-forward method ofprogramming a content-addressable memory and receiving output from that memory.
- 2022-02-01 07:17:54下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
一个连连看的EVC小程序,很有趣的,源代码可以学习。
一个连连看的EVC小程序,很有趣的,源代码可以学习。
- 2022-08-08 22:46:50下载
- 积分:1
-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1
-
基于stm32单片机的四轴无人机代码
基于恒拓科技无人机代码基础进行优化和修改代码。能够实现无人机超声波定高,气压计定高,gps,自动起飞,nrf与外围nrf通信,蓝牙发送上位机。
- 2022-09-02 03:20:03下载
- 积分:1
-
带有提示文字的列表框 Visual basic开发的很简单的小程序,功能很单一,适合初学者使用...
带有提示文字的列表框 Visual basic开发的很简单的小程序,功能很单一,适合初学者使用-with a list of suggested words Visual basic frame of the development of small simple procedures, is a single function, for beginners
- 2023-04-14 03:00:03下载
- 积分:1
-
vc下调用ffmpeg进行x264编码
vc下调用ffmpeg进行x264编码,在vc环境下通过ffmpeg进行x264编码的源程序,很好的资源,找了好久才找到的,希望对大家有所帮助。
- 2022-01-28 02:29:43下载
- 积分:1