-
Delphi缩略图批量生成程序
Delphi编写实现的缩略图批量生成程序,可自定义缩略图生成规则,比如按比例生成、按高度生成或按图片宽度生成,也可定义成固定的高度或宽度生成,支持指定目录下的缩略图生成,提供5种缩略图尺寸供选择,生成指定图片缩略图,生成速度很快,而且本程序完全用Delphi自身控制开发而成,Delphi环境下可直接编译生成Exe。
- 2022-08-16 17:28:31下载
- 积分:1
-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1
-
涡轮增压的PASCLR 7开发工具
TURBO PASCLR 7.0 的开发工具-TURBO PASCLR 7.0 Development Tools
- 2022-04-12 14:36:38下载
- 积分:1
-
一些原来的代码,对于学习和提高很有帮助的帮助
vc的一些原码,对于帮助学习和提高很有帮助-vc some of the original code, for help to learn and improve very helpful
- 2022-07-05 02:10:22下载
- 积分:1
-
求电磁场边值,程序简洁,方法得当,运算速度快,是这一程序的最突出的特点...
求电磁场边值,程序简洁,方法得当,运算速度快,是这一程序的最突出的特点-For electromagnetic field boundary value, the program is simple and methodologically sound, computing speed, this procedure is the most prominent feature of
- 2022-08-07 23:16:46下载
- 积分:1
-
一个简单的计算器
一个简单的计算器-a simple calculator
- 2022-03-25 06:45:56下载
- 积分:1
-
Useful information on a drawing if you have similar trouble also upload informat...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-03-14 23:56:02下载
- 积分:1
-
最为丰富的图标库,编程必备
最为丰富的图标库,编程必备-most abundant in the icon library, programming required
- 2022-03-01 02:15:46下载
- 积分:1
-
VB枚举并显示数据库表名
VB枚举并显示数据库表名,获取指定数据库中指定表的表名称,程序演示了用ADO获取 SQLServer 数据表、用ADOx获取Aceess数据表、用DAO获取Aceess数据表,在测试前请设置Access数据库或Sql服务器名称,需要引用对象库“Microsoft DAO 3.x Object Library”和“Microsoft ADO Ext. 2.x for DDL and Security”以及“Microsoft ActiveX Data Objects 2.x Library”。
- 2022-05-12 22:18:59下载
- 积分:1
-
today, the popularity of the wide variety of software programming, is easy to ma...
在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个问题,我们采用一个简单的握手信号,即发送机每次仅发送半个字节(低4位)的数据,而另外半个字节(高4位)则用来传送信息。我们可以对信息位(高4位)进行如下简单的编码:-today, the popularity of the wide variety of software programming, is easy to maintain, but to deal directly with the hardware and system software when compiled a loss, so there will be a C language battlefield. C language as the compilation and Advanced Language a transition between languages, both assembly language and the efficient high-level language convenience. In telecommunications, in order to ensure safe and reliable transport firms, the standard serial I must have shook hands with many signals and state information. This is because the various computer communications CPU speed is not the same (this would lead to "the wrong frame") and transmitter to send data faster than fa
- 2023-04-03 07:00:03下载
- 积分:1