登录
首页 » Visual C++ » c-100

c-100

于 2007-07-09 发布 文件大小:405KB
0 209
下载积分: 1 下载次数: 292

代码说明:

  C语言经典算法100例。包括贪婪算法思想,冒泡排序法等。(C language classical algorithm 100 cases. Including the greedy algorithm, bubble sort law.)

文件列表:

1_2 贪婪算法思想.files
......................\bg.gif
......................\close.png
......................\hits.gif
......................\home.png
......................\key.gif
......................\new.css
......................\print.png
......................\re_write.gif
......................\save.png
......................\titleback.png
......................\topb1.gif
......................\topb2.gif
......................\topb3.gif
......................\topb4.gif
......................\topbanner.jpg
1_2 贪婪算法思想.htm
冒泡排序法.txt
指针测量字符串.txt
经典c程序100例==1--10.files
...........................\bg.gif
...........................\close.png
...........................\hits.gif
...........................\home.png
...........................\key.gif
...........................\new.css
...........................\print.png
...........................\re_write.gif
...........................\save.png
...........................\titleback.png
...........................\topb1.gif
...........................\topb2.gif
...........................\topb3.gif
...........................\topb4.gif
...........................\topbanner.jpg
经典c程序100例==1--10.htm
经典c程序100例==11--20.files
............................\bg.gif
............................\close.png
............................\hits.gif
............................\home.png
............................\key.gif
............................\new.css
............................\print.png
............................\re_write.gif
............................\save.png
............................\titleback.png
............................\topb1.gif
............................\topb2.gif
............................\topb3.gif
............................\topb4.gif
............................\topbanner.jpg
经典c程序100例==11--20.htm
经典c程序100例==21--30.files
............................\bg.gif
............................\close.png
............................\hits.gif
............................\home.png
............................\key.gif
............................\new.css
............................\print.png
............................\re_write.gif
............................\save.png
............................\titleback.png
............................\topb1.gif
............................\topb2.gif
............................\topb3.gif
............................\topb4.gif
............................\topbanner.jpg
经典c程序100例==21--30.htm
经典c程序100例==31--40.files
............................\bg.gif
............................\close.png
............................\hits.gif
............................\home.png
............................\key.gif
............................\new.css
............................\print.png
............................\re_write.gif
............................\save.png
............................\titleback.png
............................\topb1.gif
............................\topb2.gif
............................\topb3.gif
............................\topb4.gif
............................\topbanner.jpg
经典c程序100例==31--40.htm
经典c程序100例==41--50.files
............................\bg.gif
............................\close.png
............................\hits.gif
............................\home.png
............................\key.gif
............................\new.css
............................\print.png
............................\re_write.gif
............................\save.png
............................\titleback.png
............................\topb1.gif
............................\topb2.gif

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

发表评论

0 个回复

  • VCOpenDDS
    ACE+TAO windows环境下编译ACE编译OpenDDS(ACE+ TAO windows environment compiler ACE source)
    2013-08-01 23:03:26下载
    积分:1
  • SClient
    说明:  时间同步客户端,WINDOWS下的.后面有LINUX下的同步客户端.(time synchronization client, the Windows. LINUX is behind the synchronization client.)
    2006-01-15 12:04:58下载
    积分:1
  • C_study
    谭浩强c语言基础教程学习,里面包括多种格式选择(Hemopurification c language c language versions, select a variety of formats)
    2012-07-14 09:23:00下载
    积分:1
  • FUP2算法---解决数据库更新后的关联规则挖掘
    香港大学的David W.Cheung写的“A General Incremental Technique for Maintaining Discovered Association Rules”中提到的FUP2算法,用来解决数据库更新后的关联规则挖掘(University of Hong Kong, David W. Cheung wrote "A General Incremental Technique for Maintaining Discovered Association Rules" FUP2 mentioned in the algorithm used to solve the database updated Mining Association Rules)
    2005-04-08 13:50:07下载
    积分:1
  • Desktop
    假设有n个任务由k个可并行工作的机器来完成,完成任务i需要的时间为ti,试设计一个算法找出完成这n个任务的最佳调度,式的完成全部任务的时间最早(Suppose there are n tasks done by the k-th machine can work in parallel, needed to complete the task i time Ti, try to design an algorithm to find the complete optimal scheduling of the n tasks, the task time of the completion of the formula earliest)
    2013-01-23 14:40:57下载
    积分:1
  • subscriptions
    采用VC++编写的一个简单数据库的报刊订阅系统(Written by VC++ database subscriptions a simple system)
    2011-01-04 17:06:32下载
    积分:1
  • SerialDotNet2
    原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。 鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。 由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。 本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。()
    2007-09-06 16:58:26下载
    积分:1
  • chap3
    用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
    2020-07-04 14:20:01下载
    积分:1
  • 001
    windows的API函数的归纳电子书,系统全面的介绍了百分之九十的API函数。(windows into the API function of e-books, systematic and comprehensive introduction to the 90 of the API function.)
    2009-04-10 15:11:54下载
    积分:1
  • 016
    Visual C++MFC编程实例016(C++MFC016)
    2010-08-27 18:04:34下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载