搜索资源列表
LogicAnalyzer
- 虚拟逻辑分析仪的上位机,逻辑分析仪的触发字等操作规则都是软实现的,显示也用到数字图像处理的东西-Virtual Logic Analyzer the PC, logic analyzer trigger characters operating rules are soft to achieve, and show that also uses digital image processing things
2005112810545531483234556
- 这是我用汇编写的一个打字练习的程序,它能在窗口中随机显示一行字符,输入一行结束时,自动换一行。上面用一个箭头指示所要打的字符,输入正确时显示绿色,错误时显示红色,同时有错误提示音,能用back-space删除字-This is what I used to write a compilation of a typing practice and the procedures it in the window display random characters here, his input at
汉字TO拼音五笔
- 从汉字可以得到拼音和五笔-be from the Chinese characters and Pinyin Wubi
myCreatProcess
- 进程的创建 编写一段程序,使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让没一个进程在屏幕上显示一个字符:父进程显示字符“a”;子进程分别显示字符“b”和字符“c”。试观察记录屏幕上的显示结果,并分析原因。 -process for the preparation of the establishment of procedures, the use of system calls fork () to create two child p
FinderDemo
- 多线程的VC++高速文件搜索代码,设置路径、文件名、包含字符、线程数,程序会快速运行起来,不过你的硬盘可要忙的不亦乐呼了,一般情况下,搜索文件速度受制约的是硬盘,而不是程序本身。 -Multithreaded VC++ high-speed file search code, set the path, file name, including the characters, the number of threads, the program will quickly run up, bu
winspy
- Windows进程窗口类的识别与管理(一定要20字吗?)-Windows Process window class identification and management (must be 20 characters right?)
HW3
- c语言,多线程实现简单的终端处理器,读取文件,遇到特殊字符时采取相应操作 -A multi-threaded program using the pthread library. Your assignment is to write a program that emulates a simple terminal handler. The terminal handler process consists of three threads. Thread 1reads charac
running3
- 模拟PV操作同步机构,从键盘上输入一组字符,由生产者每次读入一个字符供消费者输出。运行模拟程序,打印依次读入的字符和经消费者输出的字符。-PV operation synchronization, analog, keyboard input from a group of characters, from the producer read a character for each consumer output. Run the simulation program, print the c
word
- 采用ole方式,对word文档中有特定字符的地方进行搜索,并替换为指定内容。对于合同自动打印有一定的帮助。-Ole way to search the word document specific characters, and replaced with the specified content. For the contract automatically print some help.
pthread
- 创建两个线程,分别向线程传递如下两种类型的参数并在线程中打印:传递整型值、传递字符。-Create two threads, the following two types of parameters are passed in each thread to thread print: pass integer value, passing characters.
LCD-screen
- 用LCD12864显示汉字 “梧州学院欢迎您!” 要求:“梧州学院”和“欢迎您!”分两行显示,要求都要居中。 实验目的:学会使用LCD12864显示汉字和字符。-By LCD12864 display Chinese characters Wuzhou University Welcomes You! Requirements:! Welcome , Wuzhou University and a two-line display, the requirements sho
retfandeadlock
- 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串-This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string
mmwtinlexing__critical
- 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串-This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string
79117261
- 功能说明:将汉字转换为ASCII码的应用程序,源码不错的-Function descr iption: convert Chinese characters to the ASCII code application, source of good
grjphical
- 统计文件中字符的个数和种类,分析,图形显示构造出哈夫曼树-Statistical file number and variety of the characters, analysis and graphical display Huffman tree is constructed
Hbfzman-Statistical
- 统计文件中字符的个数和种类,分析,图形显示构造出哈夫曼树-Statistical file number and variety of the characters, analysis and graphical display Huffman tree is constructed
hrfgram
- 在C程序中显示汉字 C++ vc++6,0 不错的源码,还可以(Display Chinese characters in the C program in C + + vc + + 6, 0 good source code, can also)
4302505
- direct编程添加人物 Direct programming add characters(Direct programming add characters direct programming add characters)
Agent1
- 操控Microsoft Agent2,0版中各式卡通人物源码(All kinds of cartoon characters in the manipulation of the Microsoft Agent2, 0 version of source code)
BCB多线程
- 程序的执行原理是这样的,一个多线程里面包含了读和写test.txt记事本的功能。 因为读写记事本的消耗时间很短,在写记事本里面故意加了2s延时以造成多线程的明显冲突。本多线程是使用的临界区:CRITICAL_SECTION。按下按钮,通知线程要写入一串字符(线程执行完需要2s以上),延时20ms后通知线程再写入一串字符,跟第一次写入造成“冲突”,延时20ms后,在两个写都没完成时再通知线程要读同一个记事本。 因此造成线程中三个事件“打架”。(Procedures for the implem