Welcome![Sign In][Sign Up]
Location:
Search - firs

Search list

[CommunicationPB0314063

Description: 自动升级,实现pb自动升级,程序名称: 自动升级系统 版本: 1.1 开发者: 李建忠(ljz6600@126.com) 程序文件: update.exe 功能: 实现升级一台机子上的程序,所有其它机子的程序自动升级. 开发工具: PB6.5 (也适用于PB7、PB8、PB9、PB10) 运行环境: 基于数据库(SQL2000测试通过,其它如Oracle,MySQL,Sybase应该没问题) 特点: 1.支持多个模块,支持一个模块多个文件. 2.文件位置可不为当前目录. 3.可自动压缩文件,然后上传,提高上传与下载速度. 4.update.exe可自动升级(注:仅随新系统升级时升级!!!) 使用说明: 1.先创建表,见Table.txt 2.工程所包含的文件,可在uo_updown.uf_check()中定义. (参看原有的!) 3.创建工程时, 请不要把update.pbl生成PBD,这样保证在同一目录,可以多个 工程能正确自动升级. 欢迎您提出宝贵意见. ljz6600(ljz6600@126.com) 2004.11.25-automatically upgrading, pb automatic escalation procedures name : Automatic Update System Version : 1.1 Developer : Li Jianzhong (ljz6600@126.com) program file : update.exe functions : to achieve an upgrade Taiwan loom on the procedures, all the way other loom sequence automatic updates. development tools : PB6.5 (also applies to the editing, PB8, PB9, PB10) Operating environment : Based on the database (SQL2000 the test, other such as Oracle, MySQL, Sybase should be no problem) Features : 1. supports multiple module support a module multiple files. 2. location may file for the current directory. 3. can automatically compressed files, and then upload to enhance upload and download speed. 4.update.exe automatic escalation (Note : Only with the new system upgrade upgrade! ! !) use : 1. firs
Platform: | Size: 314652 | Author: 就而 | Hits:

[Other resourceMFC_Black_Book

Description: MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.-MFC Black Book Introduction : Are you an MFC programmer Good. There are two typ es of MFC programmers. What kind are you The firs t kind are the good programmers who write progra ms that conform to the way MFC wants you to do thin gs. The second bunch are wild-eyed anarchists w ho insist on getting things done their way. Me, I'm in the second group. If you are in the same boa t (or would like to be), this book is for you. This b ook will not teach you MFC-not in the traditional s 810005. You should pick it up with a good understan ding of basic MFC programming and a desire to do t hings differently. This is not a tutor Scribble ial (although I will review some fundamentals i n the first chapter). You will learn how to wring every drop from your MFC programs. You'll disco ver how to
Platform: | Size: 1706696 | Author: Mr .Wang | Hits:

[Embeded-SCM Develop54xfir

Description: tms320c5409 firs source code
Platform: | Size: 71843 | Author: flight_bai | Hits:

[Other resource基本画线实现算法

Description: 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1 - gt; Execute ()) Image1 - gt; Canvas - gt; Pen-gt; Color = ColorDialog1 - gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Platform: | Size: 584157 | Author: 朱磊 | Hits:

[Embeded-SCM Develop54xfir

Description: tms320c5409 firs source code
Platform: | Size: 71680 | Author: flight_bai | Hits:

[2D Graphic基本画线实现算法

Description: 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1- gt; Execute ()) Image1- gt; Canvas- gt; Pen-gt; Color = ColorDialog1- gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Platform: | Size: 583680 | Author: 朱磊 | Hits:

[Program docPB0314063

Description: 自动升级,实现pb自动升级,程序名称: 自动升级系统 版本: 1.1 开发者: 李建忠(ljz6600@126.com) 程序文件: update.exe 功能: 实现升级一台机子上的程序,所有其它机子的程序自动升级. 开发工具: PB6.5 (也适用于PB7、PB8、PB9、PB10) 运行环境: 基于数据库(SQL2000测试通过,其它如Oracle,MySQL,Sybase应该没问题) 特点: 1.支持多个模块,支持一个模块多个文件. 2.文件位置可不为当前目录. 3.可自动压缩文件,然后上传,提高上传与下载速度. 4.update.exe可自动升级(注:仅随新系统升级时升级!!!) 使用说明: 1.先创建表,见Table.txt 2.工程所包含的文件,可在uo_updown.uf_check()中定义. (参看原有的!) 3.创建工程时, 请不要把update.pbl生成PBD,这样保证在同一目录,可以多个 工程能正确自动升级. 欢迎您提出宝贵意见. ljz6600(ljz6600@126.com) 2004.11.25-automatically upgrading, pb automatic escalation procedures name : Automatic Update System Version : 1.1 Developer : Li Jianzhong (ljz6600@126.com) program file : update.exe functions : to achieve an upgrade Taiwan loom on the procedures, all the way other loom sequence automatic updates. development tools : PB6.5 (also applies to the editing, PB8, PB9, PB10) Operating environment : Based on the database (SQL2000 the test, other such as Oracle, MySQL, Sybase should be no problem) Features : 1. supports multiple module support a module multiple files. 2. location may file for the current directory. 3. can automatically compressed files, and then upload to enhance upload and download speed. 4.update.exe automatic escalation (Note : Only with the new system upgrade upgrade! ! !) use : 1. firs
Platform: | Size: 314368 | Author: 就而 | Hits:

[VC/MFCMFC_Black_Book

Description: MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.-MFC Black Book Introduction : Are you an MFC programmer Good. There are two typ es of MFC programmers. What kind are you The firs t kind are the good programmers who write progra ms that conform to the way MFC wants you to do thin gs. The second bunch are wild-eyed anarchists w ho insist on getting things done their way. Me, I'm in the second group. If you are in the same boa t (or would like to be), this book is for you. This b ook will not teach you MFC-not in the traditional s 810005. You should pick it up with a good understan ding of basic MFC programming and a desire to do t hings differently. This is not a tutor Scribble ial (although I will review some fundamentals i n the first chapter). You will learn how to wring every drop from your MFC programs. You'll disco ver how to
Platform: | Size: 1705984 | Author: Mr .Wang | Hits:

[Compress-Decompress algrithmsfirs

Description: 利用MATLAB实现正交滤波器组的设计。-Use MATLAB to achieve the design of orthogonal filter banks.
Platform: | Size: 407552 | Author: 洪依 | Hits:

[matlabdemofer

Description: This matlab program compares the results of different window design methods for finite impulse response filters (FIRs): the rectangular window, Blackman window, Bartlett window, Hamming window and the Hanning window.
Platform: | Size: 1024 | Author: octavian | Hits:

[OS DevelopIBM.1.00XT.REV1.1981

Description: firs ibm xt bios listing
Platform: | Size: 55296 | Author: entourage4 | Hits:

[Program doc83390051WinCCV6

Description: winncc Manual WinCC configuration software is a professional. A configuration software can only be suitable for some applications. Configuration concept firs
Platform: | Size: 1227776 | Author: sh | Hits:

[VHDL-FPGA-VerilogShortest_job_first

Description: 短作业优先级算法(在VS2005中,可以自己创建各进程的运行时间,导入后能够运行,)-shortest job first()
Platform: | Size: 373760 | Author: qin yali | Hits:

[Special EffectsDataregistrationin3-Dscanningsystems

Description: 通过引入特征点和改进最近点迭代法, 提出了一种 在三维扫描系统中对三维点云数据进行配准的方法。该方法 通过对特征点的提取, 首先得到一组匹配点对, 然后运用 SVD 矩阵分解算法求出转换参数R 和T, 进而以此作为最 近点迭代法的初始值, 并对最近点的求法和迭代截止条件作 了改进, 得到了很好的配准效果。该文论述了该方法的基本 原理, 并通过不同视觉下物体三维测量点云数据配准的应用 实例证明了该方法的有效性。-A 3-D meas uring dat a r egis trat ion method for 3-D scann ing syst em was developed based on feature point s an d it erat ive closet point ( ICP) algorithm. T he feature p oin ts are firs t ident ified an d mat ched. T hen, the rot at ion mat rix R an d the t rans lat ion vector T are fou nd usin g the s ingul ar value decomposit ion algorithm. T hus, init ialized b y the former resul t , the ICP algorithm then leads to a perfect regis t rat ion aft er improving on fin ding clos et d ist an ce an d d ecid ing wh en to terminat e th e iterations . T he basic principle of this method is discuss ed, and a regist rat ion applicat ion example of 3-D meas uring data taken from differen t viewpoint s is carried out to sh ow the perfect feasibil ity of this approach
Platform: | Size: 155648 | Author: jack | Hits:

[GIS programarcgis-engine-firs-Application

Description: arcgis engine firs Application development 结合实例给出Arcgis Engine的应用开发,更易深入学习-arcgis engine firs Application development with examples given in Arcgis Engine application development, more in-depth study
Platform: | Size: 677888 | Author: 偶然 | Hits:

[DSP programfirs

Description: 基于ADSP BF533的FIR滤波器设计-ADSP BF533-based FIR filter design
Platform: | Size: 80896 | Author: 徐超杰 | Hits:

[AlgorithmVNSPOJ

Description: Here is my solution for the following problem: www.vn.spoj.com/problem/CRUELL2 (CRUELL2.PAS) www.vn.spoj.com/problem/FIRS (FIRS.PAS) www.vn.spoj.com/problem/CTNBULLS (CTNBULLS.PAS + CPP)
Platform: | Size: 2048 | Author: Minh T?? | Hits:

[OtherHeadFirstJavaScriptCode

Description: head first系列之javascript示例代码-head firs javascript code
Platform: | Size: 2693120 | Author: chen dp | Hits:

CodeBus www.codebus.net