实现了A*算法,A*算法是加上一些约束条件的最好优先的算法。由于在一些问题求解时,我们希望能够求解出状态空间搜索的最短路径,也就是用最快的方法求解问题,A*就是干这种事情的!A*算法是一个可采纳的最好优先算法。- 下载
|
文章难度:初学者 关于T9输入法的核心程序(由我朋友Nix提供),共两个文件,一个是NixInputMethod.h,还有一个是T9.c 参见附录。 具体输入法的实现方法如下: 1. 首先创建一个对话框,然后在其中放入两个控件:IDC_EDIT1 和 IDC_WORD (STATIC控件) 2. 为了实现在Edit中一边输入,STATIC中会出现智能的功能,所以我们的实现如下: a) 重载函数PreTranslateMessage ,使其能够捕捉到键盘的所有事件,故其实现如下: -Difficulty : beginners T9 input method for the core program (from my friends Nix provided), a total of two documents, one is NixInputMethod.h, there is a T9.c see the Appendix. The specific input method as follows : 1. First create a dialog, and then the two of them Add Controls : IDC_EDIT1 and IDC_WORD (STATIC Control) 2. In order to achieve the Edit Chinese side input, which will STATIC intelligent functions, so we achieve the following : a) Heavy PreTranslateMessage function, it can capture all keyboard events, and therefore achieve the following : 下载
|
介绍了L C ? O S 2ê 在TM S320VC5402 上的移植以及在移植过程中的一些注意事项, 给出一些关键的实现代码,并在移植的基础上给出了改进堆栈设计以减少对内存需求的方法。-introduced ouml C L O S 2Ecirc TM HPI in the transplant process and the transplantation of some note, is the realization of some of the key code, and the transplant is given on the basis of an improved stack design to reduce memory requirements methods. 下载
|
数据库的文件,能 够很好的实现数据库系统的功能。Liang个人主页 >> 文章 >> 电大学生 >> 例子... ...影音 留言 电大学生 VB教程 系统安全 ASP 例子---仓库管理系统 作者: 佚名 来源:NET/DXZM 点击:143 时间:2004-3-2 编辑:admin 本系统是一套基 于C/S...趋于合理。 3.物品支持代码, 中文, 五笔码, 拼音... www.pyslzx.net/liang/info_Show.asp?ArticleID=117 18K 2004-11-4 - 百度快照 公司仓库管理系统毕业论文 计算机毕业论文 ...>>计算机毕业论文 公司仓库管理系统毕业论文 一章 ...鼠标单击,用户必 须编写代码控制这些事件的响应方法...的两个月内,通过参考各种VB编程书籍 、网上查找信息...毕业设计——浙江佳雪仓库管理系统。 起初,我看了... www.16lw.com/content/438.htm 23K 2005-2-25 - 百度快照 www.16lw.com 上的更多结果 兄弟资源网仓库管理系统--逐迹下载站--免费源代... -database of documents to a good database system. Liang personal homepage gt; Gt; Article gt; Gt; -- Students gt; Gt; Examples ... ... video messages -- Students VB tutorial system security ASP example --- warehouse management system Author : Anonymous Source : NET / DXZM Click : 143 Time : 2004-2006-3 - 2 Editor : admin the system is based on a set of C / S. .. more reasonable. 3. Articles support code, Chinese, five yards, Pinyin ... www.pyslzx.net / liang / info_Show.asp rote = 117 18K 2004-11-4 - Baidu snapshot of the company warehouse management system computer thesis dissertation. .. gt; gt; Thesis computer company warehouse management system dissertation chapter ... a mouse click, users must write code to control these events ... the response method within two months, through various 下载
|
人事,工资,考勤系统,C#实现 1、查看建模图 本文件夹中的Model目录下包含了系统的数据库模型图和系统建模图,分别使用PowerDesigner和Rational Rose打开。 2、数据库安装 本安装说明是以Microsoft Access 2000为例来阐述的,数据库文件为文件夹ManPowerManage/ManPowerManage/bin/debug目录下的ManPowerManage.mdb文件。数据库无须安装设置,直接就可以运行。 3、把员工照片文件夹picture复制到C:盘的根目录。 4、如果用户安装的是Microsoft Visual Studio .Net 2003,那么可以直接打开ManPowerManage文件夹下的工程,查看代码并进行调试。 5、把数据导入Excel要用到Excel.dll,Office.dll,VBIDE.dll 3个dll文件,请按照本章所讲方法,安装Excel并生成这些dll文件。注意,可执行示例程序的同一目录下必须有Excel.dll文件,否则示例程序将不能把数据输出到Excel。请读者自己按照本章所述,获取Excel.dll文件。 6、本程序没有设置登录窗口,读者可以参照前面的例子自行开发。 -personnel, wages and attendance system, a C#. View Modeling map of the folder directory of the Model of the system contains a database model of the system modeling and map separately used PowerDesigner and Rational Rose opened. 2. the installation of the database install Microsoft Access 2000 is the example to elaborate. database file folders for ManPowerManage / ManPowerManage / b in / debug ManPowerManage.mdb directories under the document. Not to install the database installed directly on the run. 3, staff photos picture folders to copy C : disk root directory. 4. If users install the Microsoft Visual Studio. Net 2003, Well, we can directly open ManPowerManage folder works View source and debugging. 5, the data into Excel to use Excel.dll, Office.dll. VBIDE.dll three dll file, in accor 下载
|
1、有没有方法创建一个半透明的窗口,并将该窗口上发生的所有鼠标事件都传递到桌面或另一个应用窗口处理? 2、我正在写一个幻灯显示程序,该程序要显示JPEG图像序列。我使用了 2002年三月刊专栏文章中的 CPicture 类来绘制图像(参见:C++ Q&A: Do You Have a License for that GIF? PreSubclassWindow, EOF in MFC, and More)。那个程序运行得很好。但我现在想添加从某一张图像到下一张图像的渐变特性。我在网页中用转换效果可以做到。那么是否有办法从程序代码中实现图像渐变特性? -one, is there a way to create a translucent window, the window will be on all the mouse events are delivered to the desktop or another application window? 2, I was writing a slide show program, which is to show JPEG image sequence. I use the 2002 monthly column 3 of CPicture class mapping images (see : C QA : Do You Have a License for that GIF PreSubclassWindow, EOF in MFC, and More). That program runs very well. But now I want to add one from a certain image to the image under a transitional feature. I used the website conversions can be done. So if there is any way from the code graded Image characteristics? 下载
|
新建一个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 下载
|
这是个GIS程序,能够实现比例尺放大、缩小、全屏显示,以及在状态栏显示时间和鼠标位置,以及自建一个CDIALOGBAR,来实现画笔的线形和粗细。显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案? -This is a GIS procedures, the scale can be achieved to zoom, full-screen display, and the status bar shows the time and location of the mouse, and a self CDIALOGBAR to achieve the linear brush and thickness. These data show. Document Object to regularly collect data, it needs a regular (time) incident. However, the document is not a window on the target, so it has no such regular events. I weighed three solutions : 1, in which the creation of a view timer. When the incident occurred when informed Document Object Access to data. 2, one for each document (or in the documentation of each) to create a separate thread, so that the thread can create a regular time to the incident. 3, in CMainFrame create a timer and file transfer functions from the three methods that I have not. Can give a bette 下载
|
我们在编写程序,开发软件的过程中如果能利用已有的程序的功能,那么可以大大减轻开发过程中程序员的工作量,同时达到事半功倍的效果。例如在工程中,许多软件需要文字处理功能,虽然MFC提供了一些方法,但是具体实现起来既费事,又有一定的困难,如果我们可以直接使用OFFICE提供的功能,岂不美哉!要实现这一目的,只需要利用微软的ActiveX Automation技术就可以轻松实现。本例主要讲述了自动化的概念,并通过一个操作Word文档的程序来帮助读者朋友理解Visual C++编程中如何实现自动化。 -in programming, software development process if we can make use of existing procedures for the function, Well, we can greatly reduce the process of developing the work of the programmer, to be effective and efficient. For example, in engineering, and many need word processing software function, although with some MFC, But both together to realize the demanding, but also the difficulties, If we can provide direct access OFFICE functions, but it is really true! To achieve this purpose, only need to use Microsofts ActiveX Automation technology can be easily achieved. The cases mainly on the concept of automation, operating through a Word document procedures to help readers understand Visual C Programming realize how verbization. 下载
|
本课题的目的就是研制适用于工业现场控制的嵌入式工业控制器,这对于提 高工业现场控制的实时性具有重要意义。本课题以嵌入式系统设计原理和工业控 制实际应用为核心,从理论上和技术方法上开展了一系列研究。主要工作有: 1全面系统地概述了嵌入式系统的发展过程和分类,及其在各个领域 内的应用,以及嵌入式系统的发展方向 2基于嵌入式系统设计原理的嵌入式工业控制器的设计的总体方案, 从硬件和软件两个方面讲述了嵌入式工业控制器的设计思想和方 法,及其可行性的论证 3嵌入式工业控制器硬件平台的设计与调试,着重叙述了硬件平台的 整体设计方案,包括各个设计模块的选型与接口电路的设计 4嵌入式工业控制器所采用的操作系统的移植与调试,详细讲叙了 u C/OS-II实时操作系统在基于AT9I M40800的嵌入式工业控制器 硬件平台上的移植过程及注意事项 5在后继的工作中,我们还要在实时嵌入式操作系统的基础上完成对 操作系统的扩展以及对各个模块的驱动。 - 下载
|