-
nei-he-zhu-ru
N种内核注入DLL的思路及实现,很好的参考资料(Kernel inject DLL N kinds of ideas and implementation, good reference)
- 2013-10-22 12:46:42下载
- 积分:1
-
kingview-and-51MCU-ASCII
kingview and 51MCU ASCII send and recieve
组态王与51单片机通信ASCII(kingview and 51MCU ASCII send and recieve)
- 2013-10-09 13:24:09下载
- 积分:1
-
LibraryLoaderSetup2v36.msi
just to dislay logo
- 2019-03-26 21:36:57下载
- 积分:1
-
newpr1
SIMULINK操作GPIO,实现定时让LED闪烁。(simulink operate GPIO)
- 2020-06-19 01:00:02下载
- 积分:1
-
dog
说明: 继承,用一种父类继承子类。简单示例。继承,用一种父类继承子类。简单示例。(Inheritance, with a parent class to inherit the subclass simple example inheritance, with a parent class to inherit the subclass simple example)
- 2020-06-22 13:00:02下载
- 积分:1
-
C#字典方式读取TXT,显示曲线
此代码为读取TXT中大量数据,以曲线显示,可以多跟同事显示隐藏,用到了字典读取TXT数据。来显示曲线。界面也比较漂亮,采用了皮肤库来做界面的。可以在下载一些其他皮肤库,做切换效果。
- 2022-12-19 02:00:04下载
- 积分:1
-
car_new
车辆检测系统,用opencv和C++实现汽车流量的检测。(Vehicle detection system, with car traffic detection opencv and C++ implementation.)
- 2012-10-06 15:51:18下载
- 积分:1
-
dc-dc
双向dc-dc的控制算法,实现升压降压双向变换(Two-way dc- dc control algorithm, realization of step-up step-down two-way transformation)
- 2015-12-09 21:45:44下载
- 积分:1
-
mfc编辑款文本颜色设置
mfc设置编辑框文本颜色,需要创建一个以CEDit类为基类的派生类CColorEdit,处理CColorEdit类的WM_CTLCOLOR消息。非常实用,适合初学者
- 2023-03-31 01:25:04下载
- 积分:1
-
LED-3D-POV
stm32的3d led旋转显示器
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
}(stm32 LED 3D POV
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
})
- 2020-12-23 12:29:08下载
- 积分:1