搜索资源列表
PDFbook
- 这是sun公司的程序员考试书籍(英文版的pdf) 还有模拟考试安装盘,和视频!我将稍后发布! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO ALL THE TERMS AND CONDITIONS SET FORTH BELOW AND ARE WILLING TO BE LEGALLY BOUND BY THEM, PRESS THE I AGREE BUTTON TO CONTINUE WITH THE SETUP. IF YOU DO
TURBO
- here a ll the turbo codes in matlab where to the final of the simulation make a comparation of the S/N of each one of the models-here are all the turbo codes in matlab where to the final of the simulation make a comparation of the S/N of each one of
english
- This site is for those students who are choosing a subject to study at degree level. It contains information and advice about preparing for uni, what it’s like to study English, and the opportunities an English degree may create for you. As an E
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图像,如果希望转换成设
LL-(1)-grammar-C
- 利用c语言构造LL(1)分析表,并能够实现输入文法的语法检验-Using c language constructs LL (1) analysis table, and to achieve the input grammar grammar test
lesson1
- 微信官方其实并不推荐经常*消息,更多的是希望用户通过对话来自己获取服务或者进行搜索。今天我们就讲下如何使用开发模式做自定义回复-In fact, the official micro-channel is not recommended regularly sending messages, and more is you want users to their access to services through dialogue or search. Today we' ll tal
lesson2
- 微信官方其实并不推荐经常*消息,更多的是希望用户通过对话来自己获取服务或者进行搜索。今天我们就讲下如何使用开发模式做自定义回复-In fact, the official micro-channel is not recommended regularly sending messages, and more is you want users to their access to services through dialogue or search. Today we' ll tal
Demo_lraNMF
- 我现在主要研究的是非负矩阵在特征提取方面的工作,上传几个我阅读的外国文献的,书籍源代码,在代码中有相应的文献或综述。我就上传一个low rank NMF的。压缩包里有9个文件。-I now mainly studied non-negative matrix feature extraction work, and upload a few I read foreign literature, books source code, there is a corresponding review
Risg
- 用于锁定屏幕的工具,推荐给大家下载,你会喜欢的-Tool for lock screen, recommend to everyone to download, you ll love it
实验二-LL(1)预测分析
- LL(1)预测分析,分析表和分析过程的界面友好(LL (1) forecast analysis, analysis table and analysis process friendly interface.)