-
一个简单的数据库程序
一个简单的数据库程序-a simple database program
- 2022-01-24 19:04:45下载
- 积分:1
-
采用VC++实现时钟的圆盘式显示,使用time_t time精确到秒。
采用VC++实现时钟的圆盘式显示,使用time_t time精确到秒。-using VC disc clock shown that the use time_t time precise to the second.
- 2022-10-06 12:45:02下载
- 积分:1
-
在VB中阅读PDF文件格式是vauleable参考源。
可以阅读pdf文件的VB源代码,极具参考价值。-source of reading pdf file in VB format.It is vauleable to reference.
- 2022-10-12 02:40:03下载
- 积分:1
-
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR-VC-based Database Programming RAR source database programming source code based on VC in VC-based Database Programming RAR source RAR
- 2023-03-01 15:55:02下载
- 积分:1
-
本软件实现了示波器,信号发生器,频率计,万用表的功能,在音频范围内可完全替代上述仪器。这并不是仿真软件,而是实用的工具,这些虚拟仪器可以很好的工作。最简单的应用...
本软件实现了示波器,信号发生器,频率计,万用表的功能,在音频范围内可完全替代上述仪器。这并不是仿真软件,而是实用的工具,这些虚拟仪器可以很好的工作。最简单的应用只需要两根电缆,一根输入,一根输出。-of the software oscilloscope, signal generator, frequency meter, multimeter functions, within the audio can entirely replace this equipment. This is not a simulation software, but a useful tool for these virtual machines can be good work. Most simple applications need only two cables, one input and one output.
- 2023-09-05 08:40:03下载
- 积分:1
-
c/C++编程习惯:初学者最需要的东西.希望对各位点帮助.
c/C++编程习惯:初学者最需要的东西.希望对各位点帮助.-c/C++ programming habits: beginners are most in need of things. I hope to help you points.
- 2022-01-29 03:52:58下载
- 积分:1
-
online examination system implementing it in VB.net
online examination system implementing it in VB.net
- 2022-02-12 05:50:39下载
- 积分:1
-
ASCII文本拼写检查的C语言源程序,本程序的算法不是最优的,希望大家能提出更好的算法。...
ASCII文本拼写检查的C语言源程序,本程序的算法不是最优的,希望大家能提出更好的算法。-ASCII text spelling check the C language source files, the process of the algorithm is not optimal, hope that we can come up with a better algorithm.
- 2023-08-26 23:25:03下载
- 积分:1
-
先端多态EXE保护用FASM和CSharp
先端Cryptor是一个多态的exe保护工具。存根用FASM和支持runpe。而建筑是用C写的#。它还包括一个相对现实的垃圾代码生成器,被另一组29创建。总的来说这是一个更好的开源保护工具。
- 2022-11-18 12:00:06下载
- 积分:1
-
Floyd-Steinberg Dithering佛洛伊德斯坦伯格抖动算法
只有三个核心函数。
PlusTrancate,FindNearestColor和Process。
PlusTrancate尝试将一个量化误差添加到现有颜色中,并防止流过色,因为最大数为255。
FindNearestColor是最接近的颜色,您需要将调色板传递到此函数中以查找您要查找的映射。
例如
[{0,0,0},{255,255,255}]表示黑白
[{255,0,0},{0,255,0},{0,0,255}]表示RGB
[{0,255,255},{255,0,255},{255,255,0}]表示CMY
图像的每个像素的核心功能过程然后从该像素获得最近的颜色,并从环绕颜色计算量化误差,使图像变得更具代表性。
- 2023-05-20 15:10:03下载
- 积分:1