Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c5.5
Search - c5.5 - List
由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。 程序按章设立文件夹(子目录),如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序的,在文件名中加了顺序号,如c10-4-1.cpp是例10.4的第1个程序,c10-4-2.cpp是例10.4的第2个程序。 -by Hao-edited the "C Programming" (Tsinghua University Publishing House) a book chapters Examples procedures, teachers for teaching, but also help readers on the machine running these procedures, and on this basis modifying and debugging procedures. Procedures established by chapter folders (subdirectories), such as folder c12 is contained in Chapter 12 of excellence all the procedures. Procedures for the name to c beginning with the examples, he gathers, such as the c5 - 7.cpp Chapter 5 is 5.7 cases the procedure. For the same textbook examples include two or more procedures, in the file name of the order of China and Canada, If c10-4-1.cpp is 10.4 cases of a process, c10-4-2.cpp 10.4 cases is the first two procedures.
Update : 2008-10-13 Size : 90340 Publisher : Jerry C.

C5.0 决策树源码, 此算法要优于C4.5算法
Update : 2008-10-13 Size : 81927 Publisher : Jianfei Wu

由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。 程序按章设立文件夹(子目录),如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序的,在文件名中加了顺序号,如c10-4-1.cpp是例10.4的第1个程序,c10-4-2.cpp是例10.4的第2个程序。 -by Hao-edited the "C Programming" (Tsinghua University Publishing House) a book chapters Examples procedures, teachers for teaching, but also help readers on the machine running these procedures, and on this basis modifying and debugging procedures. Procedures established by chapter folders (subdirectories), such as folder c12 is contained in Chapter 12 of excellence all the procedures. Procedures for the name to c beginning with the examples, he gathers, such as the c5- 7.cpp Chapter 5 is 5.7 cases the procedure. For the same textbook examples include two or more procedures, in the file name of the order of China and Canada, If c10-4-1.cpp is 10.4 cases of a process, c10-4-2.cpp 10.4 cases is the first two procedures.
Update : 2024-04-30 Size : 1266688 Publisher : Jerry C.

  在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。 程序按章设立文件夹(子目录),例如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序的,在文件名中加了顺序号,如c10-4-1.cpp是例10.4的第1个程序,c10-4-2.cpp是例10.4的第2个程序。 教材中所有的程序都是符合C++标准规定的,在GCC中能通过,但有的程序在Visual C++ 6.0中通不过。如果在Visual C++ 6.0环境下运行程序,需要对程序作一些修改。例如,如果程序c10-4-1.cpp在Visual C++ 6.0环境下编译,第1行应改为“include <iostream.h>”,并将第2行“using namespace std ”取消即可顺利通过编译,其他类似。我们在教材的例题程序中还提供了能在Visual C++ 6.0环境下运行的程序,在文件名中加了"(VC)"字样,如c10-4-2(VC) 表示它是对程序c10-4-2修改后能用于Visual C++ 6.0环境的程序。-err
Update : 2024-04-30 Size : 173056 Publisher :

DL : 0
This DS18S20 digital thermometer provides a precision of 0.5 °C and SCRATCHPAD it s read at every 800ms. Capacitors C5,C6 and diodes D8,D8 makes a voltage doublers which power the lcd panel. The DS18S20 temperature sensor it s wrapped in a thermo contractil tube. For connection cable I chose a type used in audio (coaxial stereo) that is only 1 m long, perfect for most applications.
Update : 2024-04-30 Size : 4096 Publisher : peci

SCMc5
DL : 0
指针是C语言的精华,是C语言最重要的内容之一,也是最难掌握的部分。在程序中可以使用指针来处理数据、变量、数组、字符串、函数、结构体、文件及动态分配内存等。正确地使用指针,可以使程序精简、灵活、高效。指针的概念比较复杂,如果误用指针,程序运行将出现意想不到的错误,这是初学指针应注意的问题。因此指针是C语言的重点和难点-Pointer is the essence of the C language, is one of the most important elements of the C language, is part of the most difficult to master. Pointer can be used in the program to process the data, variables, arrays, strings, functions, structure, file and dynamically allocated memory, and so on. The right to use the pointer, can make the process streamlined, flexible, and efficient. Pointer concept is complex, if misused pointer, the program runs unexpected error, this is a beginner the pointer should note the problem. So the pointer is the emphasis and difficulty of the C language
Update : 2024-04-30 Size : 75776 Publisher : 李文宝

DL : 0
matlab透射率随入射角变化的程序 na=2.10 nb=1.46 n1=1 n2=1 d=1064 for c5=0:0.5:90 c3=c5*pi/180 c1=asin(n1*sin(c3)/na) c2=asin(na*sin(c1)/nb) c4=asin(nb*sin(c2)/n2) d1=1064 a=d1/(4*na) b=d1/(4*nb) Ba=2*pi*na*a*cos(c1)/d Bb=2*pi*nb*b*cos(c2)/d f=4*pi*1e-7 e=1e-9/(36*pi) -matlab transmittance with the angle of incidence change program na = 2.10 nb = 1.46 n1 = 1 n2 = 1 d = 1064 for c5 = 0:0.5:90 c3 = c5* pi/180 c1 = asin ( n1* sin (c3)/na) c2 = asin (na* sin (c1)/nb) c4 = asin (nb* sin (c2)/n2) d1 = 1064 a = d1/(4* na ) b = d1/(4* nb) Ba = 2* pi* na* a* cos (c1)/d Bb = 2* pi* nb* b* cos (c2)/d f = 4* pi* 1e-7 e = 1e-9/(36* pi)
Update : 2024-04-30 Size : 10240 Publisher :

OtherC5
DL : 0
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:    每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。-A company using a public phone to transfer data, the data is an integer of four in the transfer process is encrypted encryption rules are as follows: each digit plus 5, then use divided by the remainder of 10 instead of the digital, and then exchange the first and fourth, second and third place exchange.
Update : 2024-04-30 Size : 2048 Publisher : 开通

OtherC5.5
DL : 0
关于C语言程序设计教材上第五章课后的练习的小程序-Chapter C Programming Language materials after-school exercise program
Update : 2024-04-30 Size : 1167360 Publisher : lz

VC/MFCC5
DL : 0
c语言的ppt5,有助于从没接触过c语言的新手学习-c language ppt5, never come into contact help novices learn c language
Update : 2024-04-30 Size : 216064 Publisher : jack

算术移动平均线是简单而普遍的移动平均线。平均线是指算术平均数,计算方法为一组数字相加,除以该组数据的组成个数,其 中每一给定时限在计算平均值时的权重均相等 。以5天移动平均线为例,公式如下: MA=(C1+C2+C3+C4+C5)/5 一般公式 :MA=(C1+C2+C3+C4+C5+....+Cn)/n -Simple Moving Average
Update : 2024-04-30 Size : 5120 Publisher : gaiwei

DL : 0
在这部分中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。 程序按章设立文件夹(子目录),如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序的,在文件名中加了顺序号,如c10-4-1.cpp是例10.4的第1个程序,c10-4-2.cpp是例10.4的第2个程序。 教材中所有的程序都是符合C++标准规定的,在GCC中能通过,但有的程序在Visual C++ 6.0中通不过。如果在Visual C++ 6.0环境下运行程序,需要对程序作一些修改。例如,如果程序c10-4-1.cpp在Visual C++ 6.0环境下编译,第1行应改为“include <iostream.h>”,并将第2行“using namespace std ”取消即可顺利通过编译,其他类似。我们在教材的例题程序中还提供了能在Visual C++ 6.0环境下运行的程序,在文件名中加了"(VC)"字样,如c10-4-2(VC) 表示它是对程序c10-4-2修改后能用于Visual C++ 6.0环境的程序。-Provided by Hemopurification edited "C++ Programming" ( Tsinghua University Press) , a book chapters Example procedures to facilitate the teaching of teachers , but also facilitate the reader machine and run these programs on this basis in this section modify and debug procedures. Program set up folders ( subdirectories ) by chapter , as contained in the folder c12 are all examples of the Chapter 12 process . Program s file name beginning with c , number one correspondence with examples , such as the c5-7.cpp program examples in Chapter 5 is 5.7 . For the same textbook example contains two or more programs , and in the file name plus a sequential number, such as c10-4-1.cpp is a program of section 10.4 , c10-4-2.cpp are cases 10.4 the first two programs. All program materials are in line with the C++ standard in the GCC through , but some programs in Visual C++ 6.0 in the pass .++ If you run the program under Visual C 6.0 environment , you need to make some modifications to the progr
Update : 2024-04-30 Size : 86016 Publisher : compiler

机器学习领域经典分类算法综述,包括Decision Tree(ID3、C4.5(C5.0)、CART、PUBLIC、SLIQ和SPRINT算法),三种典型贝叶斯分类器(朴素贝叶斯算法、TAN算法、贝叶斯网络分类器),k-近邻 、 基于数据库技术的分类算法( MIND算法、GAC-RDB算法),基于关联规则(CBA:Classification Based on Association Rule)的分类(Apriori算法),支持向量机分类,基于软计算的分类方法(粗糙集(rough set)、遗传算法、模糊逻辑、人工神经网络算法)。-Classical machine learning classification algorithms overview。 Including Decision Tree (ID3, C4.5 (C5.0), CART, PUBLIC, SLIQ and SPRINT algorithm), three typical Bayesian classifier (Naive Bayes algorithm, TAN algorithm Bayesian network classifiers), k-nearest neighbor based classification algorithm (MIND algorithm, GAC-RDB algorithms) database technology, based on association rules (CBA: classification (Apriori algorithm) Classification Based on Association Rule), and support vector machine classification, classification method based on soft computing (rough sets (rough set), genetic algorithms, fuzzy logic, artificial neural network algorithm)....
Update : 2024-04-30 Size : 30720 Publisher : MM

OtherC5-11
DL : 0
C程序设计处理5-11课时资料处理,可用-C Programming data processing 5-11 hours
Update : 2024-04-30 Size : 68608 Publisher : 张三

VC/MFCc5
DL : 0
使用VC++的网络编程总结 1.套接字编程原理 1.1 Client/server 通信模型 1.2 Windows Sockets 规范 1.3 套接字 1.3.1 套接字定义 1.3.2 分类 1.3.3 套接字的作用 1.3.4 端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API 编程 2.1 常用函数 2.2 TCP 实例 2.3 UDP 实例 2.4 Socket 通信阻塞的解决方法 3.MFC 下的Socket 编程的类 3.1 CAsyncSocket 类 3.2 CSocket 类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket 类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 5. 怎样实现服务器端多线程的socket 功能-Use vc++ network programming
Update : 2024-04-30 Size : 397312 Publisher : fc

C5 0 决策树源码, 此算法要优于C4 5算法()
Update : 2024-04-30 Size : 72704 Publisher : Chifg

C5 0 决策树源码, 此算法要优于C4 5算法()
Update : 2024-04-30 Size : 72704 Publisher : UHsqsw%25405114
« 1 2»
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.