CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - forward convert
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - forward convert - List
[
GDI-Bitmap
]
afdfdsfads
DL : 0
本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on this basis, and further put forward a color image to enlarge the program, both the first image space conversion from RGB to YUV space, the weight of the UV Interpolation amplified low-pass filter processing, the final image and then convert to RGB space. The results show that the method of interpolation better and shorter processing time.
Date
: 2025-10-07
Size
: 212kb
User
:
jack
[
Other
]
145W_PC_Forward_Converter
DL : 0
smps forware converter design ebook
Date
: 2025-10-07
Size
: 1.36mb
User
:
shin sw
[
Other
]
Switch_Power
DL : 0
Document expalain the work of the switch power supply with two basic type. Those are the forward mode convert and the flyback mode convert.
Date
: 2025-10-07
Size
: 753kb
User
:
LyNaTra
[
Printing program
]
Faxalo-src
DL : 0
FAXALO printer driver is a module used to convert documents from various file formats to black and white TIFF FAX G3 format and forward them to any fax machine via faxalo.it internet fax services only to all italian fax for free. It is based on Popfax pr
Date
: 2025-10-07
Size
: 763kb
User
:
liulian
[
matlab
]
dnlm
DL : 0
The algorithm (called dynamic non-local means) is very effective on 4D medical images (i.e. contrast-dynamic sequences such as DCE-MRI, fMRI and dynamic PET). This implementation is straight-forward and is thus not efficient (computationally). However, it is quite easy to convert to c/c++ through mex.
Date
: 2025-10-07
Size
: 3kb
User
:
keyvan
[
ELanguage
]
wis-to-txt
DL : 1
在油田开发地质研究工作中,测井曲线是必不可少的数据文件之一。Forward软件是测井软件中非常优秀的产品,Forward中使用的是wis二进制格式,可是很多其他类型的软件不能直接识别wis格式,所以需要我们将wis格式文本格式。Forward软件有一个transfer小软件,不能实现批量处理,每次只能转换一个文件,但实际工作中通常一次要转换上百个文件,这就有点不方便了,因此,我在业余时间,阅读了Forward软件中自带的wis格式说明(如下,第一章内容),利用C++和Python编写了一个可以批量处理的小软件。-Geological research in the field development work, logging curve is one of the essential data files. Forward logging software software is a very good product, Forward wis used is a binary format, but many other types of software can not directly identify wis format, so we need to wis Rich Text Format. Forward software has a small transfer software, batch processing can not be achieved, you can only convert one file, but the actual work, usually once to convert hundreds of files, which is a little inconvenient, so I in his spare time, reading Forward software comes with wis format description (see below, the first chapter), the use of C++ and Python can write a small batch processing software.
Date
: 2025-10-07
Size
: 3kb
User
:
lihao
[
Other Embeded program
]
KL25-CMP
DL : 0
1. 工程概述 (1)本工程为KL25微控制器无操作系统应用工程,CMP样例程序 (2)使用串口与外界通信,使用串口1,波特率为9600,1位停止位,无校验 2. 软件环境 (1)CodeWarrior v10.2/v10.3/v10.5 3. 硬件环境 (1)KL25 SD13-01 EVB板 (2)兰灯对应引脚为PTB9,红灯对应引脚为PTB19,绿灯对应引脚为PTB18 (3)串口发送引脚为PTE0,接收引脚为PTE1 (4)PTD1接正向通道PTC7,负向通道内部连接DAC,正向通道和负向通道比较 4. 实验现象 (1)程序启动时串口发送This is CMP Test!,同时灯闪烁 (2)该样例演示CMP正向通道与负向通道电压比较测试,无窗口模式/滤波模式。 内部6位DAC将0~60数字量转换成0~3V电压输入给负向通道,正向通道输入电压0或3.3V, CMP比较两通道电压值,根据比较结果在串口输出提示。-1. project overview (1) the project as KL25 microcontroller operating system free project, CMP sample program (2) using serial communication with the outside world, using serial port 1, baud rate 9600, 1 stop bit, no parity 2. software environment (1) CodeWarrior v10.2/v10.3/v10.5 3. hardware environment (1) KL25 SD13-01 EVB (2) blue light pin PTB9, red PIN is PTB19, corresponding to green light pin PTB18 (3) serial port PIN is sent to PTE0, and receive pins PTE1 (4) PTD1 forward channel PTC7, channel internal DAC, is to channel to channel and more 4. experimental results (1) send This serial is CMP Test! when the program starts, and light is blinking (2) the CMP are demonstrated by the sample channel compared with negative voltage test, windowless mode/filter modes. Internal 6-bit DAC to convert the 0~60 digital 0~3V input voltage to negative to the channel, the forward channel 0 input voltage or 3.3V, CMP compare two-channel voltage value, the result of the comp
Date
: 2025-10-07
Size
: 474kb
User
:
wangsan
[
android
]
aFileChooser
DL : 0
文件选择器源码,aFileChooser是一个Android库项目,简化了过程,提出一个文件选择器。意图为第三方应用程序组件提供钩子的能力为内容的选择。这对媒体文件运行良好,但如果你希望用户能够选择任何文件,他们必须安装一个现有文件资源管理器应用程序。因为许多Android设备没有股票文件管理,开发人员必须经常指导用户安装一个,或构建一个自己。aFileChooser解决了这个问题。特点: 完整的文件资源管理器,简化GET_CONTENT意图创造很容易把一个Uri转换成一个文件确定数据的MIME类型遵循Android惯例(片段,装载机、意图等)。-File selector source, aFileChooser is a Android library project, simplify the process, put forward a file selector. The ability to provide hooks for the third party application components. This is good for media files, but if you want users to be able to any file, they must install an existing file explorer application. Because many Android devices do not have stock file management, developers must often guide the user to install one, or build a self. AFileChooser solved the problem. Features: complete file explorer, simplified GET_CONTENT intent creation is easy to convert a MIME into a file to determine the data type of Android follow the Uri Convention (fragment, loader, intent, etc.).
Date
: 2025-10-07
Size
: 548kb
User
:
TOM
[
Web Server
]
sqlswitch
DL : 0
不少的站点是采用ASP+Access的,想升级成PHP+Mysql的,原有Access的数据怎么办?不妨试一试SQLSwitch,这个程序正是在这种需求下编写出来的,它可以转换全部的数据,也可以根据需要转换某一类的数据,界面友好,操作简单,大家如果有什么新的需求,可以提出来,我会增加、完善功能。-Many sites are using ASP+ Access, and want to upgrade to PHP+ Mysql, the data of the original Access how to do? May wish to try SQLSwitch, this program is in such demand to write out, it can convert all the data can also be converted to a class of data as needed, user-friendly, simple operation, if you have any new requirements , can be put forward, I would increase and improve functionality.
Date
: 2025-10-07
Size
: 78kb
User
:
sko
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.