CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 7105
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 7105 - List
[
Internet-Network
]
saa7105
DL : 0
7105驱动源码,可以用于嵌入式系统中。-7105 Driver source code, can be used for embedded systems.
Update
: 2008-10-13
Size
: 7.53kb
Publisher
:
saa7121
[
WEB Code
]
KS47105
DL : 0
Exshop电子商务购物网站4.7补丁4.7105
Update
: 2008-10-13
Size
: 552.65kb
Publisher
:
CCH
[
Driver Develop
]
tmbslsaa7104
DL : 0
7104/7105的驱动程序,这是个很好的东西,大家分享一下
Update
: 2008-10-13
Size
: 11.68kb
Publisher
:
王世宏
[
Internet-Network
]
saa7105
DL : 0
7105驱动源码,可以用于嵌入式系统中。-7105 Driver source code, can be used for embedded systems.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
saa7121
[
WEB Code
]
KS47105
DL : 0
Exshop电子商务购物网站4.7补丁4.7105-4.7 e-commerce shopping sites Exshop patch 4.7105
Update
: 2025-02-17
Size
: 552kb
Publisher
:
CCH
[
Driver Develop
]
tmbslsaa7104
DL : 0
7104/7105的驱动程序,这是个很好的东西,大家分享一下-7104/7105 driver, this is a good thing, everybody to share
Update
: 2025-02-17
Size
: 11kb
Publisher
:
王世宏
[
Special Effects
]
saa7105
DL : 0
在DM642开发板中,视频编码部分采用saa7105,其主要功能就是将处理后的数字信号,转换为视频信号并输出,本程序为控制saa7105的工作!-In the DM642 development board, the video coding part of the use of saa7105, its main function is to deal with after the digital signal, convert the video signal and output, the procedures for the control of saa7105 work!
Update
: 2025-02-17
Size
: 24kb
Publisher
:
齐磊
[
Other Embeded program
]
7105_led
DL : 0
台湾30M无线通讯模块A7105通讯测试程序
Update
: 2025-02-17
Size
: 179kb
Publisher
:
lilei
[
SCM
]
A7105_master
DL : 0
用A7105实现的无线通信模块的程序,改程序花了我好久的时间。-Achieved with the A7105 wireless communication module of the process, change process took me a long time of time.
Update
: 2025-02-17
Size
: 42kb
Publisher
:
李文
[
Special Effects
]
7105democode
DL : 0
此是amic 7105 程式参考写法,我已经调试通过,对于有需要的人士可以参考。有什么需要帮助的可以互相联系共同进步。-This is a reference for writing programs amic 7105, I have debugged, for those who need it for reference. What is there to help each other to contact the common progress.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
wangxs1
[
Linux-Unix
]
u-boot_scripte
DL : 2
U-boot setup script for stlinux 7105 boards.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
kevin hou
[
Windows Develop
]
rtsp
DL : 0
用c语言实现的rtsp客户端的简单代码,已经编译通过-rtsp client simple realization
Update
: 2025-02-17
Size
: 157kb
Publisher
:
wqj
[
matlab
]
10.1.1.119.7105
DL : 0
pv solar energy using matlab
Update
: 2025-02-17
Size
: 341kb
Publisher
:
palpandian
[
Other Embeded program
]
A7105_master
DL : 0
rf 7105 master code,use for 256K ferq
Update
: 2025-02-17
Size
: 42kb
Publisher
:
maoyongyi
[
Software Engineering
]
7105-mega48-demo
DL : 0
A7105 code reference
Update
: 2025-02-17
Size
: 62kb
Publisher
:
Toan Dinh
[
JSP/Java
]
Write-JDBC-application
DL : 0
参照如下所示的SQL命令,在MySQL或Oracle数据库中创建用户信息表“userinfo”。 create table userinfo( code varchar(4) not null PRIMARY KEY, 用户代码 name varchar(10), 用户姓名 password varchar(6), 用户密码 email varchar(40), 用户电子邮件地址 primary key(code)) 用户信息表中的数据如下: 代码 姓名 密码 电子邮件地址 7101 宋晓梅 123456 xiaomei@yahoo.com.cn 7102 关松杰 654321 songjie@263.net 7103 李晓梅 123654 xiaomei@yahoo.com.cn 7104 张松岩 456123 songyan@yahoo.com.cn 7105 王亚杰 321456 yajie@hotmail.com 7106 曲小声 654321 xiaosheng@263.net 编写JDBC应用程序,完成以下操作: (1)首先将数据插入到用户信息表中,然后在屏幕上显示出来。 (2)将代码为7104用户的密码改为:888999,然后在屏幕上显示出来。 (3)将代码为7106的用户记录删除。 (4)建立如下图所示的登录界面,输入“用户代码”及“密码”信息后,单击“确定”按钮,如在用户信息表“userinfo”中能找到匹配的记录,则输出“登录成功”的信息,否则输出“登录失败”。-Refer to the following SQL commands shown, create user information table userinfo in MySQL or Oracle s. create table userinfo ( code varchar (4) not null PRIMARY KEY,- user code name varchar (10),- the user s name password varchar (6),- user password email varchar (40),- user s email address primary key (code)) Data user information table as follows: Code Name Email Address Password 7101 Song Xiaomei 123456 xiaomei@yahoo.com.cn 7102 Off Song-Jie 654321 songjie@263.net 7103 Li Xiaomei 123654 xiaomei@yahoo.com.cn 7104 Zhangsong Yan 456123 songyan@yahoo.com.cn 7105 Wangya Jie 321456 yajie@hotmail.com 7106 whispered 654321 xiaosheng@263.net Write JDBC application, do the following: (1) First, insert data into user information table, and then displayed on the screen. (2) the code for the user s password to 7104: 888,999 and then displayed on the screen. (3) the code 7106 user records deleted. (4) establish the login screen shown below, enter user code and pass
Update
: 2025-02-17
Size
: 159kb
Publisher
:
陈兰儿
[
Other
]
a7105
DL : 0
a7105 arduino lib, a7105 arduino lib,a7105 arduino lib, a 7105 arduino lib-a7105 arduino lib, a7105 arduino lib,a7105 arduino lib, a7105 arduino lib, a7105 arduino lib
Update
: 2025-02-17
Size
: 7kb
Publisher
:
niek
[
Other
]
资料 7105
DL : 0
a7105的资料功大家参考一下,里面有对应的mcu开发历程以及笙科的相关资料(The information work of a7105 is referred to. There are corresponding MCU development process and the related information of the sheng branch.)
Update
: 2025-02-17
Size
: 1.7mb
Publisher
:
西安闲哥
[
Finance-Stock software system
]
7105
DL : 1
操盘手交易 v 7.51 MACD 是基于多手数剥头皮算法的 EA。该 EA 已经在实盘账户里反复测试过。 开仓方向的选择根据标准 MACD 指标。EA 持续开仓, 每次都是大于之前的 1.5 或 2 倍。在设置里选择参数。开仓间隔为点数, 可在 EA 参数里设置。当最后最大交易量的仓位达到正面结果 (以止盈或尾随停止平仓), 整体订单批量平仓, 无论以前的开仓盈利与否。 作为规则, 最后一笔订单的盈利覆盖了之前已开仓位的亏损 (如果有的话), 且一般会盈余。此 EA 可以工作于任何时间帧, 最好是为各货币对选择参数。实盘测试结果的报告附上。(Trader's hand trading V 7.51 MACD is based on multi hand scalping algorithm EA. The EA has been repeatedly tested in the real - time account. The selection of the opening direction is based on the standard MACD index. EA keeps on opening, each time is bigger than before 1.5 or 2 times. Select parameters in the settings. The opening interval can be set in EA parameter. When the position of the last largest trading volume reaches the positive result (by stopping profits or stopping by closing), the whole order will be closed in batches, regardless of the profit of the previous opening. As a rule, the profit of the last order covers the loss (if any) of the previously opened position and usually surpluses. This EA can work at any time frame, preferably with parameters for each currency pair. A report on the results of the actual test is attached.)
Update
: 2025-02-17
Size
: 9kb
Publisher
:
阳城
[
Embeded-SCM Develop
]
7105的实例
DL : 0
A7106透传程序 串口透传还有一点丢包。比其他陈序好。(A7106 Pass-through Program Serial Port Pass-through and a bit of packet loss. Better than other orders.)
Update
: 2019-03-05
Size
: 5.94mb
Publisher
:
小伍123
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.