搜索资源列表
JPG图片压缩(纯VB源码)
- his project is my trial to make an OCR (Optical Character Recognition) program Before i made this project I v looked at other OCR projects, but in all of them i v seen NNT (Neural Net) and this is VERY COMPLICATED!!! i wan t to make a simple proj
cics
- CICS简单入门例程 CICS环境构架 1 安装服务器 1) 建立用户CICSTEST(要用超户权) 2)用CICSTEST用户登录 3)安装DB2指定CICSTEST为管理用户 4)安装CICS部件(CICS服务器软件内的SETUP) 安装CICS server->CICS Server Developmnet Ssystem 5)安装Encian部件(CICS服务器软件内的SETUP) 安装Encian Clinet/Server-&g
us_apgxy
- zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at th
bootkitbasic
- 可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as other
51XXMP3
- 曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0} 末尾:0,0 表示结束(Important) 音高由三位数字组成: 个位是表示 1~7 这七个音符 十位是表示音符所在的音区:1-低音,2-中音,3-高音 百位表示这个音符是否要升半音: 0-不升,1-升半音。 音长最多由三位数字组成: 个位表示音符的时值,其对应关系是: |数值(n): |0 |1 |2 |3 | 4 | 5 | 6 |几分音符: |1 |2 |4
sgj2
- 假定已经有许多应用采用了程序1 - 1 5中所定义的C u r r e n c y类,现在我们想要对C u r r e n c y类 的描述进行修改,使其应用频率最高的两个函数A d d和I n c r e m e n t可以运行得更快,从而提高应 用程序的执行速度。由于用户仅能通过p u b l i c部分所提供的接口与C u r r e n c y类进行交互,-assumption has been used for many applications of the program
crc2345
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
xls
- 利用流快速导出生成EXCEL,5万笔资料只需6秒时间左右-derived using the rapid generation of Excel, 50,000 T information only about 6 seconds
exp103
- 1、典型连续时间信号波形绘制 1)单边指数信号 要求: (1) 画出t=0,1,2,…,500共501点 (2)在一个坐标系中用三种不同颜色分别绘制如下三种情况下的波形 (a) E=200,X=62.5 (b) E=200,X=125.0 (c) E=200,X=250.0 (3)标出特殊点的坐标,如t=0和 的坐标 代码为此题目的解
example4_6
- :滤波 fs=400 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=5 时间窗大小 t=0:ts:T -hf1=zeros(1,N) hf1(f<=B1&f>=-B1)=1 y1=hf1.*fftshift(y) figure subplot(211) plot(f,abs(fftshift(y))/N,f,hf1, r-- ) axis([-fs/2,fs/2,0,1.2]) title( 原信号
LL1
- LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7) F->i (8) 程序设计思路见课本P76,
T-REC-G.723.1-200605-I!!SOFT-ZST-E
- G.723语音编码器是一种用于多媒体通信,编码速率为5.3kbits/s和6.3kbit/s的双码率编码方案。G.723标准是国际电信联盟(ITU)制定的多媒体通信标准中的一个组成部分,可以应用于IP电话等系统中。其中,5.3kbits/s码率编码器采用多脉冲最大似然量化技术(MP-MLQ),6.3kbits/s码率编码器采用代数码激励线性预测技术。-G.723 is a speech coder for multimedia communications, coding rate 5.3kbi
VclSkin5.40_FullSource
- 一款非常好用的Delphi控件,完整源码 -VCLSkin is a component to create skinnable user interface for Delphi/C++Builder application, It is easy to use, just put one component on mainform, Vclskin will skin whole application without source code modification. Vc
5-pesq
- Perceptual Evaluation of Speech Quality (PESQ) - ITU-T Recommendation P.862.
issrc-5.3.3
- 编译通过的Inno setup Inno Setup consists of five projects: Compil32.dpr - This is the GUI front-end for the compiler. Compil32 does not do the actual compilation itself it relegates it to ISCmplr.dll. If the ISCmplr project is changed, you norm
issrc-5.2.3
- Inno Setup consists of five projects: Compil32.dpr - This is the GUI front-end for the compiler. Compil32 does not do the actual compilation itself it relegates it to ISCmplr.dll. If the ISCmplr project is changed, you normally don t need to
CPPPrimer_The-5-edition-_source-code
- 书籍C++ Primer第五版的相关源码,若打不开后缀为.cc的文件,请将后缀改为.c或.c-source code of C++ Primer fifth edition , if you can t open the file suffix .cc, please change the suffix to .c or .cpp
DS18B20PLCD1602
- 用两个温度传感器,一个用来探测当前空气温度,另一个用于探测热源的温度;根据两处温度的变化来开启或关闭两个继电器(1号、2号)。 CPU=热源温度,T=当前空气温度,S1=1号继电器,S2=2号继电器 一、当T>15度时 1、CPU >= T,开启s1,s2 2、T-10 < CPU <= T - 5度时,关闭S1; 3、CPU <= T - 10度时,关闭S2; 注:当CPU温度下降至S1、S2全关闭后,再上升至CP
Jumpserver_v3.0
- Jumpserver是一款由python编写开源的跳板机(堡垒机)系统,实现了跳板机应有的功能。基于ssh协议来管理,客户端无需安装agent。 支持常见系统: 1、redhat centos 2、debian 3、suse ubuntu 4、freebsd 5、其他ssh协议硬件设备-Jumpserver by python is a open source detecting machine (fort) system, realize the detecting f
indy 10.5.8
- indy10.5.8控件, 1.windows的path路径中增加D7的路径 在启用delphi7时,要能加载dclIndyCore70.bpl这个文件 如果是自动安装,这个文件会拷到C:\windows\system32\dclIndyCore70.bpl,所以不用改path(indy10.5.8 compents In the path path of 1.windows, the path of D7 is added to enable Delphi7, to be able to