资源列表
FFT
- C++ 做復麗葉轉換 可以應用在MFC上-fourier transform
Pattern-Oriented-Software-Architecture
- POSA 网络编程设计模式 Vol1,跨平台编程必备。-POSA Pattern-Oriented Software Architexture
J2iNetTelnet_src
- telnet source code. can be used in wince
TestCTabSheet
- CTabSheet 类开发的TABSHEET的例子,VC开发-CTabSheet class developed TABSHEET example, VC Development
ApiProject
- Win32 API tetris game :P
VOYEUR
- 一个通过拖放来查看窗口、控件等的类名、样式窗口名、进程实例等。-One to see the window by dragging and dropping the control class name, etc., and poor window name, the process instance and so on.
AEcsharpFunctionstoachieveEagleEye
- 实现鹰眼功能C#和AE,还不错。实现鹰眼功能C#和AE,还不错-Functions to achieve Eagle Eye
haowan
- 能够根据手绘图形 变成漂亮织物文理的程序-According to hand-painted fabrics texture of graphics into a beautiful program
2
- C语言实验报告~绝对的原创,实验报告强烈推荐下载 绝对youyong-C-lab report ~ absolute original, experimental report strongly recommended to download the absolute youyong
getRandChars
- 1./////返回指定数量的随机字符串 ////调用函数前需先调用Randomize(0)函数 (string, integer) 2.日历-///// Returns a specified number of random string//// call the function is required prior to call Randomize (0) function
u_datawindow
- 通用数据窗口,处理标题排序、记录多选、错误日志等。-General data window, processing the title sort, records multiple-choice, error logs and so on.
3-1
- 进程的同步与通信 多线程编程中关键的一步是保护所有的共享资源,工具主要有互锁函数、临界区和互斥信号量等;另一个实质性部分是协调线程使其完成应用程序的任务,为此,可利用内核中的事件对象和信号。-Process Synchronization and Communication Multi-threaded programming is a key step in the protection of all of the shared resources, tools, mainly i