CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - firs
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - firs - List
[
Communication
]
PB0314063
DL : 0
自动升级,实现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
Update
: 2008-10-13
Size
: 307.28kb
Publisher
:
就而
[
Other resource
]
MFC_Black_Book
DL : 0
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
Update
: 2008-10-13
Size
: 1.63mb
Publisher
:
Mr .Wang
[
Embeded-SCM Develop
]
54xfir
DL : 0
tms320c5409 firs source code
Update
: 2008-10-13
Size
: 70.16kb
Publisher
:
flight_bai
[
Other resource
]
基本画线实现算法
DL : 0
新建一个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
Update
: 2008-10-13
Size
: 570.47kb
Publisher
:
朱磊
[
Embeded-SCM Develop
]
54xfir
DL : 0
tms320c5409 firs source code
Update
: 2025-02-19
Size
: 70kb
Publisher
:
flight_bai
[
2D Graphic
]
基本画线实现算法
DL : 0
新建一个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
Update
: 2025-02-19
Size
: 570kb
Publisher
:
朱磊
[
Program doc
]
PB0314063
DL : 1
自动升级,实现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
Update
: 2025-02-19
Size
: 307kb
Publisher
:
就而
[
VC/MFC
]
MFC_Black_Book
DL : 0
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
Update
: 2025-02-19
Size
: 1.63mb
Publisher
:
Mr .Wang
[
Compress-Decompress algrithms
]
firs
DL : 0
利用MATLAB实现正交滤波器组的设计。-Use MATLAB to achieve the design of orthogonal filter banks.
Update
: 2025-02-19
Size
: 398kb
Publisher
:
洪依
[
matlab
]
demofer
DL : 0
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.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
octavian
[
OS Develop
]
IBM.1.00XT.REV1.1981
DL : 0
firs ibm xt bios listing
Update
: 2025-02-19
Size
: 54kb
Publisher
:
entourage4
[
Program doc
]
83390051WinCCV6
DL : 0
winncc Manual WinCC configuration software is a professional. A configuration software can only be suitable for some applications. Configuration concept firs
Update
: 2025-02-19
Size
: 1.17mb
Publisher
:
sh
[
VHDL-FPGA-Verilog
]
Shortest_job_first
DL : 0
短作业优先级算法(在VS2005中,可以自己创建各进程的运行时间,导入后能够运行,)-shortest job first()
Update
: 2025-02-19
Size
: 365kb
Publisher
:
qin yali
[
Special Effects
]
Dataregistrationin3-Dscanningsystems
DL : 0
通过引入特征点和改进最近点迭代法, 提出了一种 在三维扫描系统中对三维点云数据进行配准的方法。该方法 通过对特征点的提取, 首先得到一组匹配点对, 然后运用 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
Update
: 2025-02-19
Size
: 152kb
Publisher
:
jack
[
GIS program
]
arcgis-engine-firs-Application
DL : 1
arcgis engine firs Application development 结合实例给出Arcgis Engine的应用开发,更易深入学习-arcgis engine firs Application development with examples given in Arcgis Engine application development, more in-depth study
Update
: 2025-02-19
Size
: 662kb
Publisher
:
偶然
[
DSP program
]
firs
DL : 0
基于ADSP BF533的FIR滤波器设计-ADSP BF533-based FIR filter design
Update
: 2025-02-19
Size
: 79kb
Publisher
:
徐超杰
[
Algorithm
]
VNSPOJ
DL : 0
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)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Minh T??
[
Other
]
HeadFirstJavaScriptCode
DL : 0
head first系列之javascript示例代码-head firs javascript code
Update
: 2025-02-19
Size
: 2.57mb
Publisher
:
chen dp
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.