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

Search list

[ToolBarTray__Icon

Description: // This a conglomeration of ideas from the MSJ \"Webster\" application, // sniffing round the online docs, and from other implementations such // as PJ Naughter s \"CTrayIconifyIcon\" (http://indigo.ie/~pjn/ntray.html) // especially the \"CTrayIcon::OnTrayNotification\" member function. // // This class is a light wrapper around the windows system tray stuff. It // adds an icon to the system tray with the specified ToolTip text and // callback notification value, which is sent back to the Parent window. // // The tray icon can be instantiated using either the constructor or by // declaring the object and creating (and displaying) it later on in the // program. eg.-/ / This a conglomeration of ideas from th e short version MSJ "Webster" application. / / sniffing round the online docs, and from other implementations such / / as PJ Nau ghter s "CTrayIconifyIcon" (http : / / indigo.ie / ~ pjn / ntray.html) / / especially the "CTrayIcon : : OnTrayNotification "member function. / / / / Th is class is a light wrapper around the windows sy stem tray stuff. It / / adds an icon to the system t ray ToolTip with the specified text and / / callB Ack notification value, which is sent back to the Parent window. / / / / The tray icon can be instantiated using either the c onstructor or by / / declaring the object and cre ating (and displaying) it later on in the / / prog ram. eg.
Platform: | Size: 3998 | Author: wreqreqw | Hits:

[Windows DevelopMultiThreadmohuan

Description: 设计了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发的类接触VC,很不习惯mscomm等Active控件老让人去注册的方式,所以参照Delphi中的SpComm设计了一个类CComPort,对PJ Naughter 的-design of a simple and user-friendly multi-threaded serial communication interface, and can switch automatically receive inquiries model for serial data transceiver to the contact between VC, so very customary mscomm Active Control to old people registered, Therefore, the reference to Delphi SpComm design of a type CComPort. the right PJ Naughter
Platform: | Size: 9440 | Author: 宇翔 | Hits:

[Other resourcevc_jiqiaoshili_part10_11_12

Description: Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例 第11章 调试技术 本章共有两个实例: 1. ConsoleTrace在控制台程序中使用TRACE宏 2. MemLeakCheck内存泄漏的例子 第12章 VC数据库编程 本章共6个实例: 1. MyOdbcSample使用ODBC访问数据库 2. MyOdbcExcel动态加载ODBC数据源 3. Abc使用DAO进行数据库开发 4. MyOLEDBSample使用OLE DB进行数据库编程 5. ADOTEST1使用ADO进行数据库开发 6. MyAdoBlob如何使用VC++存取数据库中的大对象-Visual.C program design techniques and examples -- matching CD Chapter 10 of this chapter ACITVEX Two examples : 1. RegActiveX registered ActiveX Programming 2. PJ Play ActiveX produced examples of Chapter 11 of this chapter debugging techniques were two examples : 1. ConsoleTrace console procedures in the use of TRACE-2. MemLeakCh eck memory leak example Chapter 12 VC Database Programming chapter has six examples : 1. MyOdbcSample use ODBC database 2. Dynamic MyOdbcExcel Add 3 ODBC data source. Abc use DAO for database development 4. MyOLEDBSampl e use OLE DB database programming 5. ADOTEST1 use ADO database development 6. M VC yAdoBlob how to use the database to access large object
Platform: | Size: 1193625 | Author: xixi | Hits:

[Other resourceDijkstraMatlab

Description: 最大邻接点存储的单元最短路径算法,在一个网络中,各结点的邻接接点的最大值称为该网络的最大邻接结点数。取网络的最大邻接结点数作为矩阵的列,网络的结点总数作为矩阵的行,构造邻接结点矩阵M-PJ来描述网络结构,邻接结点矩阵的行按结点号从小到大顺序排列,与结点I邻接的结点号写在矩阵的第I行,如果结点I的邻接点数小于最大邻接点数,则以0填充,直到填满为止。对照邻接结点矩阵,把邻接结点矩阵中各元素邻接关系对应边的权值填在同一位置上,构造相应的初始判断矩阵M-PDJ。根据邻接结点矩阵和初始判断矩阵,就可以求网络中任意两点间的最短路径。
Platform: | Size: 3847 | Author: 刘山 | Hits:

[Otherclockctrl

Description: 来自PJ Naughter的CClockCtrl-from the CClockCtrl
Platform: | Size: 31308 | Author: 李志威 | Hits:

[Special Effectspj

Description: 提出了一种基于特征点的全自动无缝图像拼接方法。该方法采用对于尺度具有鲁棒性的SIFT算法进行特征点的提取与匹配,并通过引导互匹配及投票过滤的方法提高特征点的匹配精确度,使用稳健的RANSAC算法求出图像间变换矩阵H的初值并使用LM非线性迭代算法精炼H,最终使用加权平滑算法完成了图像的无缝拼接。
Platform: | Size: 151441 | Author: 小兔兔牙 | Hits:

[Printing programpj

Description: 银行票据打印程序,可以单独打印和批量打印,兼有简单的管理功能-banking instruments print program that can print and batch printing, both simple management functions
Platform: | Size: 364213 | Author: 任强 | Hits:

[OthersmtpsendV1.3

Description: SMTPSend v1.23 DLL PJ Naughter
Platform: | Size: 106608 | Author: 去无踪 | Hits:

[Other resource语法分析之左递归实验

Description: 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即去除那些从开始符号出发永远无法到达的非终结符的 产生规则。-to compile this report principle experiment to eliminate learning grammar rules Left delivery algorithm, left the Elimination delivery grammar rules in grammar analysis of the role of the design algorithm containing purpose algorithm source code .... etc. : Elimination left recursive algorithm : (1) grammar, of all non-G website by the end of a paramagnetic Arrange sequence P1, P2, ... Pn implementation of this order (2) FOR i : n = 1 DO TO BEGIN FOR j : = 1 DO put the shape of Pi Gamma approximate rewrite the rules 1 into Pi Gamma Gamma 2 k .... These ions 1 2 ... k ions on all the rules; Pi elimination of the direct rule left recursive END (3) Reduction from (2) from the grammar. Removing that those symbols starting from the beginning will never be able to reach the end of the webs
Platform: | Size: 44142 | Author: 何浩 | Hits:

[Otherclockctrl

Description: 来自PJ Naughter的CClockCtrl-from the CClockCtrl
Platform: | Size: 30720 | Author: 李志威 | Hits:

[Printing programpj

Description: 银行票据打印程序,可以单独打印和批量打印,兼有简单的管理功能-banking instruments print program that can print and batch printing, both simple management functions
Platform: | Size: 363520 | Author: 任强 | Hits:

[OthersmtpsendV1.3

Description: SMTPSend v1.23 DLL PJ Naughter
Platform: | Size: 106496 | Author: | Hits:

[Data structs语法分析之左递归实验

Description: 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即去除那些从开始符号出发永远无法到达的非终结符的 产生规则。-to compile this report principle experiment to eliminate learning grammar rules Left delivery algorithm, left the Elimination delivery grammar rules in grammar analysis of the role of the design algorithm containing purpose algorithm source code .... etc. : Elimination left recursive algorithm : (1) grammar, of all non-G website by the end of a paramagnetic Arrange sequence P1, P2, ... Pn implementation of this order (2) FOR i : n = 1 DO TO BEGIN FOR j : = 1 DO put the shape of Pi Gamma approximate rewrite the rules 1 into Pi Gamma Gamma 2 k .... These ions 1 2 ... k ions on all the rules; Pi elimination of the direct rule left recursive END (3) Reduction from (2) from the grammar. Removing that those symbols starting from the beginning will never be able to reach the end of the webs
Platform: | Size: 44032 | Author: 何浩 | Hits:

[ToolBarTray__Icon

Description: // This a conglomeration of ideas from the MSJ "Webster" application, // sniffing round the online docs, and from other implementations such // as PJ Naughter s "CTrayIconifyIcon" (http://indigo.ie/~pjn/ntray.html) // especially the "CTrayIcon::OnTrayNotification" member function. // // This class is a light wrapper around the windows system tray stuff. It // adds an icon to the system tray with the specified ToolTip text and // callback notification value, which is sent back to the Parent window. // // The tray icon can be instantiated using either the constructor or by // declaring the object and creating (and displaying) it later on in the // program. eg.-//This a conglomeration of ideas from th e short version MSJ "Webster" application.// sniffing round the online docs, and from other implementations such// as PJ Nau ghter s "CTrayIconifyIcon" (http :// indigo.ie/~ pjn/ntray.html)// especially the "CTrayIcon : : OnTrayNotification "member function.//// Th is class is a light wrapper around the windows sy stem tray stuff. It// adds an icon to the system t ray ToolTip with the specified text and// callB Ack notification value, which is sent back to the Parent window.//// The tray icon can be instantiated using either the c onstructor or by// declaring the object and cre ating (and displaying) it later on in the// prog ram. eg.
Platform: | Size: 4096 | Author: | Hits:

[Windows DevelopMultiThreadmohuan

Description: 设计了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发的类接触VC,很不习惯mscomm等Active控件老让人去注册的方式,所以参照Delphi中的SpComm设计了一个类CComPort,对PJ Naughter 的-design of a simple and user-friendly multi-threaded serial communication interface, and can switch automatically receive inquiries model for serial data transceiver to the contact between VC, so very customary mscomm Active Control to old people registered, Therefore, the reference to Delphi SpComm design of a type CComPort. the right PJ Naughter
Platform: | Size: 9216 | Author: 宇翔 | Hits:

[source in ebookvc_jiqiaoshili_part10_11_12

Description: Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例 第11章 调试技术 本章共有两个实例: 1. ConsoleTrace在控制台程序中使用TRACE宏 2. MemLeakCheck内存泄漏的例子 第12章 VC数据库编程 本章共6个实例: 1. MyOdbcSample使用ODBC访问数据库 2. MyOdbcExcel动态加载ODBC数据源 3. Abc使用DAO进行数据库开发 4. MyOLEDBSample使用OLE DB进行数据库编程 5. ADOTEST1使用ADO进行数据库开发 6. MyAdoBlob如何使用VC++存取数据库中的大对象-Visual.C program design techniques and examples-- matching CD Chapter 10 of this chapter ACITVEX Two examples : 1. RegActiveX registered ActiveX Programming 2. PJ Play ActiveX produced examples of Chapter 11 of this chapter debugging techniques were two examples : 1. ConsoleTrace console procedures in the use of TRACE-2. MemLeakCh eck memory leak example Chapter 12 VC Database Programming chapter has six examples : 1. MyOdbcSample use ODBC database 2. Dynamic MyOdbcExcel Add 3 ODBC data source. Abc use DAO for database development 4. MyOLEDBSampl e use OLE DB database programming 5. ADOTEST1 use ADO database development 6. M VC yAdoBlob how to use the database to access large object
Platform: | Size: 1634304 | Author: xixi | Hits:

[Post-TeleCom sofeware systemsDijkstraMatlab

Description: 最大邻接点存储的单元最短路径算法,在一个网络中,各结点的邻接接点的最大值称为该网络的最大邻接结点数。取网络的最大邻接结点数作为矩阵的列,网络的结点总数作为矩阵的行,构造邻接结点矩阵M-PJ来描述网络结构,邻接结点矩阵的行按结点号从小到大顺序排列,与结点I邻接的结点号写在矩阵的第I行,如果结点I的邻接点数小于最大邻接点数,则以0填充,直到填满为止。对照邻接结点矩阵,把邻接结点矩阵中各元素邻接关系对应边的权值填在同一位置上,构造相应的初始判断矩阵M-PDJ。根据邻接结点矩阵和初始判断矩阵,就可以求网络中任意两点间的最短路径。-err
Platform: | Size: 3072 | Author: 刘山 | Hits:

[Email ClientPJ_Naughter_smtp

Description: PJ Naughter的SMTP类封装实例,可以透过带密码验证的SMTP Server发送text/html的电子邮件。 本人更改后,可以在Visual Studio 2003下编译通过。-PJ Naughter the SMTP class encapsulates example, with the password can be authenticated SMTP Server to send text/html email. I changes, can be compiled under Visual Studio 2003 through.
Platform: | Size: 1571840 | Author: Hellomytools | Hits:

[OtherPJ-80

Description: 无线电侧向仪PJ-80 原理图及pcb图-wireless radio
Platform: | Size: 97280 | Author: 三金 | Hits:

[SCMEX_PWM

Description: pj working with a compiler
Platform: | Size: 1024 | Author: etnrlz | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net