-
bypass-UAC-souce-code
本代码可以实现绕过win7UAC(用户账户控制),可以很好的实现(This code can realize to bypass win7UAC, (User Account Control), can achieve a good)
- 2013-04-19 11:37:28下载
- 积分:1
-
STC15W408AS TSSOP28C程序资料
说明: STC15系列开发板的原理图及相关测试程序。(Schematic diagram and related test program of stc15 series development board.)
- 2020-11-15 17:27:59下载
- 积分:1
-
三维重建
文件为基于图像序列的三维重建程序,用户可以通过倒入图片,将二维图片三维重建,仅供参考学习,希望大家多多支持!
- 2022-01-25 22:54:21下载
- 积分:1
-
导弹弹道分析,
包含对于导弹各个状态时的弹道程序的模拟和分析,采用模块化的建模思想 ,建立决定箭体运动相关部分的数学模型 ,包括空气动力模型、发动机推力模型、六自由度运动学模型 ,然后对各个子模块分别采用 Simulink 建立单元仿真模型。通过对单元仿真模型的集成得到了火箭 6 自由度运动的仿真模型 ,基于该仿真模型进行了单元仿真。对比实测数据 ,证明提出的方法可行 ,模型建立正确。
- 2022-03-19 16:15:35下载
- 积分:1
-
MediaPlayer
VC编写的多格式播放器,可播放MP3,MIDI等格式的音频文件!()
- 2007-09-09 09:27:17下载
- 积分:1
-
UTC-time
UTC时间换算本地时间,非常好用,可以移植到任何环境。(UTC Time Conversions local time, very easy to use, can be ported to any environment.)
- 2016-01-02 18:26:30下载
- 积分:1
-
MySlopeOne
说明: 协同过滤算法matlab代码,算法本身挺简单的,建议你自己试着编一下(Collaborative filtering algorithm matlab code
)
- 2011-04-17 18:24:22下载
- 积分: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
-
gpxe-1.0.1.tar
gPXE是支持PXE规范的网络启动实现,扩展了很多其他功能,比如http、iscsi和aoe等(gPXE is an implementation of the PXE specification for network
booting, with extensions to allow additional features such as booting
via HTTP, iSCSI, and AoE. )
- 2010-12-20 11:51:20下载
- 积分:1
-
DynamicButtonNavigation
说明: 发一个具有动态按钮的C#窗体界面实例源程序,看似专业的界面,实际上都是些比较基础的知识技巧的运用,在大家以后的编程中,这也是很常见的,做出一个专业的软件界面,这就是基矗(Made a dynamic button instance of C# source code form interface, professional-looking interface, in fact, some basis of comparison is the use of knowledge skills, in all future programming, this is very common to make a professional software interface, which is based Jinchu)
- 2010-04-02 19:42:56下载
- 积分:1