搜索资源列表
plyRgn(Add)
- 用\"补充法\"计算任意多边形面积. 点左键画多边形,右键结束-"add" arbitrary polygon area calculation. Left painting polygon points, right end
Win7 Protel99 Add Lib
- 在windows7中使用Protel99时,添加库文件时会出错,使用这个小软件可以帮你解决问题-Use in windows7 Protel99, add library files to be wrong, use this small software can help you solve the problem
noise2
- 图像加椒盐噪声,高斯噪声,乘性等相关噪声-Image Add salt and pepper noise, Gaussian noise, multiplicative noise, etc.
msoaddin
- MS Office Delphi sample add-in README
decode_ldpc
- Function to add noise
add
- .写一个完整的程序放在代码段CODE_SEG,要求把数据段DATA_SEG中的DATA1和附加段EXTRA_SEG中DATA2相加,并把结果存放在DATA_SEG段中的SUM中。其中DATA1 、DATA2和SUM均为双精度数,DATA1赋值为7725,DATA2赋值为-2341。-. To write a complete program on the code segment CODE_SEG, requested that the data segment DATA_SEG in DATA
addition
- Parallel C++ Program with MPI to add numbers in an array
tdpsola
- 用matlab实现了固定同步叠加算法SOLAFS-Using matlab to achieve a fixed Synchronous Overlap Add algorithm SOLAFS
add-code-to-exe
- Add-code-to-exe. Delphi Source code.
add
- 用汇编语言实现任意长的两个整数相加的运算,稍微改一下还可以实现相减-Assembly language to add two integer of any length
add
- 多项式相加,通过C语言而得到实现多个式子相加的结果。-add
add
- 用汇编语言实现两个十进制数的相加,用轻松汇编实现的程序-In assembly language add two decimal numbers, with easy assembly process to achieve
Field_add
- 在delphi中以动态的方法加入字段,也就是在数据集打开的情况下新增加一个字段-In the delphi method in joining a dynamic field, which is set to open in the case of data add a new field
Add-in-Express
- Add-in Express 2007 for VCL, Premium up delphi 2010 test win 7
Add-Column
- add column to dbgrid in delphi
add
- 两个数相加的代码,同样用于初学者学习参考-Add two numbers of the code, the same reference for beginners to learn
add-new
- 餐厅点餐系统,点餐系统添加菜单,上传至操作间。-Restaurant ordering system, ordering system, add the menu, and upload it to the operating room.
Qq-batch-add-friends-source-code
- 一次性加群的所有QQ好友,让你的QQ好友变得更多的一款易语言源码-One-time add all the QQ group of friends, let you of the QQ friends become more of a easy language source code
Add-or-remove-spaces
- 对一段字符串实现添加空格或去除空格,以方便对其进行解析-To facilitate parse a string to add a space or removing spaces,
add
- Arithmetical Operations in Assembler Language and X-Toy. Shows the way from higher program languages to Assembler and Machine Code. So you can see, what the machine (PC) "sees". Files are: add.c add.asm add.toy