资源列表
MyScaner
- 本人自己开发的小型扫描程序,短小精悍。 可有效帮助刚刚开始学习网络编程的人入门-my own development of small scanning procedures, short and pithy. To be effective in helping the network has just begun to study the entry Programming
256Color2Huidu
- 256色转灰度 AppWizard has created this MyDIP application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summa
PictureXihua
- 注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-attention to the details of the procedures used to algorithm with two lines of black-and-white image can be seen only thinning effect.
lljs
- 工业流量计算程序,包含一个铂热电阻分度表的 查询子程序-industrial flow calculation procedures, including a platinum RTD-Table inquiries Subroutine
SendShortMessage
- 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。-messaging module and the PC serial port connected to the messaging module operating procedures, send SMS, not receiving support SMS,
dllTest1
- DLL的程序,上传了一次。不知道成功了没有。大家可以看下子-DLL procedures, upload once. Do not know without success. Now we can see
21212121212121
- 一个21点的扑克牌游戏(VC++实现,DOS窗口)-a 21-point game of cards (VC, DOS window)
guessword2006
- 一个简单的猜单词的游戏 VC++实现 DOS窗口-guess one simple word games VC DOS window
telguanli
- 一个VC++编写的DOS窗口的电话簿管理程序-a VC prepared by the DOS window directory management procedures
IMQQ
- 象QQ的软件, 象QQ的软件, 象QQ的软件,-like QQ software, as the software QQ, QQ as software, as the software QQ, as QQ software, as the software QQ, QQ as software, as the software QQ,
pay500_45993
- 基于SOCKET技术聊天室设计,就像OICQ一样,可以实现文件传递与发送 -socket technology chat room design, as OICQ, can be achieved with this document transmission
reply_1_855734
- // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pG