Title: DK3200_RS232_IAP(upsd32XX) Project Name: DK3200_RS232_IAP Description: In-Application-Programming Driven by RS232 demonstration program
標簽: In-Application-Prog 3200 Description 232
上傳時間: 2016-05-27
上傳用戶:kikye
This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the table of contents, the 2nd chapter of example under "2" the table of contents, to the order analogizes. Under corresponding table of contents including Java source code document and by it correspondence translation class document. The reader may use software and so on the text editor opens the Java source code document, examines this book the detailed code. 13th chapter the code defers to the project project laying aside. May directly use NetBeans to open the project document to carry on the code examination.
標簽: chapter arrangement according procedure
上傳時間: 2014-11-01
上傳用戶:希醬大魔王
GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.
標簽: framework for execution ccScript
上傳時間: 2013-12-18
上傳用戶:sssl
Advanced SQL For this exercise, we will use the library schema. It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the suppliers who supply books to the library, and about orders placed with the suppliers. To distinguish the table names used in this exercise from the table names in other exercise, each table name in this exercise ends with the character 4 .
標簽: information Advanced exercise includes
上傳時間: 2013-12-20
上傳用戶:s363994250
java屬性邦定的(JSR-295)的一個實現,通過它可以方便的將java bean的屬性綁定到List,table等多種java組件
上傳時間: 2013-12-29
上傳用戶:變形金剛
sql equipment management system for the Institute of Laboratory office automation management system an important part of it can lend to the return of the equipment scrapped and a new standardized management, thereby increasing efficiency and avoiding waste of resources. background database using Access, prospects of development tools using Visual Basic. The system uses ADO data access technology, and each database table and operation of the field to the type of package, which succeeded in object-oriented programming thinking applied to the database application design.
標簽: management system Laboratory automation
上傳時間: 2016-08-15
上傳用戶:784533221
RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
標簽: functionality provide written employ
上傳時間: 2016-08-24
上傳用戶:小眼睛LSL
Easy Grid is a JS/PHP tool kit for data linear lists management. It can help you to create quickly interfaces of table list navigation and modification with AJAX features. High performance of the Grid is ensured by JSON data format. The Easy Grid includes sorting, filtering, pagination and mouse right click context menu. Files: grid.html - HTML of the grid file_controller.php - sample of grid controller with file-flat interface db_controller.php - sample of grid controller with DB interface sample.csv - Sample of grid data source (VDB) sample.sql - Sample of grid data source (MySQL) easygrid.js - Easy Gird library easygrid_contextmenu.js - Easy Grid context menu library
標簽: management quickly create linear
上傳時間: 2013-12-04
上傳用戶:cylnpy
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
標簽: i.e. management database simple
上傳時間: 2016-10-02
上傳用戶:851197153
一個J2EE四層架構的實例,采用jsp+javabean+sessionbean+entitybean做的,與大家共享: 1.開發環境用的jbuilder7.0+weblogic7.0+oracle9i(sqlserver2000) 2.sql語句如下: create table ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.現在weblogic console下建立好數據源名:examples-dataSource-mssqlserverXAPool 4.可以用客戶端測試和網頁測試.
上傳時間: 2016-10-03
上傳用戶:zhouchang199