资源列表
yieldcomputation
- 完成力学屈服运算,是一重要的分析运算之一-Mechanical completion of the yield computation, is an important analysis of one of computing
compositor
- 用C++编的一个小的排序程序,里面用到二叉树等,对新手有点用-Using C++ for a small sort of procedure, which used binary tree and so on, with a bit of novice
my-first-menu
- 菜单 初学者对于菜单的应用窗口设计 win32程序中的菜单设计以及应用-Menu use when you are a freshmen
lab7_1
- 设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta
fourier
- compare the fourier coefficient
activex01
- The "Bitton" control, beginning guide to building ActiveX controls a few different ways along with some ActiveX explanation
compare
- 对比不同矩阵的方案。二十个字太多了,二十个字太多-compare different orthogonalization scheme
Calculator
- caculator in java for computer eng.
force_feedback_with_directinput_force_fe
- 自定义的directinput所用的力反馈类,自己编写力反馈效果时使用非常方便
task
- 多task、消息队列综合:输入1、2、3、4显示“right command”;输入“stop”,程序退出;输入其他指令,显示“error command”。-Multi-task, message queue integrated: Enter 1,2,3,4 show the
pca
- Performing principal components analysis on the N1-by-N2 real-valued data matrix X, where N1 and N2 are the number of features (N1 variables) and observations (N2 samples), respectively.
fiboTime
- it is the famous Fibonachi problem, solution in recercive and non recercive. and compare time.