搜索资源列表
Excel-use
- ★Excel输入技巧(格内换行,自动套用,下拉窗口,行列倒置复制)
software-structure-design
- 参加软件机构培训的资料,包括软件生命周期与软件架构介绍;软件架构风格;UML与面向对象程序设计;UML建模与分析;技术架构视图-设计原则与模式;软件系统坏死的症状;liskov替换原则(LSP);接口隔离原则(ISP;依赖倒置原则(DIP);设计模式;策略(Strategy)模式;桥接(Bridge)模式;命令(command)模式等,是老师智慧的结晶。-Institutions to participate in training software, including software li
OO_Principles_Explained
- 介绍OO设计的基本模式和原则 面向对象的类设计原则 开放关闭原则The Open Closed Principle (OCP) Liskov 替换原则The Liskov Substitution Principle(LSP) 依赖性倒置原则The Dependency Inversion Principle (DIP) -OO Design, introduced the basic model and principles of object-oriented class
swarm-optimization-algorithm-
- 子群优化算法,并把次算法用于求解旅行商问题.为了增强算法的局部搜索能力,在改进的算法中加入倒置,局部搜索等方法,同时利用遗传算法的全局搜索能力强的特点对求到的解再进行优化,同时,对于搜索全局最优路径方面,通过应用消除交叉路径的方法进行了优化.-Sub swarm optimization algorithm, and the second algorithm is used to solve the traveling salesman problem. In order to enhance
Power-inversion-algorithm-in-BD2
- 功率倒置算法在北斗抗干扰天线系统中的应用,供大家学习和交流。-Power inversion algorithm in Beidou jamming antenna system for everyone to learn and exchange.
GPS-power-inversion
- GPS抗干扰接收机自适应天线阵功率倒置算法研究,供大家学习和交流-GPS receiver interference power inversion adaptive array algorithm, for them to learn and exchange.
daozhi
- 编译工具:VC6 功能描述:从键盘输入一个8位十六进制数,把一个8位十六进制(unsigned char 型)的数据转换成二进制,再把得到的二进制数的每一位倒置,最后再转为8位十六进制(unsigned char 型)的数据。 应用:对单片机IO操作时,外部器件和IO口的连接正好相反,可用该程序内的子函数。-Compilation Tools: VC6 Function Descr iption: Enter a 8 hexadecimal number from the keyb
tongxunlu
- 数据结构构建通讯录 printf( \t 1.创建通讯录链表\n ) printf( \t 2.将姓名为Name的好友的手机号改为MTel\n ) printf( \t 3.输出通讯录\n ) printf( \t 4.将通讯录按照好友姓名进行非递减排序\n ) printf( \t 5.将两个按姓名非递减排序的通讯录合并为一个,姓名相同且手机号相同的好友记录在结果中只保留一个\n ) printf( \t 6.统计籍贯是大连的好友人数\n ) print
Main
- 求两个数的倒置后的和,如输入80和12,结果为8+21=29-Sum after the inversion of the two numbers