-
静态链表.这是刚刚学习数据结构的时候编写的第1个小小程序,用构造类型编写的静态链表,实现了基本的赋值,插入,删除等功能。...
静态链表.这是刚刚学习数据结构的时候编写的第1个小小程序,用构造类型编写的静态链表,实现了基本的赋值,插入,删除等功能。-static List. This is just learning the structure of the data, prepared by the time a small program that will prepare the structure type static chain and achieve the basic assignment, insert, delete capabilities.
- 2022-06-20 07:54:46下载
- 积分:1
-
自己VC6.0下做的关于在WINDOWS下图形编辑的程序,可以做监控界面,对做此项工作的朋友会有帮助...
自己VC6.0下做的关于在WINDOWS下图形编辑的程序,可以做监控界面,对做此项工作的朋友会有帮助-Under VC6.0 do their own in the graphics editor under WINDOWS procedures can be done to monitor the interface for doing this work will help a friend
- 2022-02-25 10:43:35下载
- 积分:1
-
There is a infinite series, whose general term is expressed as: a [n] = 10* 10*....
有一个无穷数列,其通项表示为:
a[n]=10*10*... n=0,1,2,3.....
构成了1,10,100,1000...
把它连起来,就成了数串。
判断数串的第i位到底是0还是1.性能要求1s
-There is a infinite series, whose general term is expressed as: a [n] = 10* 10*... n = 0,1,2,3 ..... constitute 1,10100,1000 it even ... together, it becomes the number of strings. Determine the number of strings in the end of the first i-bit is 0 or 1. Performance requirements 1s
- 2022-03-22 03:32:03下载
- 积分:1
-
纯c语言时钟,很有真实感。
计算机图形学做作品。
纯c语言时钟,很有真实感。
计算机图形学做作品。-Pure c language clock, very realistic. Computer graphics to do work.
- 2022-08-13 07:23:21下载
- 积分:1
-
vb源代码,变幻你的桌面哦
vb源代码,变幻你的桌面哦-vb source code, and changing your desktop oh
- 2022-04-30 07:34:40下载
- 积分:1
-
360安全卫士界面源码 1.0
一款模仿360安全卫士的界面源码,基于winform开发,自定义界面和皮肤,有需要的朋友不要错过!
注意事项:
开发环境为Visual Studio 2013,使用.net 4.0开发。
- 2022-03-18 17:24:43下载
- 积分:1
-
显示CPU的占用率,并将结果以文本文件的形式存放在C盘中
显示CPU的占用率,并将结果以文本文件的形式存放在C盘中-Shows that the occupancy rate of CPU, and the results to the form of text files stored in C after
- 2022-03-21 00:46:50下载
- 积分:1
-
Matlab 进行数字处理的基础知识
这包括数字信号处理的数学模型为需要的所有基本的东西。如傅里叶变换、 3d 绘图、 拉普拉斯变换和筛选方法。在英国指南线 UWE 有关论文鳕鱼。
- 2022-04-01 21:13:46下载
- 积分:1
-
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解6...
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386 finished the instructions not to include follow-up instructions and floating-point instructions, but the source code to consider the scalability, it is very easy to join other directives. Since I do not yet know the compilation of 64 instructions, we had to consider the right 64 expansion. anti-compile the results contrast with the W32DASM found W32DASM many mistakes, I found the source code translation wrong Please email me (only 80,386 directive), I email the source document
- 2022-03-21 08:58:10下载
- 积分:1
-
C++Effective的代码,qsort的使用,字符转化的过程,内核泄漏检测
平时工作中遇到的一些不确定的语法使用的验证过程,主要有:
1,字符转换
2,大端小端的检测
3,内核泄漏的检测
4,Effective C++的例子
5,qsort的使用
- 2022-12-20 21:10:04下载
- 积分:1