资源列表
改进的S变换matlab源码
- 改进的广义S变换(Generalized S Transform)matlab源码,引入了可供自己修改的3各参数。
CountNextDate
- (完整版)输入一个日期的年月日,计算其下一天;若数据非法则给出相应提示信息,年份y在[1901,2049],月份在[1,12],天数在[1,31] -a programe to judge the next date of a year
calcrange
- 该源码为特征选择 从高维数据降低到低维数据-The source code for the feature selection to reduce the high-dimensional data low-dimensional data
LinkDemo02
- Java链表的自动追加,删除,适合入门学习之用-Java linked list automatically append, delete, suitable for entry-learning purposes
人脸检测代码
- 这是使用python开发工具实现的较为简单人脸检测代码,如果需要更为详细复杂的代码,可以联系作者。
ajaxrequest
- AjaxRequest源码,AJAXRequest是一个方便AJAX开发的通用类,可以方便地进行一些AJAX中需要的操作,从而简化开发步骤,减少重复代码编写量。-AjaxRequest source, AJAXRequest Convenience AJAX development is a generic type, can easily carry out some necessary operations in AJAX, which simplifies the development
JAVAAddExcle
- JAVA创建Excel表,很是方便,有需要的朋友个已看看。-JAVA to create an Excel table, it is convenient, there is a need of a friend take a look.
ClassPathScanner
- C:\Documents and Settings\Administrator\桌面\src\com\javaeedev\util
Calculator.java
- Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression: + - * / ( ) Your program should be able to deal with multiple cases of input. Sample Input 3 +
Ajax
- 在注册或购物车结帐的时候,需要用户填入个人资料,这个环节可以简练一下,我们只需客人填入邮政编码,然后就根据这个邮政编码,自动从数据库中取出相应的省,市等地址信息。这样既可以减少客户的输入,增加客户体验,又可以减少由于资料输入而产生的错误 -Cart in the registration or checkout, the need for users to fill in personal information, click the link can be concise, we only
dedede
- 一些简单的java初学者必学的东西,希望能对你有用.
词法分析程序(编译原理)
- 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc