-
C语言函数库大全,按照字母顺序排序的,比MSDN方便,非常好的资源...
C语言函数库大全,按照字母顺序排序的,比MSDN方便,非常好的资源-C language library Guinness, sorted in alphabetical order, more than MSDN convenient, very good resources
- 2022-02-06 17:49:30下载
- 积分:1
-
书名:生物信息学:机器学习方法 ,介绍了很多数据挖掘方法在生物信息学上的应用。...
书名:生物信息学:机器学习方法 ,介绍了很多数据挖掘方法在生物信息学上的应用。
- 2022-09-20 00:00:05下载
- 积分:1
-
建筑用程序的教程
tutorial on building C program using VC-tutorial on building C program using VC++
- 2023-06-17 21:50:04下载
- 积分:1
-
PXA255开发手册,就PXA255 CPU各方面做了较详细的介绍,可做参考...
PXA255开发手册,就PXA255 CPU各方面做了较详细的介绍,可做参考-PXA255 development handbook on the PXA255 CPU has done a more detailed briefing, do reference
- 2022-03-11 01:26:05下载
- 积分:1
-
软件名称: 实现托盘程序
软件名称: 实现托盘程序-software title : Implementation procedures tray
- 2023-01-11 12:20:04下载
- 积分:1
-
一本有关于软件开发与质量测试的参考书,
有理论也有应用,能帮助软件员开发高质量的软件....
一本有关于软件开发与质量测试的参考书,
有理论也有应用,能帮助软件员开发高质量的软件.-Designed for an introductory software engineering course or as a reference for programmers, this up to date text uses both theory and applications to design reliable, error-free software. Starting with an introduction to the various types of software, the book moves through life-cycle models, software specifications, testing techniques, computer-aided software engineering and writing effective source code. A chapter on applications covers software development techniques used in various applications including VisualBasic, Oracle, SQLServer, and CrystalReports.
- 2023-01-29 04:25:04下载
- 积分:1
-
Core JavaScript Gride 1.chm you downloaded the file from the book
Core JavaScript Gride 1.chm
您下载的该文件来自---爱书吧(http://www.ibook8.com) -Core JavaScript Gride 1.chm you downloaded the file from the book--- love (http://www.ibook8.com)
- 2022-08-16 03:16:57下载
- 积分:1
-
C语言一些标准和原码
C语言一些标准和原码-C language standards and some original code
- 2023-03-12 09:30:05下载
- 积分:1
-
相对简单的计算器,可以实现简单的四个操作。
比较简单的计算器,可以实现简单的四则运算。-Relatively simple calculator, you can achieve a simple four operations.
- 2022-08-17 18:28:55下载
- 积分:1
-
/* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系...
/* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调用显示功能,以达到动态效果。*/-/* This program features : The display system time and date of the program is the main operation : the use of the system call dos function, importation case-D display the current date, case-insensitive T when the input output current system, when the input Q withdraw from the case-sensitive procedure, when losers in other characters, suggesting error. The main algorithm : the system date and time into the characters, sorting through the stack to show that involves strategically placed to coordinate conversion. The time and date shown only a call (functions) compute avoid code redundancy, make it simple as possible, and at the same time after the operation, the procedure waits for the next operation, rather than retire. The
- 2022-01-25 15:12:02下载
- 积分:1