-
图书借阅系统文档与程序实现
图书借阅系统文档与程序实现-Lending Library System files and Program Implementation
- 2023-04-15 15:10:04下载
- 积分:1
-
现在有好多初学jsp的网友经常会问数据库怎么连接啊,怎么老出错啊?所以我集中的在这写篇文章供大家参考,其实这种把数据库逻辑全部放在jsp里未必是好的做法,但是有...
现在有好多初学jsp的网友经常会问数据库怎么连接啊,怎么老出错啊?所以我集中的在这写篇文章供大家参考,其实这种把数据库逻辑全部放在jsp里未必是好的做法,但是有利于初学者学习,所以我就这样做了,当大家学到一定程度的时候,可以考虑用MVC的模式开发。-now have many novice jsp netizens often ask how database linking ah, ah how old mistakes? So I concentrated on writing this article for reference. Such logic of the database on all jsp Lane is not necessarily a good one, but is conducive to beginners learning, So I do this, when we learn a certain extent, we can consider the use of the MVC pattern of development.
- 2022-01-22 14:07:59下载
- 积分:1
-
- 2022-05-27 19:36:26下载
- 积分:1
-
How to send debugging output to a console in a MFC application
How to send debugging output to a console in a MFC application
- 2022-05-14 07:12:02下载
- 积分:1
-
使用ArcEngine java api 开发的通过arcsde读取空间数据,并显示
使用ArcEngine java api 开发的通过arcsde读取空间数据,并显示-ArcEngine java api to use the development of spatial data through ArcSDE reads and displays
- 2022-07-19 05:20:01下载
- 积分:1
-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1
-
用c++完成的双链表源代码
用c++完成的双链表源代码-complete with the source code-List
- 2022-08-19 22:35:36下载
- 积分:1
-
winpcap, delphi development of the bottom of the application package,
winpcap,delphi 开发底层应用的包,-winpcap, delphi development of the bottom of the application package,
- 2022-04-13 16:03:28下载
- 积分:1
-
本程序是为了计算日变化的平均值。
输入文件的数据格式是
2006 9 20 0 30 12577 0.263253 2.74975...
本程序是为了计算日变化的平均值。
输入文件的数据格式是
2006 9 20 0 30 12577 0.263253 2.74975 -0.0157112 0.55523 8.65E-05 -7.9142 17.606
该输入文件按列为:年、月、日、时、分、序号、各量
计算结果将保存在数组里,如T【24】,24表示24小时(因为是1小时的平均)。
对输入文件的行进行循环,计算1小时的平均,该行的数据将累计平均到下标取“时”列的数组中。
-this program is to calculate the average daily change. Data input file format is 2006 9 20 0 30 12577 0.263253 2.74975-0.0157112 0.55523 8.65E-05-7.9142 17.606 of the losers into the document, as : year, month, day, hour, minute, serial number, the calculation results will be stored in the array, such as T [24]. 24 said 24 hours (because it is an hour average). On the importation of paper recycling firms, the calculation of the average one-hour, The data will be the cumulative average subscript taking "when" out of the array.
- 2022-07-02 15:40:35下载
- 积分:1
-
The realization of a five
一个五维魔方的实现,该程序用C++实现了一个五维魔方。-The realization of a five-dimensional Rubik" s Cube
- 2022-11-14 13:55:03下载
- 积分:1