搜索资源列表
ucos in one c file
- ucos merged into one c file only. For reference.
C
- C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
one
- FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
FDTD_1.1.c
- 一维FDTD,计算电磁场在空间中的传播,使用Matlab显示计算结果。-One-dimensional FDTD, the calculation of electromagnetic field propagation in space, the use of Matlab show the calculation results.
Microsoft Visual C++ 6 and source co
- VC编程书籍和近百个例子-VC programming books and nearly one example
Microsoft.Visual.C.Sharp.2005.Step.by.Step.Oct.200
- 学习c#,查询c#的必备工具书之一,你值得拥有,原版英文语言避免了翻译错误,可以收藏一下!-Learning c#, Inquiries c# One essential tool, you deserve to own, original English language to avoid the translation error, you can click Favorites!
C.NET
- C#编程技术文挡,是程序员的一本好书,书中的内容是最基础的东西,谁读谁知道。-C# Programming text block is the programmer of a good book, the contents of the book is the most basic things, no one who knows time.
c8051f040exampleforcan
- CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message wh
draw.c
- One example use c functions to draw boxes,and show the method to use keyboard!
data-structure-the-c-language(yanweimin)
- 数据结构(C语言版严蔚敏著)。非常出名的一本书籍,曾经用过,觉得很经典-Data structure (C-min YAN Wei-language version of book). One very well-known books, used once, I think I really classic
C++ebookbegg
- One of the most basic books about C-One of the most basic books about C++
Jigsaw`puzzle_about`one`and`a`half`months`to`write
- 拼图游戏,写了1个半月,改了半个月,2300行代码,C++语言,主要是算法复杂-Jigsaw`puzzle_about`one`and`a`half`months`to`write_2300`lines`of`code_mainly`complex`algorithm.rar
C
- 谭浩强的《c程序设计》的代码,本人一个个自己编写。-TAN Hao-strong " c programming" code, I write one of their own.
one
- 一元稀疏多项式计算器加减乘除等程序 C语言编写-C
Sams.Teach.Yourself.C.plus.plus.in.One.Hour.a.Day
- This book is designed to help you teach yourself how to program with C++. Just as you can learn to walk one step at a time, you can learn to program in C++ one hour at a time. Each lesson in this book has been designed so that you can read the en
C
- 现代设计理论与方法中,基于C++的一维优化设计的相关程序-Modern design theory and methods, based on C++, one-dimensional optimal design procedures
C-for-Embedded-Systems
- ‘ C’ 程序语言最初是由Dennis Ritchie在1971年为UNIX系统开发并实现的。 C的一个最大 优点是与任何特定的硬件或系统无关。 这使得一个用户写的程序不作任何修改就能运行在几 乎所有的机器上。- C programming language was originally by Dennis Ritchie in 1971 for UNIX system development and implementation. C one of the biggest Vir
Ceasar cipher c#
- In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plai
C语言程序设计100个经典例子
- 这是一百个经典的c语言程序小练习,可以练习c语言的编写(This is the one hundred classic C language program, small exercises, you can practice the preparation of C language)
C课程设计报告——个人通信录管理系统.doc
- 设计要点: 建立一通讯录,输入姓名、电话号码、住址等信息,然后对通信簿进行显示、查找、添加、修改及删除。 功能要求 (1) 通讯录的每一条信息包括姓名、单位、固定电话、移动手机、分类(如同事、朋友、同学、家人等)、EMAIL、QQ等。 (2) 输入功能:可以一次完成若干条信息的输入。 (3) 显示功能:完成全部通讯录信息的显示(一屏最多显示10条,超过十条应能够自动分屏显示) (4) 查找功能:可以按姓名等多种方式查找通讯信息 (5) 增加、删除、修改功能:完成通讯录信息的多种更新