资源列表
MonitorSample
- C#之多线程模拟,模拟了生产者,消费者的两个线程-C# as many threads simulate the producers, consumers, two threads
GetCPUNo
- 获得CPU的编号,MAC地址,IP地址,磁盘信息-C# :ProcessorId,MacAddress,VolumeSerialNumber
C++autoshutdown
- 界面上半部分用于即时显示当前系统的日期和时间信息,下半部分用于设置自动关机的日期和时间。当系统时间和设置的关机时间吻合(相等)并且“自动关机生效”被选中时,计算机将自动关闭。其中,只有当所设定的关机时间在有效范围内时(即大于系统时间),“自动关机生效”才能被激活。 组件设置 向窗体上放置两个tgroupbox组件:groupbox1和groupbox2,其caption属性分别设置为“当前系统时间”和“预设关机时间”。在这两个组件上再放置4个tdatetimepick
DAL
- 用C#写的通用数据访问层,很方便的使用类接口来操作数据库-Written in C# using common data access layer, it is easy to manipulate the database using the class interface
suanshubianmac++
- 用C++实现的算术编码源程序,短小精练,是编码方式中效率很高的编码方式-C arithmetic coding to achieve the source, the short concise, which is the encoding efficiency of the coding
wangluoliuliang
- 获取数据流量 获取网络 流量 获取网络 流量-include <stdlib.h> #include <stdio.h> #include <pcap.h> void usage() void dispatcher_handler(u_char*, const struct pcap_pkthdr*, const u_char*) void main(int argc, char**argv)
Compress-and-uncompress-file
- Compress and uncompress file
qxnh
- 本代码使用最小二乘法完成两特性曲线的拟合 可输入拟合点个数-Least squares curve fitting
Thread Tester
- 线程操作示范,是C#源代码,基于.net环境开发,平台是.net framework 1.0版的。-threads demonstration, the C# source code, based on the. Net development environment, the platform yes. Net framework version 1.0.
顺序表的就地逆置
- 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,...,an)逆置为(an,an-1,...,a1).-try to write an algorithm to achieve the order form in situ reverse home, namely the use of the original table of linear storage space (a1, a2 ,..., an) inverse home (an, an-1 ,..., a1
CC1100Test_88v
- CC1100Test_88v测试板c源程序,微处理器:ATmega48。-C source CC1100Test_88v test boards, microprocessors: ATmega48.
FFT--filter
- 快速傅立叶变换算法频域滤波,效果不错,可以试试。-Fast Fourier Transform algorithm for frequency domain filtering, good results, you can try.