Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sample.a
Search - sample.a - List
VB提示信息的一种定义风格,对于像自定义提示信息的朋友应该还是可以看看的-a VB s define style of prompt information ,if you are do a custom prompt information ,you shoule read the file
Update : 2008-10-13 Size : 89.68kb Publisher : 焦明

一个LUCENE的示例,对初学者很有帮助-a Lucene example, useful for beginners
Update : 2025-02-19 Size : 496kb Publisher : 叶叶

acegi权限管理框架,作为基于Spring框架的WEB应用的安全框架-acegi authority management framework, based on the Spring framework as a Web application security framework
Update : 2025-02-19 Size : 2.29mb Publisher : zhao jin

acegi 用于权限的控制,在spring的项目中有广泛的应用。-Acegi for authority control project in the spring there are a wide range of applications.
Update : 2025-02-19 Size : 4.27mb Publisher : guohui

2407 开发板自带的示例代码,仅供参考-2407 development board comes with sample code for reference only
Update : 2025-02-19 Size : 353kb Publisher : zj4068

有关多采样率转换问题,本文介绍了多采样率转换的MATLAB实现以及基础理论。-Multi-sample-rate conversion on the issue, this paper introduce a number of sample-rate conversion of MATLAB as well as realize the basis of the theory.
Update : 2025-02-19 Size : 21kb Publisher : 上官婉儿

用directX渲染一个立方体,并在六个面贴上图片纹理,方向键控制立方体的旋转-DirectX rendering with a cube, and paste the picture in six surface texture, the arrow keys to control the rotating cube
Update : 2025-02-19 Size : 1.28mb Publisher : zhu

比较字符串sample.asm(文件名) 试编写一程序:比较两个字符串stringl和string2所含的字符是否相同。若相同则显示‘Match’,否则,显示‘No match’。 -Comparison of string sample.asm (file name) to prepare a test procedure: compare two strings stringl and string2 contains the same characters. If the same show Match, otherwise, show the No match.
Update : 2025-02-19 Size : 1kb Publisher : Sean

DL : 0
java shh架构的例程 对初学者有较好的指导作用-java shh architecture of routines for beginners have a better role in guiding
Update : 2025-02-19 Size : 5.12mb Publisher : huihui

一个性能很不错的iocp完成端口示例程序-a good iocp prg
Update : 2025-02-19 Size : 164kb Publisher : h

DL : 0
一个简单的Sample程序,用vc++实现,可以下下来研究研究-Sample a simple procedure, using vc++ to achieve, you can look down under
Update : 2025-02-19 Size : 127kb Publisher : 向武

在portal里开发简单的struts应用程序.-In the portal in the development of a simple struts application.
Update : 2025-02-19 Size : 125kb Publisher : hefeng

PLC程序详解(图文并茂),详细分析了一个PLC程序。-PLC program Xiangjie (illustrated), a detailed analysis of a PLC program.
Update : 2025-02-19 Size : 80kb Publisher : V W

DistortionEffects是一种flex3的扩展特效,支持立方体旋转等多种控件的3D变换。该文件为DistortionEffects的应用示例,由flex3 buider开发。-DistortionEffects is a kind of extended flex effects package that support many 3D compoments transformations such as cube rotation.this src is a package of DistortionEffects samples by flex 3 buider.
Update : 2025-02-19 Size : 21kb Publisher : 张强

基于Upnp协议的示例程序,这是一个upnp的java实现-Upnp protocol based on the sample program, this is a upnp implementation of java
Update : 2025-02-19 Size : 76kb Publisher : 曾庆峰

一个关于spring 权限管理的简单例子,spring 权限管理源代码-Rights management on the spring a simple example, spring rights management source code
Update : 2025-02-19 Size : 805kb Publisher : dada

DL : 0
struts sample the is uesd for the login -struts sample- a good example for struts learning,especially the beginer
Update : 2025-02-19 Size : 6.63mb Publisher : 刘小柯

一个简单的JSF整合Spring、Hibernate等框架的例子,有助于深入学习的JSF开发!-A simple JSF integration Spring, Hibernate and other frameworks for example, help to in-depth study of the JSF development!
Update : 2025-02-19 Size : 5.33mb Publisher : 紫风

DL : 0
标题: 多项式加减乘 时 限: 5000 ms 内存限制: 8000 K 总时限: 10000 ms 描述: 多项式加减乘 有A,B,C…… n 个关于x的个多项式,求一个关于A,B,C……的多项式的结果 多项式的每一项之间用空格隔开,每一项的系数,x,指数之间也用空格隔开,系数为0的项不输出 输入: 基于多项式A,B,C……的运算表达式 关于x的多项式A 关于x的多项式B 关于x的多项式C … 输出: 表达式的运算结果 含有A,B,C……表达式的运算结果,保留两位小数。 输出多项式表达式按指数降序排序 输入样例: (A+B)*(A-B) A 1 x 2.1 3 x -3.09 B 2 x 1 2 x 0 输出样例: 1.00 x 4.20 -4.00 x 2.00 -8.00 x 1.00 -4.00 x 0.00 6.00 x -0.99 9.00 x -6.18 -Title: polynomial multiplication and subtraction Time limit: 5000 ms Memory Limit: 8000 K Total time: 10000 ms Description: polynomial multiplication and subtraction There are A, B, C ...... n a polynomial with respect to x, find a polynomial results for A, B, C ...... s Each separated by a space between polynomials, each coefficient, also separated by a space between x, index, coefficient of entry 0 is not output Input: Based on the polynomial A, B, C ...... arithmetic expression A polynomial in x About polynomial x B C on the polynomial x ... Output: The result of the expression Operation result A, B, C ...... expression contained two decimal places. The output index sorted in descending order polynomial expressions Input Sample: (A+ B)* (A-B) A 1 x 2.1 3 x-3.09 B 2 x 1 2 x 0 Sample output: 1.00 x 4.20-4.00 x 2.00-8.00 x 1.00-4.00 x 0.00 6.00 x-0.99 9.00 x-6.18
Update : 2025-02-19 Size : 16kb Publisher : dandan

一种复杂性测度,用来计算两个信号之间的交叉样本熵。(A kind of complexity measure to calculate the entropy of cross sample)
Update : 2025-02-19 Size : 2kb Publisher : 福尔摩静
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.