Computer software research methods and technical routes, opening report research methods and technical routes.doc

Research methods and technical routes of the opening report (1) Research methods and steps The research of this project mainly uses methods such as action research, experimental research, and evaluation research. For large-scale experimental research on teaching design and teaching mode,will use action research methods. For individual innovative,small-scale teaching research,that can provide important insights,by establishing scientific hypotheses,using experimental research methods. The evaluation of the teaching model and the analysis of the teaching effect, use the evaluation research method. The research steps are as follows : May XX-August XX , data collection , model building XX September XX-January XX ,Development software February XX-August XX ,teaching experiment ,evaluation revision XX September 2019-December XX , Expansion Test , Summary (2) Key Technologies 1. Development of web-based collaborative design thinking tools Construction of communication model; 2. Visual representation and analysis of teaching activities of teachers and students in the teaching design system; 3. Construction of teaching evaluation model of network teaching; 4. Automatic collection and processing of learning response information during online teaching. Citing paper notes and reference formats Notes and reference formats[1] 2.1 Notes Citations 2.1.1 folder Note In-text Citations Reposting, explaining, summarizing other people’s main points of view, citing certain citations or…

Luogu P3809 [template] suffix sort suffix array

Title description Read in a string of n n length consisting of uppercase and lowercase English letters or numbers , Please put all non-empty suffixes of this string in alphabetical order from small to large Sort , and then output the position of the first character of the suffix in the original string in order. Positions are numbered 1 1 through n n . Input and output format Input format : One line with a length of n n contains only uppercase and lowercase English letters or numbers. Output format : A line of , a total of n integers , represents the answer. Input and output example Input example #1: ababa Output example #1: 5 3 1 4 2 Description n <= 10^6 Analyze the : suffix array board question. Code : #include #include #include const int maxn=1e6+7;using namespace std;char s[maxn];int len;int x[maxn],y[maxn],sa[maxn],c[maxn];//c is a bucket ,sa is a suffix array ,sa[i] indicates which string ranks i.//x indicates rank&#xff0c ;x[i] indicates the ranking of the i-th string , is also the first keyword//y[i] indicates the ranking of the second keyword The i-th is the number stringvoid getsa(){int m& #61;1000;for (int i=0;i<=m;i++) c[i]=0;//empty bucketfor (int i=0;i<len;i++) x[i]&#61 ;s[i];//The initial rank…

Line and line segment intersection problem (example: POJ3304)

Judging whether a straight line intersects a line segment Judging whether a straight line intersects a line segment,This is not on Liu Rujia’s board,but you can get it after a little analysis,This is a simplified version of the intersection of line segments. // Obviously only need b1, b2 on both sides of a1, a2 , no need to judge Whether a1 and a2 are on both sides of b1 and b2// where a1 and a2 are straight lines , b1 and b2 are line segments bool SegLineInt(Point a1,Point a2,Point b1,Point b2) {double c1 = span> Cross(a2-a1,b1-a1), c2 = Cross( a2-a1,b2-a1);return dcmp(c1)*dcmp(c2)<&# 61;0;} Segments Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19074 Accepted: 6019 Description Given n segments in the two dimensional space, write a program, which determines if there exists a line such that after projecting these segments on it, all projected segments have at least one point in common. Input Input begins with a number T showing the number of test cases and then, T test cases follow. Each test case begins with a line containing a positive integer n ≤ 100 showing the number of segments. After that, n lines containing four real numbers x1 y1 x2…

Instantiate the phpExcel class to export Excel data

public static function addColumn ($cOntent=[],$fileName=’Export data instance according to the required columns’){ if(empty($content)) { /********** *************Export data instance according to requirement**************/ $cOntent= [ [‘title1’, ‘title2 ‘, ‘title3’, ‘title4’, ‘title5’, ‘title6’, ‘title7’, ‘title8’, ‘title9’, ‘title….’], [‘value with’, ‘value to’, ‘value to’, ‘value to’, ‘value to’, ‘value to’, ‘value to’, ‘value to’, ‘value to’, ‘value…’] ]; /**********************Export data example according to requirements**************/ } $maxColumn = count($content[0]);//maximum column $maxRow = count($content);//maximum number of rows /* instantiate phpExcel class, export Excel —-data*/ $objPHPExcel = new \PHPExcel(); // start to operate the excel sheet $objPHPExcel->setActiveSheetIndex(0); // set the workbook name br> $objPHPExcel->getActiveSheet()->setTitle(iconv(‘gbk’, ‘utf-8’, ‘sheet1’)); // Set default font and size $objPHPExcel->getDefaultStyle( )->getFont()->setName(iconv(‘gbk’, ‘utf-8′, ”)); // $objPHPExcel->getActiveSheet() ->getStyle(‘A2:D2’)->getFont()->setBold(false); //Whether the second line is bold // $objPHPExcel->getActiveSheet()->getStyle( ‘A1’)->getFont()->setBold(true); //Whether the first line is bold $objPHPExcel->getDefaultStyle()->getFont()->setSize(11); $styleArray = array( ‘font’ => array( ‘bold’ => true, ‘color’ =>array( ‘argb’ => ‘ffffffff’, ) ), ‘borders’ => array ( ‘allborders’ => array ( ‘style’ => \PHPExcel_Style_Border::BORDER_THIN, //Set the border style ‘color’ => array (‘argb’ => ‘FF000000’), //Set border color ) ) ); $Column=[]; /**************Data List**************/ for ($i = 0; $i <$maxColumn; $i++) { for ($j = 0; $j <$maxRow; $j++) { $pCoordinate = \PHPExcel_Cell::stringFromColumnIndex($i) . ” . ($j + 1); //…

Android skill map

Android Skill Map For more technology, please pay attention to QQ group: 636212586

Select data in Excel2010

Select data in Excel2010

MS Excel provides various methods of selecting data in a worksheet. Let us look at these methods. Using the mouse to select will Drag the mouse over the data you want to select. It will select the cells as shown below. Select Special If you want to select a specific range, select any cell in that range. Pressing F5 will bring up the following dialog. Click the special button to view the dialog below. Select Current Region from the radio buttons. Click OK to view the currently selected region. As you can see in the screen below, the selected Data.

java download file, JAVA download file interface

A list of contents of this article: 1. Why can’t I download pdf for java file download 2. Java file download 401 3. How to download java file? 4. How to write the method of downloading files in Java 5. How does Java use url to download MP3 and save it locally? java file download why can’t I download pdf java The reason why the file download cannot download pdf: 1. The computer is not equipped with a reader. 2. The file is encrypted. 3. The corresponding download tool does not support it. 4. The Java class file is the binary representation of the Java program. Each class file represents a class or interface. It is not possible to put multiple classes or interfaces in one class file. In this way, no matter which platform the class file is generated on, it can be executed on any host. java file download 401 Error reporting. Java file download 401, an error occurred. The Java file is the general term for the Java programming language and the Java platform launched by Sun Microsystems in May 1995. How does java download files? I will implement it for you with struts2: 1 .First in…

Write competition scores in java_how to write a program in java, read in students’ scores to get the highest score best, and then assign grades according to the following rules:…

Expand all The simplest input and output is , keyboard to obtain score input , program to judge score registration , output results and grades 62616964757a686964616fe58685e5aeb931333365646237 and you can The source code is very easy. The details are as follows : import java.util.Scanner;public class Marks { public void getMark(int stuNum,int[] rtnStuMark) { Scanner input=new Scanner(System.in); int i; for(i=0;ihighest) highest=stuMark[i]; return highest; } public char getGrade(int stuMark,int best) { if (stuMark>=best-10) return 'A'; else if (stuMark>=best-20) return 'B'; else if (stuMark >=best-30) return 'C'; else if (stuMark>=best-40) return 'D'; else return 'F'; } public static void main(String args[]) { Marks mark=new Marks(); Scanner input=new Scanner(System.in); int i; int best ; System.out.print(“Enter the total number of students:”); int num=input.nextInt(); int[] stuMark=new int[num]; mark .getMark(num, stuMark); best=mark.getBestScore(stuMark); for (i=0;i Java is an object-oriented programming language, not only absorbs Various advantages of the C++language, also abandons the concepts of multiple inheritance and pointers that are difficult to understand in C++,So the Java language is powerful and simple Two features of ease of use. As a representative of static object-oriented programming language, Java language ,excellently realizes object-oriented theory,allows programmers to perform complex programming in an elegant way of thinking. Java has the characteristics of simplicity,…

Install MySQL on HPUX

1. Introduction to the environment Operating System: HP-UX B.11.31 ia64 Installation medium: mysql-5.1.48-hpux11.31-ia64-64bit.depot.gz 2. Installation process (1) Create mysql user and user group # groupadd mysql # useradd -g mysql -d /home/mysql -s /usr/bin/ksh mysql # passwdmysql (2)Decompress the installation package $ gunzip mysql-5.1.48-hpux11.31-ia64-64bit.depot.gz (3) swinstall tool installation # swinstall -s /tmp/mysql-5.1.48-hpux11.31-ia64-64bit.depot Note: generally write the full path (4) GUI installation Spacebar to select, menu bar installation (5) Set owner, create symbolic link # cd /usr/local # chown -R mysql:mysql mysql-5.1.48-hpux11.31-ia64 –64bit # ln -s mysql-5.1.48-hpux11.31-ia64-64bit mysql Note: By default, it is installed in the /usr/local/mysql-5.1.48-hpux11.31-ia64-64bit directory, Create a symbolic link here: /usr/local/mysql (6)Create system database # su – mysql $ cd /usr/local/mysql $ scripts/mysql_install_db –user=mysql (7) Start the database $ cd /usr/local/mysql/bin $ ./mysqld_safe –user=mysql & (8) Remote access to other MySQL databases $ mysql -u -p -h 192.168.1.102 -P 3306 -D Remarks: Here is an ordinary user to access the remote MySQL database (the IP here is: 192.168.1.102) HP-UX installs MySQL,, HP-UX installs MySQL

The Value of Baidu Index and the Significance of Analysis

1. Definition of Baidu Index Baidu Index (Baidu Index) is a data sharing platform based on the behavior of Baidu’s massive Internet users ( search , click , share ) data ,It is one of the most important statistical analysis platforms in the current Internet and even the entire data age,Since its release, it has become an important basis for many companies to make marketing decisions. The search index is based on the search volume of netizens on Baidu (search times)as the data basis,with keywords(specific words,not specific Human ) is the statistical object , scientifically analyzes and calculates the search frequency of each keyword in Baidu web search ( no deduplication , multiple search weight coefficients are not the same ) weighted sum. Second, the value of Baidu Index 1. Unique Baidu data Massive data ,comprehensive insight,Baidu daily average 6 billion Search data , comprehensively represent user network behavior Search data of brand words at different times ,feedback on offline activities and TV ads ,effect of video ads 2. Powerful analysis technology Insight into the past, xff0c;Predict the future,Machine learning and data mining technology,Deeply help enterprises grasp opportunities Demand map , source word , Destination words truly reflect consumer needs…

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索