-
编程之美
编程之美--微软技术面试心得:
1的数目
NIM(2)“拈”游戏分析
task manager
编程判断两个链表是否相交
让CPU占用率曲线听你指挥
不要被阶乘吓倒
等-The Beauty of Programming- Microsoft Technical Interview experience: a number of NIM (2) " twist" game analysis task manager program to determine whether the intersection of two lists so that CPU occupancy rate curve factorial listen to your command and do not be intimidated by such
- 2022-07-06 17:04:03下载
- 积分:1
-
物业管理,VB开发的信息管理系统,使用起来非常方便。好了好好物业管理有如此大的信息...
物业管理,VB开发的信息管理系统,使用起来非常方便。好了好好物业管理有如此大的信息-real property management,information management system developed by VB, using very conveniently.good real property management has such large information.
- 2022-08-24 13:43:46下载
- 积分:1
-
仿企鹅屏幕抓取工具源码
资源描述
一个仿企鹅的屏幕抓取工具,还是很不错的,来源不可考
开发平台
XP + delphi7
功能
支持自动选框和自由拖拽截图。
说明
程序运行后会出现在右下角托盘区
1.(Ctrl + Alt + D) 开始截图
2.单击左键退出截图程序(托盘区)
3.也可用命令行的方式运行 ...ScreenShot.exe runonce
- 2022-07-12 18:32:27下载
- 积分:1
-
用来发送网内信息的.(使用net send)
用来发送网内信息的.(使用net send)-used to send messages within the network. (Using net send)
- 2022-09-12 06:25:03下载
- 积分:1
-
Process source code control rod. With horizontal, vertical, graded, showing the...
进程杆控件的源代码。具有水平、垂直,渐变,显示文本和百分比,播放声音的功能-Process source code control rod. With horizontal, vertical, graded, showing the text and the percentage of the function to play a sound
- 2022-08-22 14:04:23下载
- 积分:1
-
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定...
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-image compression defined pixel sequence (p1, p2, ..., pn) sub-optimal, sub accordingly makes the storage space required at least. The length of each section is not more than 256. The digital image is m m pixel arrays. Assume that each pixel is a 0-2 5 5 of the gray values. Therefore storage of up to a pixel 8. If each pixel with the largest storage capacity of 8-bit, the total storage space for 8m ^ 2. In order to reduce storage space, and we will use variable-length model (variable bit scheme), that is different with different pixel median storage. Pixel values of 0 and 1 and only a storage space; The value of 2,3 required two; Value 4,5,6 and 7 of the required three; Analogy.
- 2022-11-29 05:50:03下载
- 积分:1
-
code to achieve the common computing functions of the calculator. Operators can...
本代码实现普通计算器的计算功能。可以做+,-,*,/运算,是在PB10环境下测试通过的。-code to achieve the common computing functions of the calculator. Operators can do ,-,*,/ is PB10 environment of the test.
- 2023-02-18 20:05:03下载
- 积分:1
-
对于interfacig 8051单片机与键盘的源代码
设计一个
- 2022-05-21 06:32:07下载
- 积分:1
-
directx9实现矩阵处理例程
directx9实现矩阵处理例程-directx9 handling routines to achieve Matrix
- 2022-05-07 02:37:55下载
- 积分:1
-
使用SetupDi...函式列舉設備
应用背景使用SetupDiGetClassDevs列舉設備,透過SP_DEVINFO_DATA結構及SetupDiEnumDeviceInfo來獲取設備資訊。SetupDiGetClassDevs則是取得類別interface,再透過SetupDiGetDeviceInterfaceDetail取得更多界面資訊。关键技术
使用SetupDi系列函數進行設備資訊的管理,獲取設備屬性:
#define SPDRP_DEVICEDESC (0x00000000) // DeviceDesc (R/W)
#define SPDRP_HARDWAREID (0x00000001) // *HardwareID (R/W)
#define SPDRP_COMPATIBLEIDS (0x00000002) // CompatibleIDs (R/W)
#define SPDRP_UNUSED0 (0x00000003) // unused
#define SPDRP_SERVICE (0x00000004) // Service (R/W)
#define SPDRP_UNUSED1 &nb
- 2022-10-02 04:35:03下载
- 积分:1