您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 校园信息管理系统之容器法

  2. #include #include #include "head.h" //--------------------------------------- long Student::returnsort(){return id;} void Student::show() { cout<<"*************************"<<endl; cout& lt;<"编号:"<<id<<endl; cout<<
  3. 所属分类:C

    • 发布日期:2009-05-11
    • 文件大小:149504
    • 提供者:ssybb
  1. 校园信息管理系弘之模板法

  2. #include #include #include #include "Class.h" #define ok 1 #define error 0 void tongji::tsave() //保存统计对象 { ofstream outfile("statics.dat",ios::out); if(!ou tfile) { cerr<<"open error!"<<endl; exit(1); } outfile<<tcount<<"
  3. 所属分类:iOS

    • 发布日期:2009-05-11
    • 文件大小:6144
    • 提供者:ssybb
  1. C语言程序设计实例(200行)

  2. 时间函数举例程序分析 2.程序源代码: #include "stdio.h" #include "time.h" void main() { time_t lt; /*define a longint time varible*/ lt=time(NULL);/*system time and date*/ printf(ctime(<)); /*english format output*/ printf(asctime(localtime(<)));/* tranfer to
  3. 所属分类:C

    • 发布日期:2009-06-29
    • 文件大小:10240
    • 提供者:kaven123
  1. 学生成绩管理系统(C语言版)

  2. 适合初学者 #include #include #include struct stud { long num; char name[20]; double score; }; typedef struct stucode { struct stud student ; struct stucode *next; }L;
  3. 所属分类:C

    • 发布日期:2009-07-07
    • 文件大小:5120
    • 提供者:likaisheng18
  1. WPF与Flash相互调用-嵌入

  2. 如何在 WPF 中嵌入 Flash (ActiveX) 背景 最近一个 Partner 希望将以前的 Flash 嵌入到一个全新的 WPF 应用中,将 WPF 在 .NET 3.0 下丰富的用户体验和 Flash 动画相结合,更好地服务于其用户。 嵌入 Flash 相当于嵌入一个 ActiveX 控件,在嵌入过程中也有一些比较 Tricky 的地方需要注意,下面就在 WPF Application 中嵌入 Flash 控件的步骤进行简要说明,并将遇到的一些需要注意的问题进行提示。 开发环境 V
  3. 所属分类:Flash

    • 发布日期:2009-09-14
    • 文件大小:1048576
    • 提供者:christmatic
  1. java 经典习题.doc

  2. 一些经典的习题 【程序1】 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 1.程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21.... 【程序2】 题目:判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 【程序3】 题目:打印出所有的"水仙花数&quo t
  3. 所属分类:Java

    • 发布日期:2009-09-16
    • 文件大小:89088
    • 提供者:rzvs8275161
  1. 24小时自学vc#2008 2008最新版

  2. 学习Visual Studio 2008最近资料,我认真读了两遍,对我的帮助挺大的,我希望它能对你起到同样的帮助,如果您是软件开发人员,您一定会对下一代Visual Studio 2008的外壳感兴趣,一个好的开发环境可以让开发工作事半功倍,微软公布了最新版Visual Studio Shell的预览,一起来看一下:我们可以发现新版VS的开发界面分为两个版本:整合模式和孤立模式,分别对基于语言的开发和基于特别工具的开发作了优化。并将Iron Python引入了Visual Studio,该界面
  3. 所属分类:C#

    • 发布日期:2009-10-12
    • 文件大小:9437184
    • 提供者:SX_lian
  1. 关于c#课程设计即用C#编程计算器

  2. #include #include #include struct stud { long num; char name[20]; double score; }; typedef struct stucode { struct stud student ; struct stucode *next; }L; void menu(); void createlist(struct stucode **r
  3. 所属分类:C#

    • 发布日期:2009-11-22
    • 文件大小:58368
    • 提供者:wjjiao
  1. C语言学习100例实例程序

  2. 【程序100】 题目:有五个学生,每个学生有3门课的成绩,从键盘输入以上数据(包括学生号,姓名,三门课成绩),计算出平均成绩,况原有的数据和计算出的平均分数存放在磁盘文件"stud"中。 1.程序分析: 2.程序源代码: #include "stdio.h" struct student { char num[6]; char name[8]; int score[3]; float avr; } stu[5]; main() ————————
  3. 所属分类:C

    • 发布日期:2009-11-30
    • 文件大小:304128
    • 提供者:huangyongzdh
  1. 英语考试中的万能作文

  2. 英语考试中的万能作文 内资料: 写作万能公式 开头万能公式: 1. 开头万能公式一:名人名言 有人问了,“我没有记住名言,怎么办?尤其是英语名言?”,很好办:编! 原理:我们看到的东西很多都是创造出来的,包括我们欣赏的文章也是,所以尽管编,但是一定要听起来很有道理呦!而且没准将来我们就是名人呢!对吧? 经典句型: a proberb says, “ you are only young once.” (适用于已记住的名言) it goes without saying that we cann
  3. 所属分类:交通

    • 发布日期:2010-01-05
    • 文件大小:10240
    • 提供者:hellohuanzi
  1. 1234阿塞企业网站系统

  2. 0) { response.sendRedirect("DepList.jsp"); //response对象见第四章,连接到memCenter.jsp页面 } } catch (Exception e) { System.out.println(e.getMessage()); } %> ...展开收缩
  3. 所属分类:Java

    • 发布日期:2010-03-18
    • 文件大小:3145728
    • 提供者:fanziyan
  1. stud (p2p udp)

  2. UDP穿透源代码,内有client ,server, WinStun。。。。。。。
  3. 所属分类:其它

    • 发布日期:2017-11-20
    • 文件大小:30408704
    • 提供者:yuanchunsi
  1. 设计一个学生类Stud,采用异常处理的方法,

  2. /* 编写程序:设计一个学生类Stud,采用异常处理的方法, 在输入学生类Stud对象的数据时检测成绩输入是否正确。 */ #include #include class Stud { private : int number; char name[20]; double score; public : Stud(int n,char std[],double s) { number=n; strcpy(name,std); score=s; } void display() { cout
  3. 所属分类:iOS

    • 发布日期:2008-12-31
    • 文件大小:909
    • 提供者:erteer
  1. OCA Java SE 8 Programmer I Stud - Edward Finegan

  2. OCA Java SE 8 Programmer I Stud - Edward Finegan 供大家参考
  3. 所属分类:Oracle认证

    • 发布日期:2018-09-11
    • 文件大小:38797312
    • 提供者:myskybird
  1. Yan-stud-源码

  2. Yan-stud
  3. 所属分类:其它

    • 发布日期:2021-03-26
    • 文件大小:757760
    • 提供者:weixin_42138408
  1. stud:研究-源码

  2. 螺柱 研究
  3. 所属分类:其它

    • 发布日期:2021-03-26
    • 文件大小:69632
    • 提供者:weixin_42117340
  1. 怎么在Stud.io2.0中制作搭建图纸

  2. 在Stud.io2.0中制作搭建图纸.
  3. 所属分类:其他

    • 发布日期:2021-03-20
    • 文件大小:1048576
    • 提供者:chaoteng2
  1. dart-studip:Dart中的一个简单的Stud.IP包装器-源码

  2. 螺柱 一个库,该库使用Dart的OAuth 1身份验证提供对Stud.IP的RestAPI服务的简单访问。 用法 添加到pubspec.yaml : dependencies : studip : ^1.0.2 一个简单的用法示例: import 'dart:convert' ; import 'dart:io' ; import 'package:studip/studip.dart' as studip; void main () { // Initialize client
  3. 所属分类:其它

    • 发布日期:2021-03-02
    • 文件大小:21504
    • 提供者:weixin_42099936
  1. plac-stud-manageSYS-源码

  2. plac-stud-manageSYS
  3. 所属分类:其它

    • 发布日期:2021-02-21
    • 文件大小:164864
    • 提供者:weixin_42130786
  1. Monocular-vision-based method for online measurement of pose parameters of weld stud

  2. Monocular-vision-based method for online measurement of pose parameters of weld stud
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:1048576
    • 提供者:weixin_38514620
« 12 3 4 5 6 7 8 9 10 ... 13 »