Location:
Search - sample.a
Search list
Description: VB提示信息的一种定义风格,对于像自定义提示信息的朋友应该还是可以看看的-a VB s define style of prompt information ,if you are do a custom prompt information ,you shoule read the file
Platform: |
Size: 91833 |
Author: 焦明 |
Hits:
Description: 一个LUCENE的示例,对初学者很有帮助-a Lucene example, useful for beginners
Platform: |
Size: 507904 |
Author: 叶叶 |
Hits:
Description: acegi权限管理框架,作为基于Spring框架的WEB应用的安全框架-acegi authority management framework, based on the Spring framework as a Web application security framework
Platform: |
Size: 2404352 |
Author: zhao jin |
Hits:
Description: acegi 用于权限的控制,在spring的项目中有广泛的应用。-Acegi for authority control project in the spring there are a wide range of applications.
Platform: |
Size: 4476928 |
Author: guohui |
Hits:
Description: 2407 开发板自带的示例代码,仅供参考-2407 development board comes with sample code for reference only
Platform: |
Size: 361472 |
Author: zj4068 |
Hits:
Description: 有关多采样率转换问题,本文介绍了多采样率转换的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.
Platform: |
Size: 21504 |
Author: 上官婉儿 |
Hits:
Description: 用directX渲染一个立方体,并在六个面贴上图片纹理,方向键控制立方体的旋转-DirectX rendering with a cube, and paste the picture in six surface texture, the arrow keys to control the rotating cube
Platform: |
Size: 1338368 |
Author: zhu |
Hits:
Description: 比较字符串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.
Platform: |
Size: 1024 |
Author: Sean |
Hits:
Description: java shh架构的例程 对初学者有较好的指导作用-java shh architecture of routines for beginners have a better role in guiding
Platform: |
Size: 5364736 |
Author: huihui |
Hits:
Description: 一个性能很不错的iocp完成端口示例程序-a good iocp prg
Platform: |
Size: 167936 |
Author: h |
Hits:
Description: 一个简单的Sample程序,用vc++实现,可以下下来研究研究-Sample a simple procedure, using vc++ to achieve, you can look down under
Platform: |
Size: 130048 |
Author: 向武 |
Hits:
Description: 在portal里开发简单的struts应用程序.-In the portal in the development of a simple struts application.
Platform: |
Size: 128000 |
Author: hefeng |
Hits:
Description: PLC程序详解(图文并茂),详细分析了一个PLC程序。-PLC program Xiangjie (illustrated), a detailed analysis of a PLC program.
Platform: |
Size: 81920 |
Author: V W |
Hits:
Description: 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.
Platform: |
Size: 21504 |
Author: 张强 |
Hits:
Description: 基于Upnp协议的示例程序,这是一个upnp的java实现-Upnp protocol based on the sample program, this is a upnp implementation of java
Platform: |
Size: 77824 |
Author: 曾庆峰 |
Hits:
Description: 一个关于spring 权限管理的简单例子,spring 权限管理源代码-Rights management on the spring a simple example, spring rights management source code
Platform: |
Size: 824320 |
Author: dada |
Hits:
Description: struts sample the is uesd for the login -struts sample- a good example for struts learning,especially the beginer
Platform: |
Size: 6950912 |
Author: 刘小柯 |
Hits:
Description: 一个简单的JSF整合Spring、Hibernate等框架的例子,有助于深入学习的JSF开发!-A simple JSF integration Spring, Hibernate and other frameworks for example, help to in-depth study of the JSF development!
Platform: |
Size: 5593088 |
Author: 紫风 |
Hits:
Description: 标题: 多项式加减乘
时 限: 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
Platform: |
Size: 16384 |
Author: dandan |
Hits:
Description: 一种复杂性测度,用来计算两个信号之间的交叉样本熵。(A kind of complexity measure to calculate the entropy of cross sample)
Platform: |
Size: 2048 |
Author: 福尔摩静
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»