-
chengjiguanli2
一个关于成绩管理系统的课设:-)希望大家喜欢(A performance management system on a course set up :-) I hope you like)
- 2009-01-01 09:09:02下载
- 积分:1
-
EAC反作弊绕过工具源代码
说明: 反作弊绕过工具.可以绕过np等大部分反作弊工具(Anti cheating bypass tool. Can bypass most anti cheating tools such as NP)
- 2020-03-15 20:26:26下载
- 积分:1
-
halcon-C#打开摄像头
halcon与C#混合编程(二)读取并处理图片--------------------halcon-C#打开摄像头
- 2022-03-14 22:07:30下载
- 积分:1
-
3dterrainDEMO
说明: 3d 地形渲染DEMO lod
采用lod技术 多层渲染(3d terrain rendering using DEMO lod multi-lod rendering technology)
- 2009-08-01 22:30:54下载
- 积分:1
-
CE170_Center_Aligned_PWM_030110
说明: Center aligned PWM output sdPIC33 series
- 2020-09-22 18:22:16下载
- 积分:1
-
程控
说明: 用于程控函数发生和检测,可以调制电压,显示电压,显示屏幕用的nokia5110(Voltage can be modulated for the generation and detection of programmable functions.)
- 2019-03-28 17:07:40下载
- 积分:1
-
IEC-61850标准[中文.完整版]
说明: IEC-61850标准分析完整中文版(自用)(IEC-61850 standard analysis)
- 2020-08-18 16:08:21下载
- 积分:1
-
auto_correlation
用Blackman-Tukey方法(自相关法)实现对任意输入的实序列函数x(n)作功率谱估计。(Using Blackman-Tukey method (autocorrelation method) to achieve the actual sequence of arbitrary input function x (n) for power spectrum estimation.)
- 2009-01-18 13:00:25下载
- 积分:1
-
资源文件的创建和读取。将各种资源文件打包为.resources文件,然后从这个文件中将资源还原出来。...
资源文件的创建和读取。将各种资源文件打包为.resources文件,然后从这个文件中将资源还原出来。-resources and the creation of documents to read. Various resources for packaging paper. Resources document, then the document will be the reduced resources.
- 2023-05-04 11:20:03下载
- 积分: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