搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
VC++jiandanlianxi.rar
- 简单的VC++练习题,包括创建不带文档或视图类的MFC程序练习,利用常见控件与对话框编写应用程序练习,窗体常用高级控件与属性表使用练习,文档与视图的分离练习,Simple VC++ Exercises, including the creation of non-document or view class of MFC program exercises, using common control with the dialog box to write applications to pra
Resizeable_Wizard97
- VC++编程,有源代码,属性表页类,wizard97风格,大小可调-VC++ Programming, active code page attribute table category, wizard97 style, size adjustable
codeslave
- 1、管理数据库表,查看结构、生成常用SQL语句和存储过程、导出表结构文档。 2、根据字段生成对象的属性和构造函数。 3、基于PetShop架构,生成常用操作的DAL/BLL/Model层C#代码,包括插入、更新、删除、查询、分页查询等操作。 4、附带一些有用的小工具如MD5加密、正则表达式验证等。 -1, the management of database table, view the structure, commonly used to generate SQL s
mycompile
- 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
cffxsy
- 1.任选一个C语言词法子集设计DFA模型 2.要求对C语言词法规则设计编码,最后编写成源程序并能输出正确的结果。 3.给出2个测试实例,一个正确的和一个错误的来验证本词法分析程序。 4.用文件输出单词属性表(名字为班号最后2位+学号.txt)-1. Choose a C-word method design DFA model 2. Calls for the design of C language lexical coding rules, and finally devel
softhy815g
- 文件批量上传客户端 源码介绍: 1.0.2版更新如下 1.添加了每个文件上传完成,服务器有反馈信息时,调用JAVAscr ipt函数challs_flash_onCompleteData() 函数 2.添加了Form表单文本域Name属性的设置 3.修正了若干BUG -file pass
Dijkstra
- 该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径。 Dijkstra算法要求有向图中没有权值为负的边,有向图的信息由一个邻接表来表示,另外对每个顶点都设置一个属性d[v],描述从源点到v的最短路经上权值的上界。算法中设置一个顶点集合S,反复选择具有最短路经估计的顶点u∈V-S,并将u加入S中,算法中还用到了顶点的最小优先队列,排序关键字为顶点的d值。-The issue of the shortest path problem as a unit, find a directed
GISTableUnit
- GIS中属性表的合并 对开发GIS 空间分析模块的大有帮助-GIS table Unition
Prop
- 一个做属性表单的程序,里面添加3个属性页,并将属性页中的内容输出到屏幕上-Attribute of a form to do the procedure, which added three properties page, and the contents of the output property page to the screen
project3
- 通过程序创建表实现方法;通过程序,向表中添加图形数据的实现方法;通过程序,向表中添加属性数据的实现方法;利用程序,读写记事本的方法。 -Implementation through the program creates tables through the program, add graphics to the table, the realization of data through the program, add attribute data to the table, th
dizibutton
- 实现类似VC属性表中的钉子按钮实现类似VC属性表中的钉子按钮。-The similar the VC attribute table in the nails button similar the VC attribute table in the nail button.
AE_Demo1
- 能够实现鹰眼、属性表等功能(此处鹰眼强化了,比平时见到的鹰眼性能提高了很多),还包括其他一些常规功能。-Eagle Eye attribute table function can be achieved (here Hawkeye strengthen see normal Hawkeye performance improved a lot), but also include some other routine functions.
RNU-BUTTON
- VC++深入详解,包括属性表单,向导创建-Detailed VC++ in-depth, including the property of the form, the wizard creates so
844187
- 关于属性表这个文档假设你已经十分的理解了对话框模板及对话框程序,如果不是这样,在继续下边的章节前你应该读一下平台SDK()
Delete_XZ
- arcgis中批量修改属性表中的某个字段(modify the field of attribute table in ArcGIS)
显示属性表
- 用于AE中属性表的打开查询具体坐标信息,用于点的查询。(Open query for attribute tables in AE)
featureAttribute
- C#+arcengine,打开属性表,并修改要素属性,修改后直接保存到属性之中(open feature attribute by c#+arcengine)
6994868
- 《属性页与向导》甚至在成为Windows95的通用控件之前,使用属性表来表示一些选项就已经成为一种很流行的方式,向导模式()
线性表
- 某软件公司年初有n名员工,每名员工有姓名、职务、工号等属性,现在该公司还有共m次操作,分别对应了员工的入职、离职、查询。现在请把所有员工建立一个线性表,建立离职、入职、查询函数,当有员工离职或入职时,修改线性表,并且根据输出格式中的要求输出。(A software company has n employees at the beginning of the year. Each employee has the attributes of name, job, job number, etc.