搜索资源列表
htmlparser-c
- 一个数据采集系统,作者的注释非常详细,里面的doc文档记录了作者整个开发的思路,绝对值得参考-A data acquisition system, of very detailed notes, which the doc document records the entire development of the idea, absolutely worthy of reference
Trinity
- 电子便笺 V1.0 作者:Polaris 这是一个VC版的电子便笺。由于最近在公司里面参与一些管理工作,每天的杂事比较繁多,为了防止忘记某项工作,因此我都实时的把工作记到便笺纸上,完成后再划掉。这样每天的工作有条理了,但 带来的问题就是便笺纸用的奇快无比,又不好意思每个星期都跑到办公室去找MM申请便笺纸,便产生了写一个电子便笺的念头。 这个电子便笺功能源自一个Visual C#版“黄易贴”,但我对.Net与Java的效率都比较不爽,所以决定用VC写一个出来。顺便用上些小
calendar
- 编程思路:按照以上背景知识可得判断闰年的规律:某年年份如果能被4整除但不能被100整除,或者能被400整除则是闰年。由此规则可推得计算万年历的公式: s=X-1+[X-1]/4-[X-1]/100+[x-1]/400+c 上式中:X为公元年数(如2003年);C 为从元旦起,到要算的那天总数(如2003年3月23日,C=31+28+23=82)。S/7余数是星期几。 -Programming idea: In accordance with the above background kn
tushuguanlixitong
- C++用自写的List链表以及面向对象的思想写成的图书管理系统,实现了文件读写记录-C++ with self-written list of the List, as well as the idea of object-oriented management system written in books, reading and writing a paper record
SumOfSub
- 给定一个正整数的集合,子集和问题要求在这个正整数集合中,找出其和不超过正整数C的最大和数的子集,且设计的算法是基于近似算法的基本思想。-Given a set of positive integers, a subset of the requirements and problems in this set of positive integers, to find out and no more than the largest positive integer C, a subset of
SimulationCalculator
- 仿真计算器的通用C程序 读者在使用WPS及Pctools等工具软件时,可方便地弹出计算器窗口来仿真使用计算器的功能。也许很多软件作者也设想在自已开发的软件中为用户提供这种计算器仿真功能,如读者在开发自已的MIS系统或表处理软件及文本检索软件等应用软件时,也应该具有一个热键弹出的计算器窗口,为用户提供仿真计算器的功能,从而改善应用软件的用户友好性。笔者介绍一个可供C语言及各种计算机语言调用的通用计算器仿真程序。该程序用MSC6.0语言编写,在DOSS.O环境下通过 源程序清单附后,各种子函数及
CLanguage100CasesOfClassicAlgorithms
- 本文搜集了100个实用的例子,讲解了思路并附有c源代码。-In this paper, a collection of 100 practical examples to explain the idea with c source code.
BranchAndBound
- 本程序是用分支定界法求最短路径的程序,用C++编写。采取的基本思想是:使用最小优先队列分支界限法来构建程序,细节是对于每个节点,包含三个变量:当前走过的路径长度、当前的花费和该节点对应的实际城市的编号。关于确定节点优先级,我们规定首先以“当前走过的路径长度”来确定优先级,当路径长度相等时,以“当前的花费”来确定优先级。同时,我们还定义两个数组dist[i]和pric[i]保存当前求得的从源城市到每个城市的最短距离和花费,用于剪枝时的评判标准。-This procedure is to use b
IDEA
- IDEA算法 C实现 希望能给大家带来帮助。谢谢~-IDEA algorithm C to achieve We hope you help. Thank you ~
LEACH
- 关于无线传感器网络的路由算法研究,在能量均衡上的经典LEACH算法,用matlab进行的仿真,能够实现!-Abstract: The distributed wireless sensor net work and the technol ogy of wireless communicati on could realize the subsidence monit oring and measuring in coalmine goaf . One of the i mportant r
c
- 问题的提出:根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。 编程思路:“心”形曲线的数学参数方程为: -Of the problem: According to the " heart" -shaped mathematical curve parameter equation, drawing curves and output screen. Coordinates of points in the cycle show
Quicksort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Its b
googleinterview
- google的一道JAVA面试题,有人用c写了一个,得出这些结果只用了几十毫秒! 有更好思路的可以讨论讨论。-google for a JAVA face questions, someone wrote a c obtained these results only dozens of milliseconds! Have a better idea of the discussion can be discussed.
myc_c1
- 这些程序是我自己一个一个写的,现拿出来让和我一样的初学者分享一下,用的是dev C++ 编译,里面包括详细的分析过程和代码注释,有两个文件,一个是c++/c 基础的,另一个是基础提高篇,我相信对初学者是有很大的帮助的! 同时里面有运行的图片,下载的同学可以先看题目,然后在自己去做,在和我比较一下思路,我写的不是很好的地方还望赐教-These procedures are my own one by one written now show it to me in the beginner to
test1
- c++里的一个简单程序,可以进行一些基本的操作-a simple idea
digui
- 一个用C++写的递归程序,实现递归算法,根据C++数据结构的思想实现-A C++ write recursive procedure, a recursive algorithm, based on idea of C++ data structure to achieve
C++Teris
- Teris,C++俄罗斯方块。面向对象的思想生成的源码。移动,旋转,消行(Teris, C++ Tetris. The source code of the object oriented idea. Move, rotate, eliminate)
montecarlo
- 根据蒙特卡洛方法的基本思想,利用乘同余法递推公式以及抽样公式,严格按照 adams模板格式,编写的语言程序。可以编写实现adams中随机数的实现。(According to the basic idea of Monte Carlo method, the recurrence formula and sampling formula of the multiplicative congruence method are used strictly. Adams template forma
8.C#编程思想
- C# 编程思想相关书籍,介绍一种编程思想(C# programming ideas related books, introduces a programming idea.)
马的遍历
- 可以指定查看指定个数的解。在进行遍历过程中用到了贪心算法和回溯的思想。(You can specify the solution to the specified number. In the process of traversing, we use greedy algorithm and backtracking idea.)