搜索资源列表
浙江大学ACM模板
- 浙江大学ACM模板
ComputerGraphic.rar
- 浙江大学工程及计算机图学所内部使用的工程计算机图形学课件。非常详细,对学习图形学的朋友是不可多得的好东西。, computer graphic slide used by Zhe Jiang University.
国际大学生程序设计竞赛浙江大学在线评测系统
- 国际大学生程序设计竞赛浙江大学在线评测系统(ZOJ)上700多道题的源码,非常珍贵和难找,吐血分享-International Collegiate Programming Contest of Zhejiang University Online Evaluation System (ZOJ) on more than 700 questions of the source, very precious and hard to find, hematemesis Share
ARM
- 嵌入式系统开发与应用课件,浙江大学的。还不错-Embedded systems development and application of courseware, Zhejiang University. Not bad
zju_acm
- 浙江大学acm的一些模板,对于初学acm的很用帮助,可以直接套用模板。-Zhejiang University, acm some templates, for the very beginner acm with help, can be directly applied to the template.
zju_ppt
- 浙江大学acm的教学课件,对于acm初学者很有帮助。-Zhejiang University of courseware acm, acm for beginners helpful.
ZJU_MATLABPPT
- 浙江大学关于MATLAB的详细讲座,很不错的东西-Zhejiang University, detailed lectures on the MATLAB, it is a good thing
cppreview
- C++复习资料,对学生很有用~ 浙江大学出品~大家放心下-C++ review information,useful to students ~
ZHEJIANG_VHDL
- 浙江大学的VHDL讲义,内容翔实丰富,对想掌握这门语言的同学用处极大,我觉得不错,与大家一同分享。-Materials, Zhejiang University of VHDL, rich informative, and would like to master the language the students use great, I feel good to share with you.
09ComputerGraphic
- 浙江大学计算机学院09年计算机图形学课件-Zhejiang University College of Computer Computer Graphics Courseware 2009
LINUXcoresourcecodeanalyze
- 浙江大学 毛德操 编写 Linux 内核入门精通必看-Zhejiang University, maud parade entry master the preparation of a must-see Linux kernel
zju-61MCU-code
- 本文件夹包含浙江大学信电系暑期电子设计培训时以及校赛时的几个项目的代码,包括波形发生器,集成运算放大器,简易数字显示声音信号采集测量仪的设计,数码管红外遥控显示,温度测量PWM模拟控制LED等。采用的单片机为凌阳SP061A单片机。-This folder contains a letter, Zhejiang University, Department of Electrical Electronic Design training in the summer and school even
C
- 浙江大学何钦铭C语言程序设计教学课件、教学源代码、课程设计-Zhejiang University, Qin-ming, C language program design courseware, teaching source code, curriculum design
vi
- 虚拟仪器基础设计 浙江大学出版,欢迎下载-Virtual instrument-based design, Zhejiang University Publishing, welcome to download
compilers
- 浙江大学编译原理课件完整版 以紫龙书为基础的PPT PPT都要开发环境-Zhejiang University, to compile a complete edition of principles of courseware based on the book by Zi PPT
zjuacmtype
- 浙江大学ACM题目分类,各题题型及使用算法,全部题目-Zhejiang University ACM topic classification, types and use of algorithms for each question, all questions
openGLzju-ppt
- opengl浙江大学学习课件 -opengl opengl Zhejiang University, Zhejiang University Learning Software Learning Software
acm
- 这是网上看到的ACM题解,浙江大学网站上的东西,大家可以看看 学习下-This is the line to see the ACM problem solution, Zhejiang University, something on the site, we can look under study
浙江大学ACM精华模板
- 浙江大学acm的一些模板,对于初学acm的很用帮助,可以直接套用模板。-Zhejiang University, acm some templates, for the very beginner acm with help, can be directly applied to the template.
浙江大学c程上机10012题
- 程序填空,不要改变与输入输出有关的语句。 编写一个函数,利用参数传入一个3位数number,找出101~number之间所有满足下列两个条件的数: 它是完全平方数,又有两位数字相同,如144、676等,函数返回找出这样的数据的个数。请同时编写主函数。 例:(括号内为说明) 输入 3 (repeat=3) 150 500 999 输出 count=2 count=6 count=8