▍1. NPC_converter_DQ_P_160516
二极管钳位式三电平逆变器 毕业设计的时候搭的(Diode clamped three-level inverter graduation time ride)
二极管钳位式三电平逆变器 毕业设计的时候搭的(Diode clamped three-level inverter graduation time ride)
这是我毕业设计涉及的一部分,基于MountainTop数据的STAP算法仿真,该MountainTop数据可以在网上下载(This is part of my graduation design, based on MountainTop data STAP algorithm simulation, the data can be downloaded the Internet)
图书管理系统,可以实现基本功能如:查询,删除等。界面漂亮。希望对学习数据库的人有帮助。(Library management system, can achieve the basic functions such as: query, delete and so on. Beautiful interface. I hope the people of the study database helpful.)
学生成绩管理系统(ssms)【Student Score Manage System】 学生成绩管理系统使用说明 1.新建数据库ssms,将ssms.sql导入该数据库 2.用解压文件打开ssms.war, 打开ssms.warWEB-INFclassesc3p0-config.xml文件,修改服务器所在数据库用户名和密码 3.将ssms.war文件放入tomcat/webapps目录下 4.启动tomcat服务器 5.打开浏览器,输入 localhost:8080/ssms 进入登录界面 6.输入用户名和密码访问系统 用户名:admin 密码:111111 教师账号: 2012 2011 2010 2009 2008 学生账号: 201301001 201302002 201401001 201402002 密码都为:111111 也可将ssms.zip项目文件导入eclipse使用 注:将src下c3p0-config.xml中的用户名和密码改为自己数据库的用户名和密码(Student Score Management System (ssms) Student Performance Management System Instructions 1.Create a new database ssms, import ssms.sql into the database 2. Open ssms.war with the extracted file, open the ssms.warWEB-INFclassesc3p0-config.xml file, and modify the database username and password of the server. 3. Put the ssms.war file in the tomcat/webapps directory. 4. Start the tomcat server 5. Open a browser and type localhost:8080/ssms to enter the login screen. 6. Enter the username and password to access the system 7. Username: admin Password: 111111 8. Teacher account number: 2012 2011 2010 2009 2008 9. Student account number: 201301001 201302002 201401001 201402002 The passwords are all: 111111 You can also import the ssms.zip project file into eclipse. Note: Change the username and password in c3p0-config.xml under src to the username and password of your own database.)
惯性导航的解算,附带速度、姿态、位置的姿态解算,内容很全(Inertial navigation solution, with speed, attitude, position of the attitude calculation, the content is very complete)
实现了高校教材管理的一个系统 如订购 发放等(Teaching Material Management implemented a system of dissemination of such orders)
13节点matlab的matpower原始数据(13 node matlab Matpower raw data)
有理函数模型,是个人的毕业设计,没有想到传个代码还得放血~~(rational function model)
耦合波理论中对于体布拉格光栅计算的角度和波长选择性的源程序(Coupled wave theory for the calculation of volume Bragg grating angle and wavelength selectivity of the source)
运算面板平滑转换回归模式PSTR的程序,是学术节计量经济学的重点程序(Many paper firstly uses the latest dynamic panel smooth transition regression model to investigate the relationship between Insurance and Economic growth for thirty countries in a nonlinear framework)
说明: 运算面板平滑转换回归模式PSTR的程序,是学术节计量经济学的重点程序(Many paper firstly uses the latest dynamic panel smooth transition regression model to investigate the relationship between Insurance and Economic growth for thirty countries in a nonlinear framework)
惯性导航姿态解算,附带程序详解,内容完全可以直接使用(Inertial navigation attitude calculation, with detailed procedures, the content can be used directly)
利用栈求表达式的值,可供小学生作业,并能给出分数。(要求:建立试题库文件,随机产生n个题目;题目涉及加减乘除,带括弧的混合运算;随时可以退出;保留历史分数,能回顾历史,给出与历史分数比较后的评价。)(Use of the stack to evaluate the expression, for primary operations, and can give the scores. (Requirements: Create test database files, randomly generating n topics topics involving addition, subtraction, mixed with the parentheses operator ready to quit retain historical scores, can look back at history, given scores compared with the historical evaluation.))
考试试室安排,可安排试室座号,打印准考证,试室名单,签到表等^(Exam test room arrangement )
3机9节点matlab的matpower原始数据(3 machine, 9 node, matlab Matpower raw data)
C语言作的图书管理系统 该程序能实现对一本书进行采编入库、清除库存、借阅图书、归还图书且记录借书的用户信息,还有查找书、显示图书目录的功能,并且以该书的书号为关键字建立一个B_树。(C language does books management system management system this procedure can realize to a book carries on picks enrolls the storehouse, the elimination stock, borrows the books, returns the books also the record borrows the book the user information, but also has the search book, the demonstration library catalog function, and establishes a B_ tree take this book book number as the essential character. )
图书馆借阅管理系统 的 powerdesign PDM和CDM(Library loan management system powerdesign PDM and CDM)
1.设计一个简单的学生管理系统(StudentManager)。主要功能包括: (1)学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; (2)学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 (3)学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 (4)学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(1. Design a simple student management system (StudentManager). Key features include: (1) The entry of student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like (2) query the student information. According to school, name, age and sex inquiry student information. Note: query results may not be unique. (3) amend the student information. Query based on student number to the designated student information, and then replaced with new content. (4) delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)