Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - cross-3.4
Search - cross-3.4 - List
开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是S3C2440的I2C口连接的IQS316电容感应按键芯片驱动。驱动每隔200ms读取IQS316寄存器一次,并进行键值整理发送给用户空间。 由于芯片原因,该驱动比较耗费CPU。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: The code is S3C2440 I2C port is connected IQS316 capacitive sensing buttons chip driver. Drive every 200ms read IQS316 register once, and the key Organize send the user space. Chip reasons, the driver is consuming CPU. The code project practical.
Update : 2024-05-18 Size : 63488 Publisher : owen

开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动中常用的每隔*ms/*s执行一次的方法。供参考-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: This code is used in the drive every* ms /* s execution time of the method. For reference.
Update : 2024-05-18 Size : 1024 Publisher : owen

开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动在加载时自动分配节点号,并且自动创建节点的方法。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: The code is the driver loaded automatically assigned node number, and automatically create a node.
Update : 2024-05-18 Size : 9216 Publisher : owen

OtherKNN
DL : 0
Implement the K nearest neighbor algorithm by your own instead of using available software. 2. Use K-fold cross validation to generate training and testing datasets. You should try different K values (3~8) to see how they affect your result. 3. Train the classifier using your training dataset, and test the classifier using your testing dataset. 4. Repeat the experiment (Step 2 and Step 3) 30 times. For each time, you need to record the training data accuracy and testing data accuracy. Finally, you can obtain the average training data accuracy and average testing data accuracy.
Update : 2024-05-18 Size : 161792 Publisher : Chang

Other155f
DL : 0
1\无需数据库支持,不存在注入与攻击. 2\数据以文件夹方式存储,无限分类,无限记录条数. 3\支持多语言,多模板,自定义变量,信息页自定义项. 4\支持伪地址,灵活定义地址参数. 5\运用国际流行的SMARTY技术,参数可调. 6\模板自定义编辑,不同类型可以交叉调用. 7\友情链接自定义,自定义CSS风格. 8\一键修复所有数据结构。 9\读写分流技术,不会造成数据丢失。-1 \ No database support, there is no injection attacks. 2 \ data folder storage, unlimited categories, unlimited number of records. 3 \ support multi-language, multi-template, custom variables, information page customizations. 4 \ pseudo address, flexible definition of the address parameters. 5 \ the use of international popular SMARTY technology, adjustable parameters. 6 \ template custom edit different types of cross-call. 7 \ Links custom, custom CSS style. 8 \ to repair all the data structures. 9 \ streaming technology to read and write, will not cause data loss.
Update : 2024-05-18 Size : 3381248 Publisher : 张一博

DL : 0
从横截面图来看,坑底成阶梯状,由从左至右的 1..N 个的平面构成(其中 1 ≤ N ≤ 100,000),如图: * * : * * : * * 8 * ** * 7 * ** * 6 * ** * 5 * ********* 4 <- 高度 * ********* 3 ************** 2 ************** 1 平面 | 1 |2| 3 | 每个平面 i 可以用两个数字来描述,即它的宽度 Wi 和高度 Hi,其中 1 ≤ Wi ≤ 1,000、1 ≤ Hi ≤ 1,000,000,而这个坑最特别的地方在于坑底每个平面的高度都是不同的。灌水点设在坑底位置最低的那个平面,每分钟灌水量为一个单位(即高度和宽度均为 1)。随着水位的增长,水自然会向其它平面扩散,当水将某平面覆盖且水高达到一个单位时,就认为该平面被水覆盖了。 计算每个平面被水覆盖的时间。 输入的第一行是一个整数 N,表示平面的数量。后N 行上分别有两个整数,分别表示平面的宽度和高度。-From the cross-section view, bottom is stepped from left to right 1 .. N from a planar configuration (where 1 ≤ N ≤ 100,000), as: i each plane can be used to describe the two numbers that its width Wi and height Hi, where 1 ≤ Wi ≤ 1,000,1 ≤ Hi ≤ 1,000,000, and this is the most special place pit Bottom height of each plane is different. Irrigation point located at the lowest position of the flat bottom of the pit, irrigation amount per minute is a unit (ie, height and width are both 1). With the increase in the water level, the water will naturally diffused to other plane, a plane will be overwritten when the water and high water reaches a unit, they think that the plane is covered with water. Calculated for each plane is covered by water time.
Update : 2024-05-18 Size : 1024 Publisher : 栗子君

DL : 0
包含了点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 5 7. 求矢量夹角余弦 5 8. 求线段之间的夹角 5 9. 判断线段是否相交 6 10.判断线段是否相交但不交在端点处 6 11.求线段所在直线的方程 6 12.求直线的斜率 7 13.求直线的倾斜角 14.求点关于某直线的对称点 15.判断两条直线是否相交及求直线交点 16.判断线段是否相交,如果相交返回交点 -Contains a point of basic computing the distance between two points on a plane 2. Determine whether two points are coincident 3. Vector cross multiplied by 4. Vector dot 25. Judge whether a line segment 26. Seeking a point a little spare rotation coordinates after 27 Find the angle between two vectors (ii) straight line segment and a basic computing. point and the line between 32 Find the point where the straight line to the foot of the perpendicular line 3 Line points to the nearest point 4 points to the straight line distance of 5 points to the recently broken away from six. determine whether the polygon round 57. vector cosine angle 58 Find the angle between the line 59. judge wheth 610 . judge wheth but do not pay at the endpoints 611. seeking the straight line equation 612. linear slope 713. Seeking straight tilt angle of 14 points on a straight-line demand point of symmetry 15. judge two straight lines intersect and find the intersection 16. judge wheth, if the intersection point
Update : 2024-05-18 Size : 13312 Publisher : 卢凯瑞

DL : 0
用matlab实现Part1. 实现一个k近邻分类器,Part 2.实现一个最小二乘分类器,Part 3.实现一个支持向量机分类器,Part 4.在不同数据集上使用交叉验证选择各个算法的参数-Part1. Achieve a k-nearest neighbor classifier, Part 2. Achieve a least-squares classifier, Part 3. Implement a support vector machine classifier, Part 4. Different data sets used in the cross-validation to select individual parameters of the algorithm
Update : 2024-05-18 Size : 4096 Publisher : 张翰晓

此项目是RPG+SLG的结合。 前端纯as3实现,使用aswing,后台跨平台C++,lua,网络库boost asio,服务器三层结构,DataServer,GameServer,GateServer(多个),代码结构极其简单,极易维护。 游戏系统创新实现: 1.元神出窍,将玩家分为在线和离线两个角色,玩家离线后元神可在线 2.元神队伍,就是队友不必要在线,你可以控制你的队友。 3.奴隶系统,战胜对方,即可抓对方为奴隶,奴隶可作为宝宝参战 4.情人系统,任何玩家在游戏中将会有个身价,只要有人出价超过你的身价即可将你买为情人 5.真实飞行,飞行地图和行走地图分开 6.天上人间,在天上建建筑,建筑可单个被占领掠夺,单个建筑可设置守卫。 7.全系技能消耗生命,天生自带“同归于尽”技能。 8.全lua脚本控制,怪的行为和强弱控制不用重启服务器。 9.角色和怪采用矢量图,可很容易改成位图 10.战斗可在线战斗,离线战斗,自动,手动,系统控制结合包括了部分客户端,服务器和地图编辑器和工具的代码-This project is the combination of RPG+SLG. The front end of pure AS3 implementation, using aswing, the background of cross platform C++, Lua, network database boost ASIO server, three layer structure, DataServer, GameServer, GateServer (multiple), the code has the advantages of simple structure, easy maintenance. Game system innovation: The 1 soul OBE, game player will be divided into online and offline two roles, offline online game player God 2 yuan is the team, team need not online, you can control your teammates. 3 the slave system, beat each other, to catch each other as slaves, slaves as baby war The 4 lovers system, any game player in the game will be worth, as long as there are people who bid more than your value will you buy for lovers 5 separate real flight, flight map and walking map 6 immeasurably vast difference, building in the sky, the building can be a single occupied plunder, individual buildings can be set to guard. 7 all spells consuming life, born with "pe
Update : 2024-05-18 Size : 658432 Publisher : 6546874

DL : 0
数字图像处理matlab实现,包括如下程序: 1.直方图规定化为高斯双峰函数 2.窗口形状自适应(十字形或矩形)的中值滤波 3.彩色图像目标提取并与背景图像合成 4.插值外推法的彩色图像饱和度调整 5.多种插值方法实现的图像放大和缩小 6.频域变换及分析 7.几何校正 8.插值外推法的黑白图像对比度增强 9.运动模糊矫正-Digital image processing matlab realize, including the following procedures: (1) the bimodal histogram specification as a function of two Gaussian shape adaptive window (cross or rectangular) median filtering three color image with the background object extraction and image synthesis 4. Color image interpolation extrapolation saturation adjustment 5. various interpolation methods to achieve images zoom in and out 6. frequency domain transformation and analysis 7. geometric correction 8. interpolation extrapolation of the black and white image contrast enhancement 9. motion blur correction
Update : 2024-05-18 Size : 7168 Publisher : Yan

这是一个应用与asp的MVC框架,本框架部分功能参考ThinkPHP。 初衷: 在ASP大势已去的时代,不想再在ASP上花太多精力,想写一个快速的ASP开发框架,提高工作效率。 优势: 1、单文件入口,M/A模式 2、核心大部分JScript开发, 3、将POST、GET进行可读写化操作,所有数据通过F.post或F.get进行读写 4、支持CURL操作,扩展assign到Model和Record 5、支持模板的跨模块、跨模板调用 6、编译缓存、类库缓存,提高代码效率 7、支持严格编译和非严格编译,严格编译需要变量的完全声明(即模板中使用的变量,都需要assign,特别是对象) 8、支持类的静态调用和动态调用(静态调用只初始化一次,动态调用每次都初始化一个新类) 9、支持update、insert的自动post调用(入库前可通过FormValidatee验证数据的有效性),例如:Model__("Public","id").insert()、Model__("Public","id").update() 10、支持多数据库操作,只要编写多个数据库配置文件即可在程序中随意调用 11、支持数据集的缓存,以json方式缓存到文件系统 缺陷: 1、目前文档相对不完善 2、调试不方便,需要一定的ASP基础 3、核心大部分为JScript,不熟悉JScript的人员去修改核心有一定困难-This is an application with asp MVC framework , and the framework for some functions reference ThinkPHP. Mind : ASP hopeless situation at times , do not want to spend too much energy on ASP, ASP wanted to write a quick development framework , improve work efficiency. Advantage : 1, single file entry , M/A mode 2 , the core of most JScript development, 3, POST, GET perform read and write operation, all data read and write through F.post or F.get 4, support CURL operation, extended assign to the Model and Record 5, support for cross-module template , template calls across 6 , compiled cache, library cache, improved code efficiency 7 , support for strict and non- strict compiler to compile, compile strictly require full declaration of variables ( ie the variables used in the template , you need to assign, in particular, object ) 8 , static call and dynamic call support class ( static call initialized only once every dynamic call to initialize a new class ) 9, support updat
Update : 2024-05-18 Size : 204800 Publisher : 吴飞

DL : 0
与其它高级语言相比较,MATLAB具有独特的优势:(1) MATLAB是一种跨平台的数学语言。(2) MATLAB是一种超高级语言。MATLAB平台本身是用C语言写成的,所以在编程效率,程序的可读性、可靠性和可移植性上远远超过了常规的高级语言。(3) MATLAB语法简单,编程风格接近数学语言描述,是数学算法开发和验证的最佳工具。(4) MATLAB计算精度很高。与其它语言相比,MATLAB对计算机内存、硬盘空间的要求也是比较高的。-Compared with other high-level languages​ ​ , MATLAB has unique advantages: (1) MATLAB is a cross-platform language of mathematics. (2) MATLAB is a super-high-level language. MATLAB platform itself is written in C, so the programming efficiency, readability, reliability and portability far more than the regular high-level language. (3) MATLAB syntax is simple, close to the mathematical language to describe the style of programming is a mathematical algorithm development and validation of the best tools. (4) MATLAB computing high accuracy. Compared with other languages​ ​ , MATLAB computer memory, disk space requirements are relatively high.
Update : 2024-05-18 Size : 3441664 Publisher : zn

一款运行asp环境的MVC框架,部分功能参考了ThinkPHP,可提升ASP项目的开发速度。MoAspEnginer优势:   1、单文件入口,M/A模式   2、核心大部分JScript开发,   3、将POST、GET进行可读写化操作,所有数据通过F.post或F.get进行读写   4、支持CURL操作,扩展assign到Model和Record   5、支持模板的跨模块、跨模板调用   6、编译缓存、类库缓存,提高代码效率   7、支持严格编译和非严格编译,严格编译需要变量的完全声明   8、支持类的静态调用和动态调用(静态调用只初始化一次,动态调用每次都初始化一个新类)   9、支持update、insert的自动post调用   10、支持多数据库操作,只要编写多个数据库配置文件即可在程序中随意调用   11、支持数据集的缓存,以json方式缓存到文件系统   MoAspEnginer缺陷:   1、目前文档相对不完善   2、调试不方便,需要一定的ASP基础   3、核心大部分为JScript,不熟悉JScript的人员去修改核心有一定困难-The MVC framework is a ASP running environment, function reference to ThinkPHP, can promote the ASP project development speed. The advantage of MoAspEnginer: 1, the single file entrance, M/A mode 2, the core of most JScript development, 3, POST, GET read and write operation, all data read and write to the F.post or F.get 4, support for CURL, Model and Record extended assign 5, support cross module, called cross template 6, compiled class library cache, cache, improve the efficiency of code 7, strict and non strict compiler compiler support, fully declared strictly compile need variables 8, support classes called static and dynamic invocation (called statically initialized only once, the dynamic call every time to initialize a new class) 9, support update, insert automatic Post calls 10, support multi database operation, as long as the write multiple database configuration file can be invoked in the program 11, to support the data cache, cache to the file system in JSON MoAs
Update : 2024-05-18 Size : 239616 Publisher : ypudn1

OpenJPEG-1.5.1 compiled for Imote2 (with arm-xscale-linux-gnu), sorry that you have to place them in their respective directory manually. To compile yourself: 1. Download cross compiler arm-xscale-linux-gnu. 2. Download zlib, cross compile to cross compiler directory --prefix=/directory/arm-xscale-linux-gnu/arm-xscale-linux.gnu (CC=/cross-directory/arm-xscale-linux-gnu-gcc). 3. Download libpng12, cross compile like above, better with --host=arm-xscale-linux-gnu, export PATH=/cross-compiler directory/bin/:$PATH. 4. Download openjpeg-1.5.1 source code and follow number 3, --prefix=/some-random-folder.
Update : 2024-05-18 Size : 918528 Publisher : Fajar Purnama

DL : 0
一款运行asp环境的MVC框架,部分功能参考了ThinkPHP,可提升ASP项目的开发速度。MoAspEnginer优势:   1、单文件入口,M/A模式   2、核心大部分JScript开发,   3、将POST、GET进行可读写化操作,所有数据通过F.post或F.get进行读写   4、支持CURL操作,扩展assign到Model和Record   5、支持模板的跨模块、跨模板调用   6、编译缓存、类库缓存,提高代码效率 -MVC framework for a run asp environment, some functions reference ThinkPHP, can improve the speed of ASP development projects. MoAspEnginer advantages: A single file entry, M/A mode 2, the core of most JScript development, 3, POST, GET conduct can read and write operation, all data read or written by F.post or F.get 4, support for CURL operations, expand assign to Model and Record 5, support for cross-module template, cross template calls 6, compiled cache, library cache, improved code efficiency
Update : 2024-05-18 Size : 245760 Publisher : gpudn89

1、开发环境linux2.6.362、交叉编译器gcc 4.2.33、本代码为s3c64xx GPIO驱动,代码中有完整的Makefile、Kconfig文件,和GPIO测试代码,可以和内核一起编译,方便移植。本代码已在飞凌嵌入式板子OK6410上测试通过。-(1) devolop enviroment base on linux 2.6.36 (2) cross compiler is gcc 4.2.3(3) this code is for s3c64xx GPIO driver, and have tested passed in the OK6410 board.
Update : 2024-05-18 Size : 4096 Publisher : wijrklonn

Loggabor Lung cancer detection Steps 1. First enter the patient ID 2. Enter patients mail ID 3. Select Input image cross sectional view of lungs • After selection the image histogram equalized, • Gabor filterd enhance the image • Dilated gradient mask • Cleared border image • Calculate area • Possible location of cancer is traced by green boundary 4. Result
Update : 2024-05-18 Size : 211968 Publisher : Lee Kurian

DL : 0
1.基于WCF双工通信实现订阅发布实例 2.模拟回调耗时的情况及处理办法 3.Winform跨线程调用控件 4.自定义视频播放控件及双缓冲绘图-1. Based on WCF duplex communication to achieve subscription publication instances 2. Analog callback circumstances and time-consuming approach 3.Winform cross-thread call control 4. Customize the video playback controls and double-buffered graphics
Update : 2024-05-18 Size : 5538816 Publisher : 刘玉书

属于机器学习的范畴,通过输入训练样本,通过分类或线性回归得到标签的假设性函数-The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, C++ machine learning library that has been specifically designed for real-time gesture recognition. In addition to a comprehensive C++ API, the GRT now also includes an easy-to-use graphical user interface (GUI) which enables user s to stream real-time data into the GUI via the Open Sound Control network protocol. Using the GUI you can: (1) Setup and configure a gesture recognition pipeline that can be used for classification, regression, or timeseries analysis. (2) Stream real-time data into the GUI via Open Sound Control (OSC) another application (such as Processing, Max, Pure Data, Openframeworks, etc.). (3) Record, label, save and load your training data. (4) Train a model for classification or regression. (5) Test the generalization abilities of the model (using another test dataset or cross validation). (6) Perform real-time prediction on new data streamed into the GUI via OSC. (7) Stre
Update : 2024-05-18 Size : 21445632 Publisher : 王哲

magictower 魔塔RPG游戏,基于QT编写。(测试环境 win7 + qt 4.5.3) 本项目可用跨平台小娱乐,学习QT4。 1、Windows 直接VS + QT 环境生成VC project 工程编译; 2、Linux gcc + QT 环境编译即可。-Magictower RPG magic tower game, based on the preparation of QT. (test environment win7+ 4.5.3 QT) this project can be cross platform for small entertainment, learning QT4. 1, Windows direct VS+ QT environment to generate project VC project compile 2, GCC QT+ Linux environment can be compiled.
Update : 2024-05-18 Size : 99328 Publisher : dnyh
« 1 2 ... 9 10 11 12 13 1415 16 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.