资源列表
ice
- 可以通过图像控制操作点来交互的产生图像的改变-Image control operations can point to the emergence of interactive image change
ex1
- "纯汇编语言和rts.lib链接" 运行时支持库rts.lib,rts.lib包括标准C函数和编译器管理C环境的函数 rts.lib中包含的启动目标代码boot.obj,boot.obj初始化运行环境。 boot.obj中包含复位入口点函数 _c_int00,它是芯片复位时入口向量。-Pure assembly language and rts.lib link runtime support library rts.lib rts.lib including the sta
27796685montecalo1
- 运用matlab7.0编写的蒙特卡洛算法,比较有用-Matlab7.0 prepared to use the Monte Carlo algorithm, more useful
shiyan13
- 学习c++的一些实例程序,比较系统,对学习c语言很有帮助。一共12个压缩文件,不用帐号就可下载。-Learning c++ examples of procedures for comparing systems, be helpful to learn c language. A total of 12 compressed files, do not account can be downloaded.
utt
- DOS下串口测试工具, 可以选择中断模式和查询模式. 请使用TC2.0编译. 更新请到我的github: https://github.com/shinewave/utils/blob/master/SerialPort/utt.c-UART Test utility for DOS, works in interrupt mode or poll mode. Please compile with TC2.0. view https://github.com/shinewave/utils
BP
- 这是一个创建BP神经网络的matlab源代码,包括BP神经网络的创建、曲线拟合等内容。对初学者很有帮助-This is a create BP neural network matlab source code, including the creation of BP neural network, curve fitting and so on. Very helpful for beginners
jisuanqi
- 计算器,一个每个人都会用 的小工具,这里的代码可以一起学习交流.-Calculator, a gadget everyone will, the code can be used together to learn from the exchange.
ex0828
- 递归调用函数模块,主要是计算阶乘的小程序,仅供参考-Recursive calls to the function module, mainly calculation factorial small procedures, for reference only
RX_FARM_24_DATA
- verilog代码,串口接收程序,有协议-Verilog code, the receiver program, agreement
dd
- 一个度曲文件夹中的文章。并且查询打印的百年机器.-a meandering folder article. Print and inquiries a century machinery.
pingmujiequ
- 其实原理就是捕获屏幕画面然后再把图像传给客户机。原理很简单: 1、先利用hdc=GetWindowDC(NULL) 得到桌面的hdc 2、memhdc=CreateCompatibleDC(hdc) 根据桌面的hdc创建一个和屏幕相同的内存DC 3、StretchBlt(memhdc,0, 0, nWid,nHei, hdc, 0, 0,nWid,nHei, SRCCOPY) ,把屏幕的图像复制到内存DC这时你已经在内存中得到了屏幕的图像了。这是设备相关的DDB图像,如果希望转换成设
houzi
- 数据结构课程设计猴子选大王源程序代码