搜索资源列表
真正32位编译器源代码
- 这是一个真正的32位编译器源代码,能直接生成低级机器码和x86 PE可执行文件,能创建GUI或者CUI可执行文件和动态连接库程序,支持byte, word, dword, 单精度浮点数据类型,比较,For, While, Loop 等循环,支持API调用,支持标准常数、自定义数据等,界面漂亮。-This is a real 32-bit compiler source code, junior can directly generate binary and x86 PE executable
ET2
- 线程描述。主程序创建两个线程myThread1 和 myThread2 ,每个线程打印一句话。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定义每个线程的执行体,然后在main中创建几个线程,最后主线程序等待子线程序结束后再退出。 2、创建两个线程,分别向线程传递如下两种类型的参数 -Thread descr iption. Main program creates two threads myThread1 and my
change
- 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
ProcessManagementchannel
- 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
dicitionary
- 能简单的实现在自己创建的单词库中查找单词-Simple Find words create your own word library
fontc
- 用CreateFont函数创建加粗的字体 在CreateFont函数里面没有加粗这个选项,而如果用Height,Width又改变了字的大小-CreateFont function creates a bold font in CreateFont function which is bold this option, but if Height, Width and changed the size of the word
jinchegndeguandaotongxin
- 编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sending a message!” 和 “Child 2 is sending a message!” 最后,父进程从管道中读出二个来自子进程的信息并显示。-编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sen
zhuxiancheng
- 主程序创建两个线程 myThread1 和myThread2, 每个线程打印一句话。-The main program creates two threads myThread1 and myThread2, each thread to print a word.
09
- 介绍辅助教学系统的完整开发过程。系统利用OLE技术同时集合了PowerPoint、Word及Flash动画与一体,结合ADO技术实现较为强大的课程与课件管理功能。本章还将介绍容器vector的使用方法。使用CNewMenu类美化菜单,利用Microsoft web浏览器控件实现文件预览,利用shockwave Flash object控件实现Flash播放,完成树型控件和列表控件的动态创建,实现对PowerPoint、Word、Flash动画及Web页面的浏览-The complete deve
fillwith
- VC++中进行word表格的填写,即用程序控制创建修改Word文件,(Vc + + to fill in word form with program control to create change word file,)