- 
                        erfenfa
                        
                          二分法,用于多项式求解,迭代12次能达到很高的精度(Dichotomy for polynomial solving, iterative 12 times to achieve high precision)                         
                            - 2008-01-25 19:58:10下载
- 积分:1
 
- 
                        Principles_and_Patterns
                        
                          programming principles and patterns                         
                            - 2019-03-19 13:23:19下载
- 积分:1
 
- 
                        在编写一些C#应用程序的时候,通常要写文件保存一些配置,那么INI文件就很好的解决了这个问题,能将一些固定的信息保存起来....
                        
                          在编写一些C#应用程序的时候,通常要写文件保存一些配置,那么INI文件就很好的解决了这个问题,能将一些固定的信息保存起来.-in the preparation of some C# application procedures, usually write documents preserved configuration INI file so good on the solution of this problem and fixed can store information.                         
                            - 2022-03-17 15:59:56下载
- 积分:1
 
- 
                        matlab
                        
                          Wavelet matlab Wavelet matlab                         
                            - 2013-09-20 16:05:27下载
- 积分:1
 
- 
                        定时器1
                        
                          说明:  该程序为大家提供定时器程序例程。给大家一个参考,来实现简单的定时功能(This program provides you with timer routines. Give you a reference to achieve a simple timing function)                         
                            - 2020-06-17 19:00:01下载
- 积分:1
 
- 
                        四路寻迹
                        
                          #include 
#define CAR_SPEED_MAX 10	//最大速度
sfr P4=0xe8;
sbit PWM_R=P1^7;		//PWM输出
sbit PWM_L=P1^2;
sbit Moto_RA=P1^6;
sbit Moto_RB=P1^5;
sbit Moto_LA=P1^4;
sbit Moto_LB=P1^3;		//左右电机驱动
unsigned char Moto_Speed_R;		//右轮速度
unsigned char Moto_Speed_L;		//左轮速度 
unsigned char Moto_Speed_Num;	//PWM调速
sbit INF_R0=P4^3;		//循迹 右侧内传感器
sbit INF_R1=P4^2;		//循迹 右侧外传感器
sbit INF_L0=P4^1;	  	//循迹 左侧内传感器
sbit INF_L1=P4^0;	  	//循迹 左侧外传感器
unsigned char Car_Sta;	//电机启动速度
/***********************************
*函数名称:void Delay(unsigned char num)
*函数功能:延时
*参数说明:num 延时时间 数值最大255
*返回说明:无
*其它说明:不精准延时
***********************************/
//void Delay(unsigned char num)
//{
//	unsi                         
                            - 2023-04-27 18:20:04下载
- 积分:1
 
- 
                        FANN库神经网络示例
                        
                          基于FANN库的神经网络训练代码,代码包含了怎么设置基本的网络参数,适合新手学习交流。                         
                            - 2022-11-16 12:20:04下载
- 积分:1
 
- 
                        OpenGL_Terrain_LOD
                        
                          OpenGL实现地形LOD,以及shader特效的实现(OpenGL terrain LOD ,and some shader special effects)                         
                            - 2015-12-12 10:35:13下载
- 积分:1
 
- 
                        Books code  " C# examples of major project development (revised edition)&quo...
                        
                          书籍代码《C#专业项目实例开发(修订版)》-徐成敖-源代码-4242CreativeLearning.rar-Books code  " C# examples of major project development (revised edition)" - Xu Ao- source code-4242CreativeLearning.rar                         
                            - 2022-01-21 23:05:58下载
- 积分:1
 
- 
                        EedPointDetectpaper
                        
                          端点检测论文:
基于LPCC、MFCC,基于双门限的端点检测等等(Endpoint detection paper: Based on the LPCC, MFCC, dual-threshold-based endpoint detection, etc.)                         
                            - 2010-11-17 15:36:39下载
- 积分:1