搜索资源列表
shizh
- 这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法
200682917257
- c语言写的哦,里面还带有整点报时音乐,音乐程序很简单-c written language Oh, there is also the whole point timekeeping with music, music is very simple procedure
xiao
- 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,\"c\"表示统计各分数段人数,\"p\"表示打印. 本程序实现了: (1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单 点别的功能键。如运行\"cjgl\"文件后,在出现的主界面中点“I”,可插入数据,插入完 以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法 可运行其它的功能。 (2)连续运行部分的功能。-Thi
100925379799
- C++定义一个三角形类Ctriangle,求三角形的面积和周长 2、定义一个点类Point,并定义成员函数double Distance(const& Piont) 3、设计一个学生类,包含学生学号、姓名、课程、成绩等基本信息 -代码
dingdianlvbochengxu
- 定点滤波C语言程序,希望大家有所借鉴,对大家有一定的帮助-Fixed-point C language filtering process, want to come learn from all of you have some help
GF8051
- Go Fast Floating Point libraries for double float operations bit shifted on an 8bit microcontroller. Includes C and ASM source code, libraries and documentation for Franklin Kiel embedded C compliler.
cheng
- 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
WindowsEnvironment32-bitassemblylanguage
- Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。-Windows Environment 32-bit assembly language is a new programming language. It uses
GraphTraversal
- 使用c语言,利用数据结构思想建立图的邻接表的存储结构,实现无向图的深度优先遍历和广度优先遍历。以用户指定的顶点为起点,分别输出每种遍历下的顶点访问序列。 设图的顶点不超过30个,每个顶点用一个编号表示(如果一个图有N个顶点,则它们的编号分别为1,2,…,N)。通过输入图的全部边输入一个图,每条边是两个顶点编号对,可以对边依附顶点编号的输入顺序作出限制(例如从小到大)。 -Using c language data structure used to establish the adjac
10
- 画点程序,用c语言编写的,希望对大家有帮助。-Painting point program, written by c, we want to help.
C-CPP
- c/c++深沉搜索。研究C++底层的实现。从汇编、编译、链接的角度研究c++的实现-c/c++ deep search. Of C++ the underlying implementation. From the compilation, compile, link point of the implementation of c++
The_C_Programming
- C语言的一个很不错的书,,很值得一看。。从汇编角度理解C-C language is a very good book, well worth a look. . From the point of view to understand the C compilation
Intelhbyycxsjdsb
- Intel汇编语言程序设计。本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。-Intel assembly language programming. The boo
Graphic
- VC/C++源码,图形处理,图形绘制Graphic 用VC画直线、画椭圆、画矩形、画点,选择所要绘制的图形,拖动鼠标即可完成绘制,同时程序还演示了如何读取和写入TXT文件。-VC/c++ source code, graphics processing, graphics rendering with VC Graphic painting line, painting elliptic, painting rectangular, painting point, choose to draw
bofengjiance
- 通过使用C#语言实现对波峰波段的检测,可以测出波峰点,波宽等-Crest band detection by using the C# language, you can measure the crest point, pulse width
zhongxinfa
- 基于C语言的重心法求解,详细的编程,运用于物流单设施选址-it is based on C language about how to establish a center , or to found the most important point
Single-Pos_VCPP
- gps 单点定位c++程序源代码,用于高精度的GPS单点定位数据处理-a gps single point the positioning c++ program source code for high-precision GPS single point positioning data processing
gps-spp
- 用于GPS单点定位,编写语言为C语言,包括读取观测文件和导航文件-GPS single point positioning, written language is the C language, including reading observation files and navigation files
TINProject--random
- 用随机点生成三角网,基于c#语言编写的具体代码-Random point triangulation, prepared based on the c# language specific code
clock
- 这是一个用c语言编写的一个走动的时钟,关键点是让时针,分针,秒针按正常的时间走动,简单,适合初学者-This is a c language a walk around the clock, the key point is to make the hour, minute and second hands move at the normal time, simple, suitable for beginners
