-
Highlight the source code program, source code can be converted into HTML docume...
源代码高亮程序,可以将源代码转换成HTML文件,并具有高亮效果-Highlight the source code program, source code can be converted into HTML documents, and have highlighted the effect of
- 2022-08-02 22:19:09下载
- 积分:1
-
下面是我编的用matlabe语言编的qpsk调制解调的程序
下面是我编的用matlabe语言编的qpsk调制解调的程序
-Below is Part I of the language used matlabe series keying modulation and demodulation proce
- 2023-05-17 13:50:03下载
- 积分:1
-
图形界面PING 图形界 面PING
图形界面PING 图形界 面PING -graphical interface PING PING GUI graphical interface graphics sector PING- PING
- 2022-06-14 11:03:08下载
- 积分:1
-
Book: statistical pattern recognition
Book: statistical pattern recognition
- 2023-02-05 21:20:03下载
- 积分:1
-
这个类库提供了在运行时动态改变控件大小的能力,就像Visual Studio做资源时那样拖动即可。但它的缺点是当鼠标拖动较快时,缩放会跟不上鼠标移动。你可以试着...
这个类库提供了在运行时动态改变控件大小的能力,就像Visual Studio做资源时那样拖动即可。但它的缺点是当鼠标拖动较快时,缩放会跟不上鼠标移动。你可以试着修正这个bug。 。-the class library provided at runtime dynamic change controls the size of abilities, like Visual Studio resources to do so may drag. But the drawback is that when the mouse Drag quickly, the scaling will be unable to keep up with the mouse movement. You can try to fix this bug. .
- 2022-04-30 08:38:01下载
- 积分:1
-
如何在基于对话框的程序中动态设置鼠标指针 示范在对话框的按钮上(或其它控制上)使用单独的鼠标指针。...
如何在基于对话框的程序中动态设置鼠标指针 示范在对话框的按钮上(或其它控制上)使用单独的鼠标指针。-dialog on how the process dynamic model mouse pointer button in the dialog box (or other controls) using single mouse pointer.
- 2022-01-27 14:58:53下载
- 积分:1
-
1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是...
1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是任意格式的Word文档;书签 的定义也不局限于文本,还包括为引用而命名的位置。 3、实例中,当更新书签内容时,应采取更简便的方法,避免程序的冗余。通 常的做法是:按一定的命名规则定义书签(如b1,b2,b3),将所有的数据信息 存放在数据库中,而数据库字段的命名也采用相应规则(如b1,b2,b3),因此 可以利用循环的方法从数据库中读出数据,同时更新书签内容。 4、第3点说明实际上与数据库发生联系,从而可实现标准文档的批量生成和 连续打印。-one, the above procedures in VB5.0 and installation of the Chinese version of Microsoft Word 97 Chinese version of the Windows 98 environment through debugging. 2, examples template file format is not limited to this, it can be in any format, Word documents; Bookmark not confined to the definition of the text, but also as a reference to the location and name. 3, example, when the content is updated bookmarks, should take a more easy ways to avoid redundant procedures. The usual practice is : according to certain rules of naming bookmarks definition (b1, b2, b3), all the data stored in the database and the database fields are named accordingly adopted rules (such as b1, b2, b3), it can use
- 2022-11-30 05:15:03下载
- 积分:1
-
二维表格的制作
表格Swing的重要主件,以二维表格的形式变现出来,依据MVC的思想。最好先生成一个MyTable类型的对象来表示数据,这个类是AbstractTableModel类继承而来的。
- 2022-05-09 13:12:40下载
- 积分:1
-
a menu system to add a menu item example
一个给系统菜单添加菜单项的例子-a menu system to add a menu item example
- 2022-02-13 16:32:57下载
- 积分:1
-
实现树结点间的拖拽
当用户开始拖动CTreeCtrl中的一个节点时,将发送消息TVN_BEGINDRAG(左键拖动)或TVN_BEGINRDRAG(右键拖动)到父窗口,然后是响应WM_MOVE消息,最后当松开鼠标时,停止拖动操作。主要涉及到以下几个消息:TVN_BEGINDRAG或TVN_BEGINRDRAG,WM_MOUSEMOVE,WM_LBUTTONUP或WM_RBUTTONUP
- 2022-12-09 18:30:03下载
- 积分:1