搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
Delphi.and.CBuilder.Decompiler.v3.42.Cracked
- Dede之外的另一个超强的delphi,C++builder的反编译工具,支持win和linux的可执行程序。-Decompiler produces all project forms and data modules with all assigned properties and events. Produced event procedures don t have a body, but have an address of code in executable file.
TC3.0_speed360
- WIN-TC是一个TC2 WINDOWS平台开发工具。该软件使用TC2为内核,提供WINDOWS平台的开发界面,因此也就支持WINDOWS平台下的功能,例如剪切、复制、粘贴和查找替换等。而且在功能上也有它的独特特色例如语法加亮、C内嵌汇编、自定义扩展库的支持等。并提供一组相关辅助工具令你在编程过程中更加游刃有余,如虎添翼。 WIN-TC简繁双语版可以正常运行于98及其以上的简体及繁体WINDOWS操作系统上 好的编译工具好-WIN-TC is a TC2
c__mianshi
- 史上最全的c笔试题,华为,摩托,sony等-The history of most of the questions c T, Huawei, motorized, sony, etc.
read.Txt
- 本程序实现了如何用C去读.txt文档中不定个数的数字。经证明可用。也多请指证。-This program implements how to use C to read. Txt document in the variable number of figures. Proved available. Were also many invited to testify.
convertSSAtoTXT
- 转换ssa文件(字幕文件)为TXT文件,包里有C源码,可执行程序(在命令行执行,第一个参数是main,第二个参数是ssa文件名)和一个ssa文件。写的不好,使用者可根据需要修改。-convert ssa format file to txt format file. the rar packet has source code+ exe file+a ssa file.
concorde
- 外国人写的求解traveling salesman problem (TSP) 和some related network optimization problems的算法合集-Concorde is a computer code for the traveling salesman problem (TSP) and some related network optimization problems. The code is written in the ANSI C pro
ACA
- C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
DVB-T
- Simulation of DVB-T system in C++. Program is based on itpp lib and was written in eclipse.
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
200712110248229
- Cute信息管理系统界面导航,系统环境:PB9.0 程序说明: 1. 主窗体,大家一定很熟悉了!不过原来的那个是SDI的,我把上面的那部分做成usero b j e c t,放在MDI Frame中,调整mdi_1的大小即可~另外双击下面的标签可以直接关闭该Sheet,就像MyIE2之类的那样~ 2. 口令修改窗体 Alpha渐变显示 + 动态关闭 3. 标准Sheet,开发别的窗口只要继承就行了(含通用按钮、Logo、Title、Tab) -Cute information
C-plus-game-progr
- Cutting-edge computer games rival the best that Hollywood has to offer in visual effects, musical score, and pure adrenaline rush. But games are a form of entertainment unlike any other they can keep players glued to their monitors for hours on end.
c-yuanma
- 一些经典的c语言小程序,不要删啊。算一个-Some classical c language program,don t delete
t
- 在C++环境中输入asdfgh几个字符,判断是否正确,如果正确则对时间进行加8修正-In C++, several characters enter asdfgh judge is correct, if correct, the correction of the time plus 8
t
- 计算机进栈出栈实验代码开发环境C ++2010-Stack into the stack test computer code development environment C++2010
Thí nghi?m C?u ki?n K59
- baocaocaukien,electronic devices
C函数速查
- 快速查找C api 中文版,当你不知c函数的作用时可以用他查找你所不知道你c函数。(Quickly find the Chinese version of the C API, and when you don't know the function of C functions, you can use him to find out what you don't know about your C function.)
Herramientas-T.-Prog-2
- trabajo en c sharp , use arduino
Game c? t??ng Chess C#
- Chess game program C#
C++扫雷
- C++作业,用VC6.0编写C++扫雷,实现一个行数为m,列数为n的雷区,雷的个数随机生成,*代表雷。(Nothing to say,I don't know to describe my file in English,so please read it in Chinese.)