-
本原码用VB2005演示了串口控制,多线程的实现,程序性指
本原码用VB2005演示了串口控制,多线程的实现,程序性指-primitive code using VB2005 demonstration of serial control, multi-thread and that the realization of procedural means
- 2022-03-11 00:36:02下载
- 积分:1
-
js无限级树形菜单代码三种风格
一个js树控菜单 展开的树形菜单,js无限级树形菜单代码三种风格,看一下效果图便明白每一款风格的样式,觉得都是挺漂亮的,其实这是一款树菜菜单插件,名字叫做:"CNL Tree Menu",无限级树形,具有以下特点:浏览器兼容好,支持:IE5.0+, FF1.06+, Opera8.5+ ……
HTML,CSS,JavaScript代码相互分离(即数据,风格,脚本三者分离),可应用于多种场合,易于维护修改;更换树形图标,只需要修改CSS文件.
通过W3C校验(XHtml1-Strict,CSS1.0).
- 2023-01-12 18:55:03下载
- 积分:1
-
海上复杂环境对GNSS天线信号影响的分析
说明: 本文介绍了 GNSS 天线的基本参数。对海上工作环境下的 GNSS 天线受到的干扰做了简要的分析,并根据分析结果给出了在实际工作中提高 GNSS 天线抗干扰性能的建议。(This paper introduces the basic parameters of GNSS antenna. This paper briefly analyses the interference of GNSS antenna in the working environment at sea, and gives some suggestions to improve the anti-interference performance of GNSS antenna in practical work based on the analysis results.)
- 2021-03-28 11:39:11下载
- 积分:1
-
MyMdi
1、建立第一个视图类的基类是CEditView。 10分。
2、在第二个文档中,实现动画画图,按下鼠标并拖动时画出一个图,自己设计
一个简单的图画,使用画笔和画刷。图形5分,动态画出图10分,画笔和画
刷10分,共25分。
3、在第三个文档中,单击菜单中的编辑可以打开对话框。对话框中实现计算
总成绩,平均成绩10分。
4、在第三个文档中,单击菜单中的编辑可以打开对话框。7种控件分别存放学
生的学号、姓名、年龄、班级、成绩、住址等信息,另外设置一个显示按钮,
按下显示按钮时,每种控件的信息读取后在文档中显示出来。每种控件的应
用5分。显示10分。共35分。
5、在第三个文档中实现串行化,可以输入、保存学生信息 10分。
6、实现图形多彩化,控件多样化,设置两个基本对话框录入学生信息。5分。(1, the establishment of the first view of the base class is CEditView. 10 points.
2, in the second document, the realization of animation drawing, press the mouse and drag to draw a map of their own design
A simple picture, use the brush and brush. Figure 5 points, the dynamic drawing of the figure 10 points, brush and painting
Brush 10 points, a total of 25 points.
3, in the third document, click the menu editor can open the dialog box. Dialog box to achieve the calculation
The total score, the average score of 10 points.
4, in the third document, click the menu editor can open the dialog box. 7 kinds of control storage
Student number, name, age, class, grade, address and other information, in addition to set up a display button,
When you press the display button, the information for each control is displayed in the document after reading. Each control should be
With 5 points. Show 10 points. A total of 35 points.
5, in the realization of the serialization of the third docum)
- 2017-04-17 21:18:56下载
- 积分:1
-
计算机程序的构造和解释
说明: 计算机程序的构造和解释,中英文双版本,是理解程序的有一个思路。(Construction and interpretation of computer program)
- 2020-03-18 08:57:02下载
- 积分:1
-
opencv 4.1中文官方文档v1.1版
说明: opencv 4.1官方文档,可以有效学习opencv。介绍了基本API等(Opencv 4.1 official documents, you can effectively learn opencv.
Introduced the basic API and so on)
- 2020-04-19 10:55:25下载
- 积分:1
-
237Windows7icons
237Windows7 icons图标。听说微软发布了Windows7 ,没有用过,首先感受一下他的图标吧!(237Windows7 icons icon. I heard Microsoft released Windows7, never used, first of all, the feelings of his bar icon!)
- 2009-01-05 16:05:38下载
- 积分:1
-
elm
说明: 极限学习机,做了简单标注,程序为鸢尾花分类识别。(Extreme learning machine, made a simple label)
- 2020-10-29 19:58:12下载
- 积分:1
-
matlab程序
匹配滤波器 波束形成和线性调频型号matlab程序(Matched filter beamforming)
- 2020-07-27 15:58:40下载
- 积分:1
-
Delphi将TableToClass 表文件转换成类文件
Delphi将TableToClass 表文件转换成类文件,//刷新数据库procedure RefreshDB;
//读取数据库名称列表
function ReadDBNameList: TStringList;
//读取数据表名称列表
function ReadTableNameList: TStringList;
function TableToClassInfo(ATableName: string): TStrings;
//取得SQLServer字段的类型,返回相应Delphi变量类型
function GetColumnType(AType: integer): string;
//取得SQLServer字段的类型,返回相应字符串
function GetDBColumnType(AType: integer): string;
//仅生成类信息
procedure GenerateClassInfo;
//生成Unit文件
procedure GenerateUnitFile;
procedure TableToClassInfo1(ATableName: string; var AClassList1, AClassList2: TStringList);
//取得保存的文件名,没有扩展名
function GetFileName(AFileName: string): string;
//保存文件
procedure SaveToFile(AList: TStringList = nil);
//取取选择数据表的数量
- 2022-03-24 10:52:12下载
- 积分:1