Welcome![Sign In][Sign Up]
Location:
Search - new table

Search list

[GUI DevelopADO_Grid表格平台

Description: 1 这是我用VC做的电子表格平台,可实现对窗口表格视图和其背景数据库的若干基本操作。 (a动态创建新表, b在表中添加、删除行、列, c打开、保存、另存表格, d制作了一个属性对话框来修改表格的基本属性,如行数、列数、标题等) 用户可通过视图上操作改变背景数据库 2 数据库操作采用ADO, 背景数据库采用Access 视图采用单文档界面和CGridCtrl控件 3 本软件在运行时,在debug文件夹中要考入“资料”的access文件,否则出错 4 请版主批评指正,谢谢 westlife04@Tom.com-This is a VC do I use electronic forms platform, to achieve the View window forms the background and some of the basic database operations. (Dynamic creation of a new table, b, in the table to add, delete rows and columns, c open, preservation, separate forms, d produced a dialog box to change attributes form the basic attributes, such as the number of firms are few, Heading etc.) users can view on the background change operation two databases using ADO database operation, background View Access database using a single interface and documentation controls three CGridCtrl software Win And when the debug folder to be admitted to "information" access to the documents, Otherwise, please moderator four errors criticism correction, thank westlife04@Tom.com
Platform: | Size: 355609 | Author: 湖朝 | Hits:

[Otherexprsion(1)

Description: 表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sample procedures expression (-9.3 * ((* 6/2-0.8 8 2-3) (-64))), the expression can also import the text box enter a new table tat - (limited number of basic Operators in brackets), first click on "initial count" button and then click on the "Demo" button for each step
Platform: | Size: 173500 | Author: 刘宋 | Hits:

[Otherexprsion(1)

Description: 表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sample procedures expression (-9.3* ((* 6/2-0.8 8 2-3) (-64))), the expression can also import the text box enter a new table tat- (limited number of basic Operators in brackets), first click on "initial count" button and then click on the "Demo" button for each step
Platform: | Size: 173056 | Author: 刘宋 | Hits:

[Windows DevelopCEPT

Description: 化学元素周期表,包含所有已知元素,包括熔点、沸点、读音、英文名称等信息-Periodic Table of the Elements include the new Elements, and include name, melting point,boiling point,spelling.
Platform: | Size: 47104 | Author: David | Hits:

[GUI DevelopADO_Grid表格平台

Description: 1 这是我用VC做的电子表格平台,可实现对窗口表格视图和其背景数据库的若干基本操作。 (a动态创建新表, b在表中添加、删除行、列, c打开、保存、另存表格, d制作了一个属性对话框来修改表格的基本属性,如行数、列数、标题等) 用户可通过视图上操作改变背景数据库 2 数据库操作采用ADO, 背景数据库采用Access 视图采用单文档界面和CGridCtrl控件 3 本软件在运行时,在debug文件夹中要考入“资料”的access文件,否则出错 4 请版主批评指正,谢谢 westlife04@Tom.com-This is a VC do I use electronic forms platform, to achieve the View window forms the background and some of the basic database operations. (Dynamic creation of a new table, b, in the table to add, delete rows and columns, c open, preservation, separate forms, d produced a dialog box to change attributes form the basic attributes, such as the number of firms are few, Heading etc.) users can view on the background change operation two databases using ADO database operation, background View Access database using a single interface and documentation controls three CGridCtrl software Win And when the debug folder to be admitted to "information" access to the documents, Otherwise, please moderator four errors criticism correction, thank westlife04@Tom.com
Platform: | Size: 355328 | Author: 湖朝 | Hits:

[JSPJTablemanager

Description: JTable中获取鼠标所在位置的行数 table=new JTable(cells,columnNames) -J mouse to obtain the location of the line a few table = new J (ce X3, columnNames)
Platform: | Size: 3072 | Author: xsw | Hits:

[BooksMatlabjiekoujishu

Description: The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran 90, the latest standard version of Fortran, has many excellent new features that will assist the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Handbook is an informal description of Fortran 90, developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. In addition, “models” give the reader better insight as to why things are done as they are in the language.-The Handbook is a definitive and comprehensive guide to Fortran 90 and its use. F ortran 90. the latest standard version of Fortran, has many excellent new features that will Assis t the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Hand book is an informal description of Fortran 90, developed to provide not only a readable explan ation of features, but also some rationale for the inclusion of fea tures and their use. In addition, "models" give the reader better insight as to wh y things are done as they are in the language.
Platform: | Size: 13501440 | Author: 黄先生 | Hits:

[DocumentsApplicationofFCMAC

Description: The cable compensation system is an experiment system that performs simulations of partial or microgravity environments on earth. It is a highly nonlinear and complex system.In this paper, a network based on the theory of the Fuzzy Cerebellum Model Articulation Controller(FCMAC) is proposed to control this cable compensation system. In FCMAC ,without appropriate learning rate, the control system based on FCMAC will become unstable or its convergence speed will become slow.In order to guarantee the convergence of tracking error, we present a new kind of optimization based on adaptive GA for selecting learning rate.Furthermore, this approach is evaluated and its performance is discussed.The simulation results shows that performance of the FCMAC based the proposed method is stable and more effective. -The cable compensation system is an experiment system that performs simulations of partial or microgravity environments on earth. It is a highly nonlinear and complex system.In this paper, a network based on the theory of the Fuzzy Cerebellum Model Articulation Controller (FCMAC) is proposed to control this cable compensation system. In FCMAC, without appropriate learning rate, the control system based on FCMAC will become unstable or its convergence speed will become slow.In order to guarantee the convergence of tracking error, we present a new kind of optimization based on adaptive GA for selecting learning rate.Furthermore, this approach is evaluated and its performance is discussed.The simulation results shows that performance of the FCMAC based the proposed method is stable and more effective.
Platform: | Size: 69632 | Author: Alice | Hits:

[OtherBatchReplaceString

Description: 自定义多目录替换字符工具 表的对照关系 --- --- --- --- --- -- 原表 新表 -------------------------------- syskind , DictType syscode , DictCode-Custom multi-directory to replace the control characters table relations tool-------------------------------- original table new table-------------------------------- syskind, DictTypesyscode, DictCode
Platform: | Size: 175104 | Author: 郑汉武 | Hits:

[BooksMySQL4.1

Description: MySQL 4.1.0 中文参考手册 以下为引言: 一直以来都使用晏子 (clyan@sohu.com) 翻译的 MySQL 3.23.7 alpla ,但是随著 MySQL 版本的不断发展,越来越发现这一版本以不能适应 MySQL 发展了,为了能更多的人更清楚地了解与理解 MySQL 所提供的新函数,新功能,新表类型等等,就一直想做这麽一件事。-Chinese MySQL 4.1.0 reference manual for the introduction of the following: has been the use of Yanzi (clyan@sohu.com) translation of MySQL 3.23.7 alpla, but with the MySQL version of the continuous development, more and found this version in order to adapt MySQL is developed, in order to more people a better understanding of MySQL and understanding provided by the new function, new features, new table types, etc., has been wanted to do such a thing.
Platform: | Size: 1459200 | Author: hongzhenmiao | Hits:

[SQL ServerSQLSERVER

Description: 连接SQL用连接查询SQL字段做新表等等对新人比较有价值-Connect SQL Query SQL field used to connect the new table to do so compared to the new value
Platform: | Size: 21504 | Author: 98b248 | Hits:

[OtherAttrStruCheck(new)

Description: 实现mapInfo中表的属性结构检查,使用mapbasic开发-Realize MapInfo table to check the properties of the structure, use the MapBasic development
Platform: | Size: 1024 | Author: feng | Hits:

[SCSI-ASPIp1

Description: KesionCMS V4.0集成了以往版本的所有优点,4.0的最大卓越之处在于不仅提供了自带的常用网站管理功 能模型(文章、图片、下载,动漫,影视,音乐、供求、商城)外,而且还提供了系统扩展框架,您可以 直接在后台通过新建表、自定义字段,然后组成新的系统模型,以实现各种适合用户自己的系统。如企 业招骋,房产系统、用户产品展库等等......同时,此功能也可将信息量分配于不同的信息表,为数据 量较大的网站进行数据的有效部署。 下载地址:http://www.kesion.com/Down/Kesion/761533187518610.html 演示地址:http://www.kesion.cn -KesionCMS V4.0 integrates all the advantages of the previous version, 4.0 the greatest excellence lies not only provides a built-in Web site management features commonly used model (articles, pictures, downloads, animation, film, music, supply and demand, Mall), the but also provides a framework for expanding the system, you can directly through the new table in the background, custom fields, and then form a new system model in order to achieve a variety suitable for the user s own system. Dr. Cheng, such as business, real estate systems, end-user database, etc. Show ...... At the same time, this feature can also be allocated the amount of information in different information table for the larger amount of data the site of the effective deployment of data. Download Address: http://www.kesion.com/Down/Kesion/761533187518610.html Demo Address: http://www.kesion.cn
Platform: | Size: 13312 | Author: dsrsgd | Hits:

[Data structsfile1

Description: 线性表的顺序存储表示(结构)及实现 创建一个顺序表(数据自拟); 在顺序表的指定位置插入一个元素; 在顺序表的指定位置删除一个元素; 将两个有序顺序表合并成一个新的有序顺序表 -Linear sequence of storage, said table (structure) and realize the creation of a chronological table (data from the proposed) in the order of table elements to insert a specified location in order of table elements to delete a specified location will merge two tables in an orderly sequence into a new table in an orderly sequence
Platform: | Size: 1024 | Author: 朱琼琼 | Hits:

[Windows DevelopShadowTableHook

Description: Shadow table hook,一种新的Hook方式-Shadow table hook, a new way Hook
Platform: | Size: 50176 | Author: alex | Hits:

[Post-TeleCom sofeware systemsnew

Description: GMSK基带系统仿真 本试验是用数字基带处理方法来实现调试期算法的基带硬件实验。 通过用软件matlab进行了GMSK相位路径和眼图的仿真,之后对任何一种五位随机码,每周期八次的任一抽样时刻,和任一相位区域(0、1、2、3)的任一组合,计算出相位 ,并对 以及 进行1024位的量化、编码成10位二进制码表。进一步利用matlab从上述的码表得出GMSK基带波形的眼图,和理论上计算的眼图比较,一致性很好。 -GMSK baseband system simulation is used in this test method to realize the digital baseband processor debugging phase algorithms with hardware-based experiments. By using the software matlab a GMSK phase path and the eye diagram of the simulation, after any one of five random code, eight times per cycle of any one sampling time, and any one-phase region (0,1,2,3) of any combination of one to calculate the phase, and 1024 as well as quantitative, encoded into a binary code table 10. Further use of matlab code from the above tables GMSK baseband waveform eye diagram and eye diagram theoretically compared to a good consistency.
Platform: | Size: 1024 | Author: 魏玉晗 | Hits:

[Documentsnew

Description: SQL创建表,可以直接拷贝使用该例子只是实现一个简单的功能,其他的大家补充-SQL create table, you can directly copy the use of the example is only the realization of a simple function to add other U.S.
Platform: | Size: 3072 | Author: 韩勇强 | Hits:

[ADO-ODBCcreatedb

Description:
Platform: | Size: 8192 | Author: john duan | Hits:

[JSP/Javacreate-table

Description: 使用java语言想oracle数据库创建一个新的student表,表中包含学号,姓名等列-Oracle database using java language to the student to create a new table, the table contains the student number, name and other list
Platform: | Size: 1024 | Author: 任珊 | Hits:

[CSharpinsert--a--elem-in-a-table

Description: 数据结构编写程序,在顺序表中插入一个元素之后,建立一个新的表,把新的顺序表输出。-Data structure programming, insert an element in the sequence table, create a new table, the new order of the table output.
Platform: | Size: 5120 | Author: 徐彩华 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net