-
OPC code to be developed Oligomeric Proanthocyanidins of great help
OPC的代码 给要开发opc的人很大的帮助-OPC code to be developed Oligomeric Proanthocyanidins of great help
- 2023-08-11 16:35:03下载
- 积分:1
-
不需要DLL,实现3级跳转,网上资源,大家下载
不需要DLL,实现3级跳转,网上资源,大家下载-Does not require DLL, the realization of 3 Jump, online resources, download the U.S.
- 2023-06-11 19:05:04下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
关于动态链接库编程方面的书籍,也有静态链接库的讲解,对于从事WINDOWS编程的朋友来说非常有帮助...
关于动态链接库编程方面的书籍,也有静态链接库的讲解,对于从事WINDOWS编程的朋友来说非常有帮助-Programming on the dynamic link library books, but also on the static link library, for programming WINDOWS friends very helpful
- 2023-07-16 15:10:03下载
- 积分:1
-
OpenDivX源代码 < 视频技术 > 开源项目OpenDivX源代码包,内含: encore50src.zip 编码核心 XviD源代码 <...
OpenDivX源代码 < 视频技术 > 开源项目OpenDivX源代码包,内含: encore50src.zip 编码核心 XviD源代码 < 视频技术 > 开放源代码的MPEG4编码器。遵循GPL协议。 不同于CFileDialog的选择文件,它用于路径的选择-OpenDivX source lt; Video technology gt; Open-source projects OpenDivX source code, consisting of : encore50src.zip XviD encoding core source code lt; Video technology gt; The open-source MPEG4 encoder. Follow the GPL. Unlike CFileDialog choice document, which used to choose the path
- 2022-06-17 18:21:02下载
- 积分:1
-
是一个TAPI拨号程序,有一些功能挺实用,很有学习价值。
是一个TAPI拨号程序,有一些功能挺实用,很有学习价值。-TAPI is a dial-up procedure, there are some very useful features.
- 2022-02-12 10:50:26下载
- 积分:1
-
用C语言实现hilobert
hilbert变换,对正弦函数采样,然后对h(t)采样,做褶积,得到90度相移的虚地震道
- 2022-05-10 19:17:43下载
- 积分:1
-
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"...
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"Winamp"、"RealPlayer"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attractive user UI deeply love. UI using the system tray of Windows applications and countless others, such as "free email" and "Winamp", "RealPlayer" and so on. So how to prepare their application tray? This code is a series of articles in the code examples, compared to model the system tray application programming. And to create their own category C to enhance the system tray application characteristics. Code high reference value.
- 2022-04-08 13:20:57下载
- 积分:1
-
thankz soobb
漂亮的信息此非常帮助我们
漂亮的信息此非常帮助我们
漂亮的信息此非常帮助我们
() y
- 2022-01-25 19:36:12下载
- 积分:1
-
filedisk源码
FileDisk is a virtual disk driver for Windows that uses one or more files to emulate physical disks. A console application is included that let you dynamically mount and unmount files. An example of use for this driver is if you have made plans spending the weekend writing an RAID driver for NT but find you are short of disks. FileDisk can also use CD/DVD images.
Latest news: Allow to mount images without administrative privileges, works better on Windows Vista and Windows 7, support for 64-bit systems.
Screenshot of an example of use.
FileDisk will use sparse files as disk images if the underlying file system supports it. A sparse file is a file were suficiently large blocks of zeros isn"t allocated disk space. To see how much disk space a file actually uses right click on the file and choose properties. If you for example create a spar
- 2022-06-18 21:57:43下载
- 积分:1