虫虫首页|资源下载|资源专辑|精品软件
登录|注册

screen-shots

  • This code in this directory implements the binary hopfield network. Source code may be found in HOP

    This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the screen and a file, ARCHIVE.LST.

    标签: code implements directory hopfield

    上传时间: 2014-01-16

    上传用户:123啊

  • This archive includes the Delphi component TScreenCapture (D3,D4,D5) that implements an interface t

    This archive includes the Delphi component TScreenCapture (D3,D4,D5) that implements an interface to the capture DLL of our screen capture tool "T.N.T".

    标签: TScreenCapture implements component interface

    上传时间: 2015-09-24

    上传用户:dreamboy36

  • Do your applications look a little boring? Would you like to get spectacular yet easy to use visual

    Do your applications look a little boring? Would you like to get spectacular yet easy to use visual effects? Billenium Effects will give your applications a different touch without interfering with your existing code. For example, just by dropping two components to your Splash Screen or About form they will be shown with a professional transition effect that will delight your customers. First impressions count!

    标签: applications spectacular little boring

    上传时间: 2015-10-09

    上传用户:dreamboy36

  • This a GBA(Game Boy Advance) animation sample code. It continue and reverse display 45 BMPs on GBA s

    This a GBA(Game Boy Advance) animation sample code. It continue and reverse display 45 BMPs on GBA screen let it looks like an animation.

    标签: GBA animation continue Advance

    上传时间: 2013-12-12

    上传用户:change0329

  • CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d

    CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity representing objects drawn on screen. CDiagramEditor lacks one feature (that is difficult to implement in both simple and general fashion) - links. Manually maintaining links in a - for example - flowchart or network topography map is unwieldy. Therefore, I ve created a reference implementation for one way of adding this functionality.

    标签: CDiagramEditor CFlowchartEditor extension CWnd-d

    上传时间: 2015-11-21

    上传用户:气温达上千万的

  • 非常不错的字模生成软件

    非常不错的字模生成软件,用于嵌入式开发,液晶显示。 字模3的作者: 龙啸九天 c51bbs@vip.163.com 心意无涯 sitnc@vip.sina.com              ……………………………………………………………………………………………… 技巧与提示: ◆ 按“Print Screen键” 或者“Alt+Print Screen键”可以将当前屏幕或窗口 图形拷贝到剪贴板,再按软件的粘贴按钮或者 “F4键”就可以获得彩色转黑白的 图形。 ◆ 打开字体对话框时,按“应用”按钮,可以直接预览字体的大小、效果,可以 在状态栏看到字体的宽和高的像素值。 ◆ 字符输入栏支持Unicode,你可以从Windows的“附件-字符映射表”里复制任 意字符,并且生成字模。也可以通过“左Alt+小键盘”的方式输入ASC是128以上 的字符。 ◆ 字模Ⅲ与其它软件配合会产生更大的威力,比如和Windows画笔配合时, 他们 之间的数据可以通过剪贴板交换,也可以通过打开同一个文件的方式进行, 当画 笔保存文件后,字模Ⅲ会自动检测并更新相应的图形。

    标签: 字模生成 软件

    上传时间: 2015-12-04

    上传用户:Breathe0125

  • 很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEB

    很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED INT 06 - CPU-generated (80286+) - INVALID OPCODE INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+) . . .

    标签: CPU-generated INT DIVIDE SINGLE

    上传时间: 2013-12-27

    上传用户:aa54

  • This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS

    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.

    标签: code implementing directory algorithm

    上传时间: 2014-01-15

    上传用户:woshini123456

  • PHILIPS 7130 TV/FM capture card use PHILIPS 7130 chip , is a newly built-in TV card integrating FM r

    PHILIPS 7130 TV/FM capture card use PHILIPS 7130 chip , is a newly built-in TV card integrating FM radio and TV receiver. You can watch/record TV programs (up to 136 channels) and FM radio on PC. The powerful attached software enables you to & rename favorite channels as per your taste. Moreover, the remote controller makes watching TV through PC more convenient. Through PHILIPS 7130 TV/FM capture card, you can transfer & save the full screen/full motion video captured VCR, camcorder, PC camera or other video sources into hard disk, or you can burn the video to VCD/SVCD/DVD via professional rewrite software. PHILIPS 7130 TV/FM capture card supports snapshot, you can record wonderful clips to create your personal e-album, then share your works with your friends & family via Internet.

    标签: PHILIPS 7130 card integrating

    上传时间: 2013-12-26

    上传用户:han_zh

  • When working with mathematical simulations or engineering problems, it is not unusual to handle curv

    When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot of resource for nothing! This article presents a fast 2D-line approximation algorithm based on the Douglas-Peucker algorithm (see [1]), well-known in the cartography community. It computes a hull, scaled by a tolerance factor, around the curve by choosing a minimum of key points. This algorithm has several advantages: 这是一个基于Douglas-Peucker算法的二维估值算法。

    标签: mathematical engineering simulations problems

    上传时间: 2013-12-19

    上传用户:changeboy