资源列表

« 1 2 ... .33 .34 .35 .36 .37 1438.39 .40 .41 .42 .43 ... 16930 »

[文档资料c语言教程(www.vcok.com版)

说明:经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)
<刘宋> 在 2025-01-27 上传 | 大小:297kb | 下载:2

[软件工程uc_osII原版电子书ucosbook

说明:uc_osII原版电子书ucosbook(英文版)-uc_osII ucosbook original e-books (in English)
<张新宇> 在 2025-01-27 上传 | 大小:842kb | 下载:0

[文件格式Based-on-the-RS485-communication

说明:基于RS485的多机通信程序,doc文档-Based on the RS485 communication program of machine
<一洋> 在 2025-01-27 上传 | 大小:9kb | 下载:0

[编程文档RFC821-简单邮件传输协议(SMTP)中文版

说明:SMTP协议的标准文档,IETF的RFC中文版-SMTP protocol standards documents, the IETF RFC Chinese version
<> 在 2025-01-27 上传 | 大小:26kb | 下载:0

[文件格式random_shuffle()

说明:假设你需要指定范围内的随机数,传统的方法是使用ANSI C的函数random(),然后格式化结果以便结果是落在指定的范围内。但是,使用这个方法至少有两个缺点-suppose you need, within specified limits, random number, the traditional method is to use ANSI C function random (), then formatted results
<joy> 在 2025-01-27 上传 | 大小:5kb | 下载:0

[软件工程Jeff_JAVE_CODING_CONVENTIONS

说明:JAVA编码规范,非常完整全面,适合所有的java程序设计,参考资料来源sun公司的标准文档,结合本人多年开发开发经验,做了一定的总结和添加,有一定的参考价值,完全可以作为个人或开发企业内部的正式规范使用。-Java coding standard, very complete and suitable for all the java programming, reference sources sun's standard
<杰弗雷> 在 2025-01-27 上传 | 大小:46kb | 下载:0

[软件工程网页制作

说明:
<> 在 2025-01-27 上传 | 大小:853kb | 下载:0

[软件工程一些面向对象的设计法则

说明:本书是一本介绍面向对象软件系统设计的书,从组织结构上分为两大部分:面向对象的概念与UML概述、面向对象系统设计。第一部分是基础,第二部分是核心。-the book is an introduction of object-oriented software systems design, organizational structure is divided into two parts : the object-oriented co
<何智峰> 在 2025-01-27 上传 | 大小:221kb | 下载:0

[文件格式my-txt2tiff

说明:
<何智峰> 在 2025-01-27 上传 | 大小:183kb | 下载:0

[文档资料USB1.1chinese

说明:USB1.1协议的中文详细说明,内有8篇文档,适合英文水平不高者最佳选择。-USB1.1 agreement detailing the Chinese, there are eight files, suitable for the high level of English were the best choice.
<张兴国> 在 2025-01-27 上传 | 大小:1.18mb | 下载:0

[文档资料数据库系统练习

说明:一个不错的关于数据库的习题.里面的习题比较经典-a good database on Exercise. Inside the more classic Exercises
<321> 在 2025-01-27 上传 | 大小:11kb | 下载:0

[软件工程构建校园网页面电子邮件系统

说明:这个是关于构建校园网页面电子邮件系统的一个方案 或者可以说成毕业论文都可以 -is on the website- building campus e-mail system or a program that can be as dissertation
<别浩> 在 2025-01-27 上传 | 大小:10kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 1438.39 .40 .41 .42 .43 ... 16930 »

源码中国 www.ymcn.org