搜索资源列表
LuaTinker_0.5b_source
- 非常简单的LUA绑定C++的.使用有一点类似luabind-LUA bindings very simple C++. The use of a bit similar to the luabind
DesignDB
- rational rose的.mdl文件,是一个类图的例子,用rational rose 可直接打开。-rational rose of. mdl files, is a class diagram example, can be directly used to open rational rose.
ViewTransitions
- A sample code for doing transitions on iphone.
data-sample
- 八路数据采集系统 含有各个详细的子程序-a system of data sample
Shortest_path_counting
- acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
a
- 以曲线或柱状图实时显示数据的asp示例代码-To curve or histogram display data in real time the asp sample code
yangben2
- 人体健康青年脉象样本,共49个,可用于和病态数据的对比-Human health and youth pulse samples, a total of 49, can be used for comparison and pathological data
ezcam
- Sample a use of webcam to take video and pictures on Visual Foxpro
sample
- 这是一个关于STEP 7例程的开发程序,有助于大家以后的开发-maybe it will give you a hand in this field
sample
- ray tracing,a good example
simulation-signal-sample
- Labview仿真信号采集,可产生各种波形的信号,并能控制信号幅度-simulation signal sample of Labview,which can produce a variety of signal waveforms, and can control the signal amplitude
Sample
- 一个简单的DLL动态链接库程序,可以了解动态链接库的实现过程-A simple DLL dynamic link library procedures, can understand the dynamic link library implementation process
Z-Stack-Sample-Applications-(F8W-2006-0023)
- this is a book for learning 8051 equipment
1.1.A
- pointer sample programs
sample
- 一个打分程序实例,无线遥控打分系统,学习下-A scoring procedure instance, wireless remote control scoring system, learning under
sample
- This example shows how to perform data entry on strings. The strings are simple array of characters and they are declared as member variables of a class. The class provides accessory methods for each member variable.
sample
- The C++ language allows you to create a class inside of another. This technique is referred to as nesting. At the time of this writing, nesting a class B inside of a class A doesn t give any access privilege of class A member variables and methods to
sample
- This an example of one object (the shape class implements a rectangle) being a member variable of another object (a brick).-This is an example of one object (the shape class implements a rectangle) being a member variable of another object (a brick).
vega-sample
- 三维仿真软件vega的经典例子,非常有用 -The vega a classic example of the three-dimensional simulation software
a
- 标题: 多项式加减乘 时 限: 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