-
设计开关电源时经常用到隔离变压器,这份文档可以告诉你如何设计隔离变压器...
设计开关电源时经常用到隔离变压器,这份文档可以告诉你如何设计隔离变压器-The design of switching power supplies often use isolation transformers, the document can tell you how to design the isolation transformer
- 2022-01-25 22:37:06下载
- 积分:1
-
VC++使用CHtmlView在对话框中显示HTML内容
VC++使用CHtmlView在对话框中调用显示HTML内容,本程序示例如何利用一个从CHtmlView派生的新类 CHtmlCtrl在对话框中(如about对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。 也可使用JavaScript和DHTML来实现同样的功能。
- 2022-01-26 07:35:42下载
- 积分:1
-
本软件由ZHG用TC2.0开发,可用来进行简单画图、查看由本软件制作的图形文件以及使用配套函数show_bmp在C语言程序中直接使用已画好的图形。具体操作如下:...
本软件由ZHG用TC2.0开发,可用来进行简单画图、查看由本软件制作的图形文件以及使用配套函数show_bmp在C语言程序中直接使用已画好的图形。具体操作如下:
1.主界面上方为菜单栏,左边为工具栏。要使用请单击“新建”或“打开”按钮,退出可单击右上角椭圆。
2.进入后,可单击工具栏选择画笔、规则图形及颜色。左击图形库,画实线图,右击可画虚线图。在编辑区中,用左键拖动鼠标为画笔画图,右键拖动可画规则图形。(建议下载到D盘)
-the software used by the TC ZHG development, which can be used for simple drawing, View from the software produced by the graphics files and the use of complementary functions in C language show_bmp procedures used directly Painting has good graphics. Specific operations, as follows : 1. The main interface to the top menu bar, as a tool for the left column. To use click "new" or "open" button, can withdraw from the upper right elliptical. 2. After entering, click column selection brush tool, rules and color graphics. Left attack graphics library, painting solid lines map, right click on the dotted line can be painted map. Editing area, and use the mouse to point and drag brush painting, the right-scrolling graphics rules can be painted. (D downloade
- 2022-06-16 10:25:37下载
- 积分:1
-
BattleCity, VTM Vietnam, this is execute file
BattleCity, VTM Vietnam, this is execute file
- 2023-06-16 06:20:04下载
- 积分:1
-
Chinese character dot
汉字点阵提取,包括24x24,16x16,12x12-Chinese character dot-matrix extraction, including 24x24, 16x16, 12x12
- 2022-03-14 17:38:23下载
- 积分:1
-
这是一个简单的迷宫程序,我花费了一天的时间写的
这是一个简单的迷宫程序,我花费了一天的时间写的-This a simple maze procedure, I spent a day of time to write!
- 2022-02-03 05:39:28下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
视觉检测的好论文,适合初手,非常好,国外论文
视觉检测的好论文,适合初手,非常好,国外论文-Visual inspection of a good thesis for the beginning of hands, very good, International Paper
- 2023-07-02 22:55:04下载
- 积分:1
-
这是一个用multisim编写的用8421BCD码表示的两个一位十进制数相加的加法器...
这是一个用multisim编写的用8421BCD码表示的两个一位十进制数相加的加法器-This is a prepared using Multisim 8421BCD Code with two express a decimal number the sum of the adder
- 2022-11-10 01:45:04下载
- 积分:1
-
Java 24点游戏图形版
Java24点游戏源代码,扑克牌图形版,调用了很多图片去显示游戏内容,学习Java新手必看。
- 2022-10-05 21:20:04下载
- 积分:1