-
Large_Scale_NMF
处理大规模矩阵,对大规模的矩阵进行分解,即形如分解A=UV(To deal with large-scale matrix, mass matrix decomposition, that is shaped like a decomposition A = UV)
- 2012-12-12 21:19:34下载
- 积分:1
-
C#学习过程中的小例子,各种各样的,具体也就不说了,自己看源码吧!...
C#学习过程中的小例子,各种各样的,具体也就不说了,自己看源码吧!-C# Learning process in the small example, a wide range of specific does not say that he source you look!
- 2022-01-31 11:30:52下载
- 积分:1
-
OpenJPEG_PCMDC
Fast Prediction Compensated Multiple Description Coding for JPEG 2000
The prediction compensated multiple description coding described in the following papers is implemented by modifying the OpenJPEG version of the JPEG 2000 standard:
J. Wang, and J. Liang, "Filter banks for prediction-compensated multiple description coding,?submitted to IEEE Trans. Signal Processing, Sept. 2007. Revised: Aug. 2008. PDF
J. Wang, and J. Liang, "Filter Banks for Prediction-Compensated Multiple Description Coding," accepted, 2008 Data Compression Conference, Snowbird, Utah, Mar. 2008. PDF
http://www.ensc.sfu.ca/~jiel/
- 2009-06-17 21:01:05下载
- 积分:1
-
Basic_voice
语音信号处理中的所有基本的算法的代码 联合开发网 - pudn.com
- 2011-04-26 13:02:39下载
- 积分:1
-
通过利用CIRCLE、LINE语句学习构建图形。通过不段的对程序的调试,逐步的掌握C语言各种语句的功能,同时对自己在C语言方面有不足的地方不段的进行改正,并进一...
通过利用CIRCLE、LINE语句学习构建图形。通过不段的对程序的调试,逐步的掌握C语言各种语句的功能,同时对自己在C语言方面有不足的地方不段的进行改正,并进一步的提高自己对C语言的了解,能更加熟练的掌握C语言的功能及对程序的调试。-through the use of CIRCLE, LINE statement learning Construction graphics. Adoption is not the right of the debugging process, and gradually master the C language function of the various statements, in the C language is not deficiencies in the conduct of corrections, and further to improve their understanding of the C language, can be more fluent in C language functions and the procedures to debug.
- 2022-01-28 07:23:56下载
- 积分:1
-
编译原理综合实验
《编译原理综合实验》作为《编译原理》课程的延伸,其目的是让同学动手设计和实现一个简单语言的编译器和解释器。通过上机实践,来设计这个相对完整的编译器设计,一方面可以使学生增加对编译程序的整体认识和了解——巩固《编译原理》课程所学知识,另一方面,通过上机练习,学生也可以学到很多程序调试技巧和设计大型程序一般的原则,如模块接口的协调,数据结构的合理选择等等。
- 2023-03-21 09:00:04下载
- 积分:1
-
Print
该程序用MFC实现打印机的功能,对初学并口编程的学习者具有很好的指导意义(The program with MFC realize the function of the printer on parallel port programming novice learners with a good guide)
- 2008-02-25 14:41:50下载
- 积分:1
-
PIC CCP例
#include
#define uchar unsigned char
#define uint unsigned int
__CONFIG(0x3B31);
uint CCPDE;
const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void delay(uint x)
{
uint j,i;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
uchar temp;
void init();
void display();
void xianshi(uchar num1,uchar num2,uchar num3,uchar num4);
void main()
{
uchar a1=0,a2=0,a3=0,a4=0;
init();
while(1)
{
a1=CCPDE/1000;
a2=CCPDE%1000/100;
a3=CCPDE%100/10;
a4=CCPDE%10;
xianshi(a4,a3,a2,a1);
}
}
void init()
{
TRISB=0X00;
PORTB=0x06;
TRISC=0x0f;
CCP1IE=1;
T1CON=0X01;
CCP
- 2022-12-15 00:15:03下载
- 积分:1
-
4位数码管模块 LED显示 四位串行 595驱动
淘宝买的数码管,店家提供的程序。“骑远飞4位串行595数码管资料”。我只是搬运工,我只是程序搬运工
- 2022-07-07 20:26:43下载
- 积分:1
-
vcPP6.0
vc++6.0安装包,内附有补丁以及卸载程序,解压即可安装(vc++6.0 installation package, patches, and have included uninstaller, decompression can be installed)
- 2016-12-21 19:11:26下载
- 积分:1