-
给输出文本绘制轮廓,文件名:textoutline.rar
给输出文本绘制轮廓,文件名:textoutline.rar-Draw the outline of the text to the output, the file name: textoutline.rar
- 2022-10-16 02:10:04下载
- 积分:1
-
QR码,使用VB6
ini adalah源代码nya…yang dapat dilakukan dengan menggunakan vb 56 dimana setiap melakukan execute terhadap program harus diinput dahulu image yang telah di siapkan di path masing masing komputer dan lalu klik write untuk memasukkan pesannya dan outputnya berupa format bmp
- 2022-02-22 12:13:20下载
- 积分:1
-
Using vc++ program written in base64 encoding and decoding. Can be easily encode...
用vc++编写的base64编解码程序. 能够方便的进行编码转化. 使用这个程序, 在遇到非要用迅雷下载的链接之类就很方便了-Using vc++ program written in base64 encoding and decoding. Can be easily encoded into. Using this program, insisted in the face of the link with the Thunder and the like to download is very convenient for
- 2022-03-01 04:31:13下载
- 积分:1
-
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合...
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合-Debugging environment is VC++6.0, game function was annotated code segment is used to print a specific combination of X Ox
- 2022-12-26 10:30:03下载
- 积分:1
-
Area Based Motion Detection- Boss Watcher
Introduction
Working in artificia
- 2022-07-04 01:54:06下载
- 积分:1
-
Below is a small program procedures used to prepare WITH TC 2.0. Changes in marg...
下面给出的小程序程序用TC2.0编写。变化时边缘细胞不参与变化。随着迭代次数的不同,在屏幕显示的图案精彩纷呈,象万花筒般引人入胜-Below is a small program procedures used to prepare WITH TC 2.0. Changes in marginal cells do not change. With the number of iterations different, the screen shows the logo brilliant, as attractive as Kaleidoscope
- 2023-02-06 20:30:03下载
- 积分:1
-
一个不错的小迷宫算法
一个不错的小迷宫算法-a good small maze algorithm
- 2022-03-09 14:10:24下载
- 积分:1
-
一个MFC图表控件示例
一个简单的一个MFC图表控件示例,包含线图、柱状图等,适用于Microsoft Visual Studio .net C++ 2003,示例包含源码和demo,使用很简单。
- 2023-06-12 15:10:03下载
- 积分:1
-
core Windows programming code with books, core Programming Windows book about a...
Windows核心编程随书代码,
Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
- 2022-10-25 13:35:03下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1