搜索资源列表
ProcessMB_demo.zip
- First off, I tried to comment the code as much as possible to save you the pains I went through. These programs are pretty simple and are meant for demonstration purposes. As always, you should not put them into a production environment without full
把一个tab控件加入到一个form或对话框中
- 把一个tab控件加入到一个form或对话框中-put a tab control into one form or dialog box
bin2txt
- 把二进制按制按照DEBUG的形式输出到屏幕或文件。-put by the binary system with DEBUG output in the form of paper or screen.
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
作业调度11
- 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
ex 1
- 我们的关于socket编程的一次作业, 遵循HTTP/1.0, 实现了PUT和GET方法, 希望对大家有点用!-on a socket programming operations, followed HTTP/1.0, achieving GET and PUT methods, we hope to use a bit!
200521111856271
- 用VB编写的小管理系统,没有解压密码,很精致,适合初学者把~-VB prepared by the small management system, not extracting passwords, very delicate, suitable for beginners put ~
mouse change
- 鼠标操作的小例子,鼠标放到按钮上改变颜色,鼠标移开按钮也改变颜色-mouse operation of small examples and put buttons on the mouse to change color, remove the mouse button to change colors
用线程做一个生产者-消费者同步问题
- 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchroni
工资管理l
- 这是一个基于ACCESS的用VB开发的 数据库 大家 看看 把 -This is a based on the VB ACCESS development of the database to see you put
可以显示多行文字的工具条
- CToolBar不支持多行文字,本文将通过一个定制的MFC/C++类 CMTToolBar 实现在工具条中显示多行文字。其思路是先把文字变成位图,再替换原来的工具条位图,达到显示多行文字的效果。-CToolBar not support multiple lines, the paper will adopt a customized MFC / C CMTToolBar achieve the tools of the extra lines. Their idea is to put the
在窗体的标题栏增加一个按纽
- 在窗体的标题栏增加一个按纽,并且点击该按纽可以把窗体放到任务栏最右面-in the form of an increase in column heading button, and click on the button forms can be put right side task bar
NT环境下进程隐藏的实现
- NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szT
DLL登陆窗体
- 这是一个把登录封装到DLL的例子,当前程序还包括自动建立数据库,给数据库加密码。-This is a package to put logged DLL example, the current procedures also include automatic establish a database to database password.
jsplinkddvipmsyql
- 该示例说明包含三个文件: 1-数据库TEST 2-数据库驱动mm.mysql-2.0.4-bin.jar 3-数据库连接示例文件db.jsp 第一步:请把TEST导入您的数据库,如果是本机请把数据库TEST目录放到你的MYSQL/DATA/下 第二步:请把数据库驱动mm.mysql-2.0.4-bin.jar放到WEB-INF/LIB/目录下(如果是虚拟主机请放到您的虚拟主机根目录下WEB-INF/LIB/) 第三步:把db.jsp连接数据库文件放到您的具有可执行JSP的目录下,通过WEB执行
put-bmp-into-slides
- put bmp into powerpoint slides
10-hex-turn-hex-and-put-in-the-array
- 10进制转2进制并分别放到数组中,C++代码-10 hex turn hex and put in the array
PUT-upload-large-files
- 命令行下的PUT方式上传大文件,需要这段代码的朋友请下载吧。-The PUT command line way to upload large files, you need to code a friend, please download it.
put-1.1.tar
- HTTP put methos implemented in C code for keil compiler, shall be required for mcu wed developmwnt
API接口调用
- 该类中有几个方法用来调用API,GET/POST/PUT/DELETE多种方式。(There are several methods in this class to call API, get / post / put / delete.)