搜索资源列表
用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
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
算法分析课程设计
- 算法分析代码 语言惯用的词法(包括语言标记的描述) 每个语言构造的B N F 描述 相关语义的英语描述 C -的两个示例程序 C -的一个Tiny Machine 运行时环境 C -和T M 的编程设计方案-algorithm analysis code language commonly used morphology (including labeling descr iption language) structure of each language B N F
Delphi版T-Cmd源码
- T-CMD 是一款用 C++ 编写的后门程序,网上已有 C++ 源码发布。 在本人学习 C++ 的时候,顺便把他翻译成了 Pascal 源码,突然感觉以前感到高深莫测的 C++ 也不那么可怕了。特贡献出来,给大家学习 C++ 和 Delphi 的时候,可以参考下代码之间的区别。-T-CMD C is a backdoor program preparation, online C source code has been released. In my learning C, the
deveject
- DevEject -- Ger鋞e automatisch abmelden, f黵 Windows 2000/XP/2003 ================================================================= DevEject dient dazu, externe Speicherger鋞e wie FireWire-Platten oder USB-Sticks programmgesteuert beim Betri
t-rec-t.30-200509-i!!pdf-c
- itu-t t3.0 在公用电话交换网上的文件传真传输规程
ITU-T G.729 Source code
- ITU-T G.729 Annex B ANSI-C Source Code Version 1.4 Last modified: November, 2000 */ TITLE ----- Fixed-point descr iption of Recommendat
简单聊天系统
- ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : Talk ======================================================================== AppWizard has create
c__mianshi
- 史上最全的c笔试题,华为,摩托,sony等-The history of most of the questions c T, Huawei, motorized, sony, etc.
Sams.C.Sharp.3.0.Unleashed.With.the.dot.NET.Framew
- As the reader of this book, you are our most important critic and commentator. We value your opinion and want to know what we’re doing right, what we could do better, what areas you’d like to see us publish in, and any other words of wisdom you’r
[提高C++性能的编程技术].左飞.扫描版
- 本书详细讨论了临时对象、内存管理、继承、虚函数、内联、引用计数以及STL等一切有可能提升C++效率的细节内容。(At first, I didn't like it at all. But after a fewweeks, I felt great when I was running.)
C++ 并发编程
- 并发编程,,配套与C+并发编程书籍的源代码,欢迎大家下载,可以直接使用(c++ coding,is very useful,can be used directly and don't need to modify too much)
Thí nghi?m C?u ki?n K59
- baocaocaukien,electronic devices
c#串口编程实例
- 通过C#实现串口编程通讯,供大伙学习参考,不用谢,不客气(You are welcome ,Don't mention it .Do you miss me ,I like you very mach.)
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
C# 的排列组合类
- 算法:排列组合类 调用方法如下: // // 1.GetPermutation(T[], startIndex, endIndex) // 对startIndex到endIndex进行排列,其余元素不变 // // 2.GetPermutation(T[]) // 返回数组所有元素的全排列 // // 3.GetPermutation(T[], n) // 返回数组中n个元素的排列 // // 4.GetCombination(T[], n) // 返回数组中n个元素的
Game c? t??ng Chess C#
- Chess game program C#
T+单据导入注册机案例
- T+12.1单据导入插件注册机,根据数据库名+机器码获取到插件注册码(The T+12.1 document is imported into the plug-in register machine, and the registration code of the plug-in is obtained based on the database name and machine code.)
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.)