Location:
Search - hui
Search list
Description: 可实现矩阵转换,螺旋数组,数字移动,数组操作,桶排序,杨辉三角形-conversion matrix can be realized, helical array, digital mobile array operation, barrels, in order of Yang Hui triangle
Platform: |
Size: 3608 |
Author: 皮皮 |
Hits:
Description: 要想成为网络高手,起码要懂得资本的网络常识,而在当今中国用得最多的参考书是<计算机网络>(第四版) 谢希仁主编.这个是课件.里面不仅有Tcp/IP协议的说明,ISO 七层模型.网络安全,各种协议的控制和计算,比如FTP等各层的协议的应用.是学习计算机网络的绝佳的参考书。也是考计算机网络三级考试的最好的辅导书,你要是看完了这本书,考笔试绝对没有问题。还等什么赶快去下吧。你要是去书店去买的话,30---40块又没有了,-wants to become a network expert, at least to know the capital of network knowledge, and in China today the most widely used reference book is lt; Computer networks gt; (Page 4) Xie Hui, editor-in-chief. This is the courseware. There is not only remarkably / IP protocol that ISO GSA. network security, various agreements the control and calculation, such as FTP and other floors of the agreement. learning computer networks excellent reference books. Computer networks also test three of the best test counseling, if you read this book, written test is absolutely no problem. So what has to go under it. If you go in the bookstore and bought 30 to 40 --- no, ha ha
Platform: |
Size: 1424496 |
Author: 冰舟 |
Hits:
Description: CoLIN 人工语言模拟 汉化版 2002年8月9日
原作者
布朗 alan j. brown
15 Kinloch Road
Renfrew
Scotland
PA4 0RJ
alan@barc0de.demon.co.uk
http://www.barc0de.demon.co.uk/
汉化者
陈辉
主页: http://go2debug.yeah.net
邮件: go2debug@hotmail.com
ICQ: 149054569
简介
通过菜单可以清空数据库。
程序会从你的输入中学习,如果你不想这样,就请关闭学习功能。
原作者声明
This program is giftware. If you like it send me something nice.
Copyright is fully reserved by Alan J. Brown, any program developed from the CoLIN source code must give Alan J. Brown appropriate credit.
更多问题
请到我的主页 http://go2debug.yeah.net
或者给我发信 go2debug@hotmail.com
另外在布朗的主页上有留言板-CoLIN artificial language simulation Chinese Version August 9, 2002 Author Brown alan j. br own 15 Kinloch Road Renfrew Scotland mouse 0RJ ala n@barc0de.demon.co.uk http : / / www.barc0de.demon.co.uk/ sanctioned Hui Home : http : / / go2debug.yeah.net mail : go2debug@hotmail.com ICQ : 149054569 brief menu can be cleared through the database. Procedures will be imported from your studies, if you do not want to do, turn off the learning function. Authorship Statement This program is giftware. If you like it se nd me something nice. Copyright is fully eser ed by Alan J. Brown, any program developed from the source cod CoLIN e must give Alan J. Brown, appropriate credit. more I question the free home page http : / / go2debug.yeah.net or write to me go2debug @ hotmai in addition l.com Brown'
Platform: |
Size: 50574 |
Author: 陈雯 |
Hits:
Description: 用DSP源程序代码实现的高通矩形窗FIR滤波器,用C程序产生输入波形-DSP source code used to achieve the high-pass rectangular window FIR filter, using C procedures input waveform
Platform: |
Size: 10240 |
Author: 张慧 |
Hits:
Description: This application note describes the HUI architecture of the EZ-USB FX1, the full speed PIZDA microcontroller
Platform: |
Size: 1024 |
Author: John |
Hits:
Description: 这是一本基于OFDM的宽带无线网络设计与优化方面的电子书,是由著名的留美博士刘辉写,WILEY出版社出版的。是一本学习OFDM和宽带无线网络的参考书。-This is an OFDM-based broadband wireless network design and optimization of e-books, are by the famous doctor in the United States Liu Hui Writing, WILEY Press published. Are studying an OFDM broadband wireless networks and reference books.
Platform: |
Size: 12002304 |
Author: deff |
Hits:
Description: 利用 Java 编程 可以 输出 杨辉三角-Java programmers can use the output Yang Hui Triangle
Platform: |
Size: 2048 |
Author: cauchyjjd |
Hits:
Description: 杨辉三角代码- 杨辉三角代码-Yang Hui triangle
Platform: |
Size: 1024 |
Author: 黎志鋆 |
Hits:
Description: 杨辉三角,传统经典的算法,包含完整的代码,可以直接运行-Yang Hui triangle, classical algorithms, including complete code can be run directly
Platform: |
Size: 729088 |
Author: 追风 |
Hits:
Description: 在数字显示的范围内任意输出所需要的杨辉三角图像-In the context of any digital display need to Yang Hui triangle output image
Platform: |
Size: 548864 |
Author: 杨徉 |
Hits:
Description: 数据结构与算法中用键盘输出控制杨辉三角的输出。-Data structure and algorithm of using the keyboard output Yang Hui triangle output control.
Platform: |
Size: 1024 |
Author: 乐乐 |
Hits:
Description: 一个关于杨晖三角形的小程序,比较实用哦!-Yang hui triangle
Platform: |
Size: 6144 |
Author: wendell |
Hits:
Description: 杨辉三角的6种解法,可以打开初学者的编程思路,源代码形式。-Yang hui triangle of six solution, can open the train of thought
Platform: |
Size: 5120 |
Author: ed |
Hits:
Description: 编写打印杨辉三角的函数,函数参数为行数,无返回值。每行第一个数和最后一个数均唯一,除第一行外,每行中间的各数等于上一行位于该数左上方和上方的两数之和。当参数值小于1时,打印“data error”。
在主函数中,用户输入行数,调用上面定义的函数打印指定行的杨辉三角形。
-Write print Yang Hui triangle functions, function parameters, the number of rows, the return value.The first number of each row and the last number are unique, in addition to the first line, each line of the middle number is equal to the previous line is located in the upper left of the number and the top of the two numbers and. When the parameter value is less than 1:00, print the "data error".
In the main function, the user enters the number of rows, call the above defined function to print the specified Triangle.
Platform: |
Size: 874496 |
Author: 秦润 |
Hits:
Description: 计算并打印杨辉三角,要求打印到第N行,N由键盘输入-Calculation and print Yang hui triangle, request print to the N line, N the keyboard input
Platform: |
Size: 4096 |
Author: ma |
Hits:
Description: C语言中经典的数学问题——杨辉三角。内含两种算法。-Yang Hui Triangle
Platform: |
Size: 7168 |
Author: 槟榔 |
Hits:
Description: 慧静HJ-2G开发板 源程序代码 AVR单片机-The development board Hui Jing HJ-2G routine source code
Platform: |
Size: 8300544 |
Author: 谭蒙 |
Hits:
Description: 用c++实现打印出一个杨辉三角,基本上实现了这样的功能,如有错误还望指出,不胜感激,谢谢!-Using c++ to print out a Yang Hui triangle, basically realize such functions, if there is an error, please point out, very grateful, thank you!
Platform: |
Size: 1024 |
Author: nicholas |
Hits:
Description: 最适合国内前端开发用的hui完整版,集合了很多优秀的插件,以及bootstrap众多好用的功能(The most suitable for domestic front-end development with Hui full version, set a lot of excellent plug-ins, as well as many bootstrap easy to use function)
Platform: |
Size: 3912704 |
Author: olelele
|
Hits:
Description: hui后台UI框架,简洁大气上档次,下载即用(Hui background UI framework, concise atmospheric grade)
Platform: |
Size: 5636096 |
Author: 海川2018
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
31
»