登录
首页 » Fortran » 9

9

于 2014-01-24 发布 文件大小:1805KB
0 175
下载积分: 1 下载次数: 3

代码说明:

  一些有趣的小程序,包括利用链表和文件对数据进行排序(Some interesting little program, including the use of the list and sort the data file)

文件列表:

10
..\1.txt,206,2013-12-19
..\10.dsp,3199,2013-12-19
..\10.dsw,527,2013-12-19
..\10.f90,714,2013-12-19
..\10.opt,43520,2013-12-29
..\10.plg,773,2013-12-19
..\2.txt,160,2013-12-19
..\Debug
..\.....\10.exe,483363,2013-12-19
..\.....\10.ilk,372860,2013-12-19
..\.....\10.obj,4489,2013-12-19
..\.....\10.pdb,713728,2013-12-19
..\.....\2 (2).exe,471078,2013-12-19
..\.....\2 (2).ilk,375180,2013-12-19
..\.....\2 (2).obj,2546,2013-12-19
..\.....\2 (2).pdb,746496,2013-12-19
..\.....\DF60.PDB,33792,2013-12-19
8
.\8.dsp,3248,2013-12-03
.\8.dsw,525,2013-12-03
.\8.f90,3448,2013-12-06
.\8.opt,43520,2014-01-01
.\8.plg,781,2013-12-06
.\Debug
.\.....\8.exe,483361,2013-12-06
.\.....\8.ilk,384016,2013-12-06
.\.....\8.obj,10460,2013-12-06
.\.....\8.pdb,754688,2013-12-06
.\.....\DF60.PDB,33792,2013-12-06
.\.....\main.exe,544806,2013-12-02
.\.....\main.ilk,425316,2013-12-02
.\.....\main.obj,10011,2013-12-02
.\.....\main.pdb,746496,2013-12-02
.\.....\sub1.obj,2564,2013-12-03
.\sub1.f90,497,2013-12-03
9
.\9.dsp,3187,2013-12-12
.\9.dsw,525,2013-12-12
.\9.f90,1403,2013-12-16
.\9.opt,43520,2013-12-27
.\9.plg,764,2013-12-26
.\Debug
.\.....\9.exe,507937,2013-12-26
.\.....\9.ilk,407492,2013-12-26
.\.....\9.obj,5520,2013-12-26
.\.....\9.pdb,746496,2013-12-26
.\.....\circle.mod,1167,2013-12-26
.\.....\cone.mod,2882,2013-12-26
.\.....\DF60.PDB,33792,2013-12-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1. 创建MyDatabase.gdb文件。 2. 用SYSDBA用户登录。 3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL E...
    1. 创建MyDatabase.gdb数据文件。 2. 用SYSDBA用户登录。 3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL Explorer窗口中,根据表3-1至表3-10创建数据表。(通过直接注册附带光盘所提供的MyDatabase.GDB数据库文件,可以直接获得这些数据表。) 4. 在SQL Explorer窗口中,创建MyDB数据库连接。 5. 输入初始数据。除了表3-11至表3-13的内容,还需要根据需要设定院系编号、班级号和计数器。 -1. MyDatabase.gdb create data files. 2. With SYSDBA user login. 3. In ISQL window, the importation of the book were provided by the SQL statement; or SQL Explorer window, according to Table to Table 3-1 3-10 create data tables. (Through direct registration with CD-ROM attached MyDatabase.GDB provided by the database files, direct access to these data sheets.) 4. SQL Explorer window, MyDB establish database connections. 5. Initial data input. Table 3-11 addition to the contents of Table 3-13, we must also need to set faculty numbers, and counter classes.
    2022-01-24 14:40:10下载
    积分:1
  • 用C语言实现动态表的源程序,包括各种必须的方法
    用C语言实现动态表的源程序,包括各种必须的方法-C language movements of the source, including all necessary means
    2022-05-07 10:57:32下载
    积分:1
  • 中的各种排序,只要输入一定的就可以实现排序,显示果...
    数据结构中的各种排序,只要输入一定的数据就可以实现排序,显示结果-Data structure in a variety of sort, as long as the importation of a certain sort of data can be achieved, the result will be displayed
    2022-06-12 05:38:45下载
    积分:1
  • out in the Grid, quite good!
    自动高速Grid的列数,蛮不错的呀!-out in the Grid, quite good!
    2022-02-04 07:15:40下载
    积分:1
  • 4
    说明:  题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数 组中。 ___________________________________________________________________ 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况 ,插入后此元素之后的数,依次后移一个位置。 (Topic: have a already sorted array. Now enter a number, according to the requirements of the original law be plugged into a number In the group. ___________________________________________________________________ Program analysis: first judge whether the number is greater than the last number, then consider intercalary number situation)
    2012-11-14 17:58:23下载
    积分:1
  • Detailed description of the usage of function pointer, and to form an array of f...
    详细说明函数指针的用法,并形成函数指针数组调用方法
    2022-03-26 06:59:12下载
    积分:1
  • 将mysql库生成字典
    使用VBA可以将SQLServer数据库生成数据库,用word宏实现的数据字典生成器。 打开word文档后,按alt+f11即可看到源码。 需要修改其中的数据库连接串,否则无法连接数据库成功,也无法生成数据字典。 按F5即可运行查看生成的数据字典。 目前只支持SQL Server,不支持其他数据库
    2022-11-29 04:50:03下载
    积分:1
  • VC++语言实现与库的连接,效果不错的
    VC++语言实现与数据库的连接,效果不错的-VC++ Language with database connectivity, the effect of good
    2023-09-09 08:35:03下载
    积分:1
  • 程序功能: 实现一元多项式的四则运算 ,用到的主要就是多现式的实现,除法实现起来是很复杂的。...
    程序功能: 实现一元多项式的四则运算 ,用到的主要就是多现式的实现,除法实现起来是很复杂的。-procedures functions : achieving a polynomial of four operations is mainly used in the more- is the realization Apart from achieving up is very complex.
    2023-03-27 08:25:03下载
    积分:1
  • 链表排序
    链表排序- The chain table arranges
    2022-05-15 04:16:19下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载